summaryrefslogtreecommitdiff
path: root/help2man.h2m.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2013-06-06 07:52:06 +1000
committerBrendan O'Dea <bod@debian.org>2013-06-06 08:01:53 +1000
commitc4de7af89c9b93094d139a53d784e332d5b0c5f6 (patch)
treeed738cf7347e2cfc439876a8e4d91a3969b35f34 /help2man.h2m.PL
parent7e37e00f93b5459fcf826d2f5daa6f2c9e726675 (diff)
downloadhelp2man-c4de7af89c9b93094d139a53d784e332d5b0c5f6.tar.gz
Use the generic term "section" in the documentation rather than "name", which
could be confused to mean only the literal "NAME" section
Diffstat (limited to 'help2man.h2m.PL')
-rwxr-xr-xhelp2man.h2m.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/help2man.h2m.PL b/help2man.h2m.PL
index dc2b718..b9487b4 100755
--- a/help2man.h2m.PL
+++ b/help2man.h2m.PL
@@ -173,10 +173,10 @@ print OUT "\n";
print OUT _(<<'EOT');
Placement of the text within the section may be explicity requested by using
the syntax
-.RI [< name ],
-.RI [= name ]
+.RI [< section ],
+.RI [= section ]
or
-.RI [> name ]
+.RI [> section ]
to place the additional text before, in place of, or after the default
output respectively.
EOT