Fix doc comment for installManPage
This commit is contained in:
parent
722cc88865
commit
866a7de409
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
# installManPage <path> [...<path>]
|
||||
#
|
||||
# Each argument is checked for its man section suffix and installed into the appropriate
|
||||
# share/man<n>/ directory. The function returns an error if any paths don't have the man section
|
||||
# suffix (with optional .gz compression).
|
||||
# share/man/man<n>/ directory. The function returns an error if any paths don't have the man
|
||||
# section suffix (with optional .gz compression).
|
||||
installManPage() {
|
||||
local path
|
||||
for path in "$@"; do
|
||||
|
|
Loading…
Reference in a new issue