Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src \\ -> \e
details: https://anonhg.NetBSD.org/src/rev/78dae62c72fe
branches: trunk
changeset: 753657:78dae62c72fe
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 05 21:16:21 2010 +0000
description:
\\ -> \e
diffstat:
bin/df/df.1 | 8 ++++----
bin/ls/ls.1 | 4 ++--
bin/pax/pax.1 | 8 ++++----
usr.bin/compile_et/compile_et.1 | 4 ++--
usr.bin/error/error.1 | 4 ++--
usr.bin/lam/lam.1 | 4 ++--
6 files changed, 16 insertions(+), 16 deletions(-)
diffs (141 lines):
diff -r 352c4f0fb8e9 -r 78dae62c72fe bin/df/df.1
--- a/bin/df/df.1 Mon Apr 05 19:36:29 2010 +0000
+++ b/bin/df/df.1 Mon Apr 05 21:16:21 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: df.1,v 1.43 2008/03/04 20:11:00 christos Exp $
+.\" $NetBSD: df.1,v 1.44 2010/04/05 21:17:28 joerg Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -136,7 +136,7 @@
option are specified, the output will be preceded by the following header
line, formatted to match the data following it:
.Bd -literal
-"Filesystem 1024-blocks Used Available Capacity Mounted on\\n"
+"Filesystem 1024-blocks Used Available Capacity Mounted on\en"
.Ed
.Pp
If the
@@ -146,12 +146,12 @@
options, the output will be preceded by the following header line,
formatted to match the data following it:
.Bd -literal
-"Filesystem \*[Lt]blksize\*[Gt]-blocks Used Available Capacity Mounted on\\n"
+"Filesystem \*[Lt]blksize\*[Gt]-blocks Used Available Capacity Mounted on\en"
.Ed
.Pp
The header line is followed by data formatted as follows:
.Bd -literal
-"%s %d %d %d %d%% %s\\n", \*[Lt]file system name\*[Gt], \*[Lt]total space\*[Gt],
+"%s %d %d %d %d%% %s\en", \*[Lt]file system name\*[Gt], \*[Lt]total space\*[Gt],
\*[Lt]space used\*[Gt], \*[Lt]space free\*[Gt], \*[Lt]percentage used\*[Gt],
\*[Lt]file system root\*[Gt]
.Ed
diff -r 352c4f0fb8e9 -r 78dae62c72fe bin/ls/ls.1
--- a/bin/ls/ls.1 Mon Apr 05 19:36:29 2010 +0000
+++ b/bin/ls/ls.1 Mon Apr 05 21:16:21 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ls.1,v 1.63 2008/09/25 23:44:05 lukem Exp $
+.\" $NetBSD: ls.1,v 1.64 2010/04/05 21:19:26 joerg Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -78,7 +78,7 @@
dot
.Pq Sq \&. .
.It Fl B
-Force printing of non-graphic characters in file names as \\xxx, where xxx
+Force printing of non-graphic characters in file names as \exxx, where xxx
is the numeric value of the character in octal.
.It Fl b
As
diff -r 352c4f0fb8e9 -r 78dae62c72fe bin/pax/pax.1
--- a/bin/pax/pax.1 Mon Apr 05 19:36:29 2010 +0000
+++ b/bin/pax/pax.1 Mon Apr 05 21:16:21 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pax.1,v 1.56 2009/09/06 13:38:50 christos Exp $
+.\" $NetBSD: pax.1,v 1.57 2010/04/05 21:22:37 joerg Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
.\" Copyright (c) 1992, 1993
@@ -642,7 +642,7 @@
.Cm old
is a basic regular expression and
.Cm new
-can contain an ampersand (\*[Am]), \\n (where n is a digit) back-references,
+can contain an ampersand (\*[Am]), \en (where n is a digit) back-references,
or subexpression matching.
The
.Cm old
@@ -877,7 +877,7 @@
name, or when starting with a
.Cm # ,
a numeric gid.
-A '\\' can be used to escape the
+A '\e' can be used to escape the
.Cm # .
Multiple
.Fl G
@@ -1059,7 +1059,7 @@
name, or when starting with a
.Cm # ,
a numeric uid.
-A '\\' can be used to escape the
+A '\e' can be used to escape the
.Cm # .
Multiple
.Fl U
diff -r 352c4f0fb8e9 -r 78dae62c72fe usr.bin/compile_et/compile_et.1
--- a/usr.bin/compile_et/compile_et.1 Mon Apr 05 19:36:29 2010 +0000
+++ b/usr.bin/compile_et/compile_et.1 Mon Apr 05 21:16:21 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: compile_et.1,v 1.3 2009/12/08 09:45:15 mbalmer Exp $
+.\" $NetBSD: compile_et.1,v 1.4 2010/04/05 21:16:21 joerg Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -115,7 +115,7 @@
.Pp
.Bd -literal
# example error table source file
- id "\\$Id\\$"
+ id "\e$Id\e$"
et test
prefix TEST
ec PERM, "Operation not permitted"
diff -r 352c4f0fb8e9 -r 78dae62c72fe usr.bin/error/error.1
--- a/usr.bin/error/error.1 Mon Apr 05 19:36:29 2010 +0000
+++ b/usr.bin/error/error.1 Mon Apr 05 21:16:21 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: error.1,v 1.13 2006/11/24 19:37:03 christos Exp $
+.\" $NetBSD: error.1,v 1.14 2010/04/05 21:18:20 joerg Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -289,7 +289,7 @@
Humans are still much better at discarding these related errors.
.Pp
Pascal error messages belong after the lines affected
-(error puts them before). The alignment of the `\\' marking
+(error puts them before). The alignment of the `\e' marking
the point of error is also disturbed by
.Nm .
.Pp
diff -r 352c4f0fb8e9 -r 78dae62c72fe usr.bin/lam/lam.1
--- a/usr.bin/lam/lam.1 Mon Apr 05 19:36:29 2010 +0000
+++ b/usr.bin/lam/lam.1 Mon Apr 05 21:16:21 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lam.1,v 1.6 2008/01/18 01:50:11 jschauma Exp $
+.\" $NetBSD: lam.1,v 1.7 2010/04/05 21:18:56 joerg Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -107,7 +107,7 @@
joins 4 files together along each line.
To merge the lines from four different files use
.Bd -literal -offset indent
-lam file1 \-S "\\
+lam file1 \-S "\e
" file2 file3 file4
.Ed
.Pp
Home |
Main Index |
Thread Index |
Old Index