summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2010-04-05 21:16:21 +0000
committerjoerg <joerg@NetBSD.org>2010-04-05 21:16:21 +0000
commitf95fad15ff58620dc5bf8bc61d267bb4bc30f8be (patch)
tree78c2f0802d824dcf73df3f41dfd2b954fd8bdb6d
parent4f69f7fc94184bfd4770ae494464e4c2e6d2baf8 (diff)
\\ -> \e
-rw-r--r--bin/df/df.18
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/pax/pax.18
-rw-r--r--usr.bin/compile_et/compile_et.14
-rw-r--r--usr.bin/error/error.14
-rw-r--r--usr.bin/lam/lam.14
6 files changed, 16 insertions, 16 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1
index 4a3c78a19fe..7ab3d0c6787 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -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 @@ and
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 @@ option is specified without the
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 --git a/bin/ls/ls.1 b/bin/ls/ls.1
index e2bf4b02183..e86f66efe63 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -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 @@ Include directory entries whose names begin with a
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 --git a/bin/pax/pax.1 b/bin/pax/pax.1
index f1a410c0d38..c16d94817ab 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -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 @@ As in
.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 @@ Select a file based on its
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 @@ Select a file based on its
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 --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1
index 7583d3b5d07..37037383d5c 100644
--- a/usr.bin/compile_et/compile_et.1
+++ b/usr.bin/compile_et/compile_et.1
@@ -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 @@ A short sample error table might be
.Pp
.Bd -literal
# example error table source file
- id "\\$Id\\$"
+ id "\e$Id\e$"
et test
prefix TEST
ec PERM, "Operation not permitted"
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1
index 78922118c68..91b2d4506e9 100644
--- a/usr.bin/error/error.1
+++ b/usr.bin/error/error.1
@@ -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 @@ initiated by one syntactically trivial error.
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 --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1
index 6f0ffd88b4a..6a67ccee6ee 100644
--- a/usr.bin/lam/lam.1
+++ b/usr.bin/lam/lam.1
@@ -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 @@ lam file1 file2 file3 file4
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