]> granicus.if.org Git - sudo/commitdiff
Fix HP-UX, just use ".TH name section" like the vendor manuals.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 1 Aug 2012 19:28:02 +0000 (15:28 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 1 Aug 2012 19:28:02 +0000 (15:28 -0400)
doc/fixman.sh

index 225899a01841cbad36540adff020d0eec1882df5..b32beb89ffd66055beff56b11f851f5b65a6a112 100755 (executable)
@@ -7,7 +7,7 @@ rm -f "$OUTFILE"
 # HP-UX friendly header/footer for all man pages
 if [ X"`uname 2>&1`" = X"HP-UX" ]; then
     cat >>"$OUTFILE" <<-'EOF'
-       s/^\.TH \("[^"]*"\) \("[^"]*"\) "\([^"]*\)" "\([^"]*\)" \("[^"]*"\)/.TH \1 \2 "" \5\
+       s/^\.TH \("[^"]*"\) \("[^"]*"\) "\([^"]*\)" "\([^"]*\)" \("[^"]*"\)/.TH \1 \2\
        .ds )H \4\
        .ds ]W \3/
 EOF