diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-23 00:30:32 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-23 00:30:32 +0000 |
commit | 9a581f84b3b875759b120ed27a80dd26936676ce (patch) | |
tree | 648cdffade95446d37ca27144d35dc3405ec8a01 /usr.bin/man/man.sh | |
parent | e31a493d7e30916835bfeb0f6c490b22bac757bd (diff) | |
download | FreeBSD-src-9a581f84b3b875759b120ed27a80dd26936676ce.zip FreeBSD-src-9a581f84b3b875759b120ed27a80dd26936676ce.tar.gz |
Fix comments
Diffstat (limited to 'usr.bin/man/man.sh')
-rwxr-xr-x | usr.bin/man/man.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index 859f097..2531c9a 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -276,6 +276,8 @@ man_check_for_so() { return 0 } +# Usage: man_display_page +# Display either the manpage or catpage depending on the use_cat variable man_display_page() { local IFS pipeline preconv_enc testline @@ -346,8 +348,8 @@ man_display_page() { fi } -# Usage: man_display_page -# Display either the manpage or catpage depending on the use_cat variable +# Usage: man_display_page_groff +# Display the manpage using groff man_display_page_groff() { local EQN NROFF PIC TBL TROFF REFER VGRIND local IFS l nroff_dev pipeline preproc_arg tool |