summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-09-26 23:56:54 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-09-26 23:56:54 +0200
commit31a6818e3c72e0f9f0e67c0fbd90c1f899bee11d (patch)
tree8bdeac1780d05e322611e551fc9f1ba0f031a7ff /man1
parentca8a0bd25b46ff1bdc0af8683508abc44f043c86 (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 'man1')
-rw-r--r--man1/time.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/time.1 b/man1/time.1
index 6420192af..000062a81 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -54,7 +54,7 @@ To access the real command, you may need to specify its pathname
When in the POSIX locale, use the precise traditional format
.IP
.in +4n
-"real %f\\nuser %f\\nsys %f\\n"
+"real %f\enuser %f\ensys %f\en"
.in
.IP
(with numbers in seconds)
@@ -122,7 +122,7 @@ is used.
.SS "The format string"
The format is interpreted in the usual printf-like way.
Ordinary characters are directly copied, tab, newline
-and backslash are escaped using \\t, \\n and \\\\,
+and backslash are escaped using \et, \en and \e\e,
a percent sign is represented by %%, and otherwise %
indicates a conversion.
The program