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