diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-09-26 23:56:54 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-09-26 23:56:54 +0200 |
commit | 31a6818e3c72e0f9f0e67c0fbd90c1f899bee11d (patch) | |
tree | 8bdeac1780d05e322611e551fc9f1ba0f031a7ff /man7/mdoc.7 | |
parent | ca8a0bd25b46ff1bdc0af8683508abc44f043c86 (diff) |
time.1, atexit.3, bsearch.3, dlopen.3, envz_add.3, errno.3, fmtmsg.3, getgrent_r.3, getline.3, getmntent.3, getnameinfo.3, getpass.3, getpwent_r.3, gets.3, isalpha.3, printf.3, puts.3, recno.3, scandir.3, stdarg.3, sysconf.3, termios.3, wordexp.3, null.4, core.5, dir_colors.5, issue.5, proc.5, termcap.5, utmp.5, ascii.7, cpuset.7, glob.7, man-pages.7, man.7, mdoc.7, mdoc.samples.7, regex.7: Revert 9f8e673e623d (whose global s%\\e%\\\\% caused problems)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/mdoc.7')
-rw-r--r-- | man7/mdoc.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/mdoc.7 b/man7/mdoc.7 index 090f5afb..a1fb29a1 100644 --- a/man7/mdoc.7 +++ b/man7/mdoc.7 @@ -281,7 +281,7 @@ and a leading white space is not output between the characters and the previous argument (if any). The special meaning of a punctuation character may be escaped with the string -.Ql \\& . +.Ql \e& . For example the following string, .Bl -tag -width "&.Ar file1\ , file2\ , file3\ )\ ." -offset indent .It Li "\&.Ar file1\ , file2\ , file3\ )\ ." |