This commit is contained in:
joerg 2010-04-05 21:16:21 +00:00
parent 4f69f7fc94
commit f95fad15ff
6 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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