svn commit: r274905 - head/usr.bin/man

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 23 00:30:33 UTC 2014


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


More information about the svn-src-head mailing list