summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2012-03-23 19:26:39 +0100
committerJulien Cristau <jcristau@debian.org>2012-03-23 19:26:39 +0100
commit034844a1c33c947d49bcad09084cbb9640eb8afb (patch)
treee6f656e4f834677c75dc17e17b6ec54c7f653e23
parent34557c33a9711f15f771599f5320ab8f01f0d117 (diff)
man: fix broken escape sequence (\P instead of \fP)
Debian bug#664962 Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--man/xkbevd.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xkbevd.man b/man/xkbevd.man
index 30a05ad..4da6e4c 100644
--- a/man/xkbevd.man
+++ b/man/xkbevd.man
@@ -38,7 +38,7 @@ it is taken as a shell command.
Variable definitions in the argument string are expanded with fields from
the event in question before the argument string is passed to the action
processor. The general syntax for a variable is
-either $\fIc\P or $(\fIstr\fP), where \fIc\fP is a single character and
+either $\fIc\fP or $(\fIstr\fP), where \fIc\fP is a single character and
\fIstr\fP is a string of arbitrary length. All parameters have both
single-character and long names.
.PP