Fix comments

This commit is contained in:
bapt 2014-11-23 00:30:32 +00:00
parent e31a493d7e
commit 9a581f84b3

View File

@ -276,6 +276,8 @@ man_check_for_so() {
return 0 return 0
} }
# Usage: man_display_page
# Display either the manpage or catpage depending on the use_cat variable
man_display_page() { man_display_page() {
local IFS pipeline preconv_enc testline local IFS pipeline preconv_enc testline
@ -346,8 +348,8 @@ man_display_page() {
fi fi
} }
# Usage: man_display_page # Usage: man_display_page_groff
# Display either the manpage or catpage depending on the use_cat variable # Display the manpage using groff
man_display_page_groff() { man_display_page_groff() {
local EQN NROFF PIC TBL TROFF REFER VGRIND local EQN NROFF PIC TBL TROFF REFER VGRIND
local IFS l nroff_dev pipeline preproc_arg tool local IFS l nroff_dev pipeline preproc_arg tool