summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-13 17:15:36 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-13 17:15:36 -0500
commite72e2768a573bc4d073ce2d56ab4e28678b559b2 (patch)
tree27318af6d3d5c469dd81a6cbf4b2edf5ac9a1feb
parent5fb277811c7dde95aadb878542bb93672c0e8284 (diff)
man: replace hard coded man page section with substitution strings
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xedit.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/xedit.man b/xedit.man
index 3b8ef3e..cd40ad5 100644
--- a/xedit.man
+++ b/xedit.man
@@ -270,7 +270,7 @@ default is to use ``~'' as the suffix.
.TP 8
.B positionFormat (\fPClass\fB Format)
Specifies a format string used to display the cursor position. This
-string uses printf(3) like notation, where
+string uses printf(__libmansuffix__) like notation, where
.B %l
prints the line number,
.B %c
@@ -330,7 +330,7 @@ Specifies a set of characters that can be part of a legal word. The
.B ispell.ispellCommand (\fPClass \fBispell.CommandLine)
The path to the ispell program, and possibly, additional arguments. You don't
need to specify the ``-w'' option, neither the ``-a'' option.
-Refer to the \fIispell\fP(1) manpage for more information on ispell options.
+Refer to the \fIispell\fP(__appmansuffix__) manpage for more information on ispell options.
.TP 8
.B ispell.formatting (\fPClass \fPispell.TextFormat)
Specifies which text formatting to use while spell checking the file. The
@@ -431,7 +431,7 @@ stored in the RESOURCE_MANAGER property.
specifies required resources
.SH "SEE ALSO"
.IR X (__miscmansuffix__),
-.IR xrdb (1),
+.IR xrdb (__appmansuffix__),
.I "Athena Widget Set"
.SH RESTRICTIONS
Xedit is not a replacement to Emacs.