]> andersk Git - openssh.git/blobdiff - mdoc2man.awk
- (dtucker) [openbsd-compat.c/pwcache.c] Pull in pwcache.c from OpenBSD (no
[openssh.git] / mdoc2man.awk
index 7ad1457873eb4e1c0e4662a1110ae5054865259c..bf03e7360a7a14afe1faa501eff05c59ff2f3070 100644 (file)
@@ -149,6 +149,9 @@ function add(str) {
     } else if(match(words[w],"^Dt$")) {
       id=wtail()
       next
+    } else if(match(words[w],"^Ux$")) {
+      add("UNIX")
+      skip=1
     } else if(match(words[w],"^Ox$")) {
       add("OpenBSD")
       skip=1
This page took 0.040534 seconds and 4 git commands to generate.