installShellFiles.section.md: fix unde[r]sirable typo (#461892)

This commit is contained in:
Aleksana
2025-11-15 17:06:50 +00:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ The manpages must have a section suffix, and may optionally be compressed (with
{ {
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
# Sometimes the manpage file has an undersirable name; e.g., it conflicts with # Sometimes the manpage file has an undesirable name; e.g., it conflicts with
# another software with an equal name. To install it with a different name, # another software with an equal name. To install it with a different name,
# the installed name must be provided before the path to the file. # the installed name must be provided before the path to the file.
# #