]> andersk Git - openssh.git/blobdiff - mdoc2man.awk
- (tim) [buildpkg.sh.in] Add $REV to bump the package revision within
[openssh.git] / mdoc2man.awk
index 9135af07e0ee557b50fb039e5dff64cb3ea6c916..fe678fd37815bdb1eb8d0076e215c995a07a8f73 100644 (file)
@@ -306,7 +306,7 @@ function add(str) {
       else if(optlist==3) {
        add(".TP")
        prenl++
-       if(match(words[w+1],"^Pa|Ev$")) {
+       if(match(words[w+1],"^Pa$|^Ev$")) {
          add(".B")
          w++
        }
This page took 0.160176 seconds and 4 git commands to generate.