diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-23 00:30:32 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-23 00:30:32 +0000 |
| commit | b43edc06e650a44f2957684e93b9d3e6d97297ec (patch) | |
| tree | 648cdffade95446d37ca27144d35dc3405ec8a01 /usr.bin/man | |
| parent | 0c0d16e8ac63905817609c57363f1c43b78cf76f (diff) | |
Notes
Diffstat (limited to 'usr.bin/man')
| -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 859f09719c8cc..2531c9a4ad614 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 |
