Date: Sun, 23 Nov 2014 00:30:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274905 - head/usr.bin/man Message-ID: <201411230030.sAN0UX5o098658@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Nov 23 00:30:32 2014 New Revision: 274905 URL: https://svnweb.freebsd.org/changeset/base/274905 Log: Fix comments Modified: head/usr.bin/man/man.sh Modified: head/usr.bin/man/man.sh ============================================================================== --- head/usr.bin/man/man.sh Sun Nov 23 00:12:27 2014 (r274904) +++ head/usr.bin/man/man.sh Sun Nov 23 00:30:32 2014 (r274905) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411230030.sAN0UX5o098658>