summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
diff options
context:
space:
mode:
authorLily Ballard <lily@sb.org>2020-05-02 15:19:29 -0700
committerLily Ballard <lily@sb.org>2020-10-08 15:08:40 -0700
commit866a7de409e43bf36eedb35f90d3144099514563 (patch)
tree17f166cdd4b265f525b2662915b3c125ea479a18 /pkgs/build-support/setup-hooks
parent722cc888654fca532118f9cca6d05960bdeba5c5 (diff)
downloadnixpkgs-866a7de409e43bf36eedb35f90d3144099514563.tar
nixpkgs-866a7de409e43bf36eedb35f90d3144099514563.tar.gz
nixpkgs-866a7de409e43bf36eedb35f90d3144099514563.tar.bz2
nixpkgs-866a7de409e43bf36eedb35f90d3144099514563.tar.lz
nixpkgs-866a7de409e43bf36eedb35f90d3144099514563.tar.xz
nixpkgs-866a7de409e43bf36eedb35f90d3144099514563.tar.zst
nixpkgs-866a7de409e43bf36eedb35f90d3144099514563.zip
Fix doc comment for installManPage
Diffstat (limited to 'pkgs/build-support/setup-hooks')
-rw-r--r--pkgs/build-support/setup-hooks/install-shell-files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/setup-hooks/install-shell-files.sh b/pkgs/build-support/setup-hooks/install-shell-files.sh
index 434c07a59eb..194b408b105 100644
--- a/pkgs/build-support/setup-hooks/install-shell-files.sh
+++ b/pkgs/build-support/setup-hooks/install-shell-files.sh
@@ -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