summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
commit0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch)
treeb1f8223f0d93941122cb0666f5713cfccbf9a879 /share
parenta5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff)
dispense with some wacky escape sequences;
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ddb.46
-rw-r--r--share/man/man4/termios.46
-rw-r--r--share/man/man5/login.conf.56
-rw-r--r--share/man/man7/mdoc.78
-rw-r--r--share/man/man7/mdoc.samples.710
-rw-r--r--share/man/man7/mirroring-ports.710
-rw-r--r--share/man/man8/ssl.812
-rw-r--r--share/man/man9/aml_evalnode.98
-rw-r--r--share/man/man9/ieee80211_radiotap.920
-rw-r--r--share/man/man9/pci_intr_map.910
10 files changed, 48 insertions, 48 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index ee213d4a8e9..8a94164d957 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.67 2010/02/03 00:41:00 jsing Exp $
+.\" $OpenBSD: ddb.4,v 1.68 2010/03/26 19:30:40 jmc Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
@@ -25,7 +25,7 @@
.\" any improvements or extensions that they make and grant Carnegie Mellon
.\" the rights to redistribute these changes.
.\"
-.Dd $Mdocdate: February 3 2010 $
+.Dd $Mdocdate: March 26 2010 $
.Dt DDB 4
.Os
.Sh NAME
@@ -245,7 +245,7 @@ display in unsigned decimal
display in current radix, signed
.It Cm /c
display low 8 bits as a character.
-Non-printing characters are displayed as an octal escape code (e.g., '\\000').
+Non-printing characters are displayed as an octal escape code (e.g., '\e000').
.It Cm /s
display the null-terminated string at the location.
Non-printing characters are displayed as octal escapes.
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 4ab1f122f69..7176da4894b 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: termios.4,v 1.32 2010/03/01 07:54:07 jmc Exp $
+.\" $OpenBSD: termios.4,v 1.33 2010/03/26 19:30:40 jmc Exp $
.\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)termios.4 8.4 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: March 1 2010 $
+.Dd $Mdocdate: March 26 2010 $
.Dt TERMIOS 4
.Os
.Sh NAME
@@ -1456,7 +1456,7 @@ If
and
.Dv ICANON
is set, an upper case character is preserved on input if prefixed by
-a \\ character.
+a \e character.
In addition, this prefix is added to upper case characters on output.
.Pp
In addition, the following special character translations are in effect:
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index 9016979e331..9d2043c9663 100644
--- a/share/man/man5/login.conf.5
+++ b/share/man/man5/login.conf.5
@@ -30,10 +30,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login.conf.5,v 1.42 2010/01/03 14:31:01 schwarze Exp $
+.\" $OpenBSD: login.conf.5,v 1.43 2010/03/26 19:30:40 jmc Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
-.Dd $Mdocdate: January 3 2010 $
+.Dd $Mdocdate: March 26 2010 $
.Dt LOGIN.CONF 5
.Os
.Sh NAME
@@ -784,7 +784,7 @@ The value may be one, two, or three octal digits.
.It Li \e Ns Va c
The string is replaced by the value of
.Va c .
-This allows quoting an initial space or the \\ character itself.
+This allows quoting an initial space or the \e character itself.
.El
.Pp
The following values are currently defined:
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7
index e5bd850f6ca..c723879770d 100644
--- a/share/man/man7/mdoc.7
+++ b/share/man/man7/mdoc.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.7,v 1.42 2010/01/03 16:43:45 schwarze Exp $
+.\" $OpenBSD: mdoc.7,v 1.43 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: January 3 2010 $
+.Dd $Mdocdate: March 26 2010 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -355,7 +355,7 @@ The known standards for the St macro are:
.It Li \&Bq Ta Yes Ta Yes Ta "Bracket quote."
.It Li \&Bsx Ta Yes Ta \&No Ta "BSDI BSD/OS."
.It Li \&Bx Ta Yes Ta \&No Ta BSD .
-.It Li \&Db Ta \&No Ta \&No Ta "Debug (default is \\*qoff\\*q)."
+.It Li \&Db Ta \&No Ta \&No Ta "Debug (default is \*qoff\*q)."
.It Li \&Dc Ta Yes Ta Yes Ta "Double close quote."
.It Li \&Do Ta Yes Ta Yes Ta "Double open quote."
.It Li \&Dq Ta Yes Ta Yes Ta "Double quote."
@@ -382,7 +382,7 @@ The known standards for the St macro are:
.It Li \&Sc Ta Yes Ta Yes Ta "Single close quote."
.It Li \&So Ta Yes Ta Yes Ta "Single open quote."
.It Li \&Sq Ta Yes Ta Yes Ta "Single quote."
-.It Li \&Sm Ta \&No Ta \&No Ta "Space mode (default is \\*qon\\*q)."
+.It Li \&Sm Ta \&No Ta \&No Ta "Space mode (default is \*qon\*q)."
.It Li \&Sx Ta Yes Ta Yes Ta "Section Cross Reference."
.It Li \&Sy Ta Yes Ta Yes Ta "Symbolic (traditional English)."
.It Li \&Tn Ta Yes Ta Yes Ta "Trade or type name (small Caps)."
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7
index e619f65bc50..badf419502f 100644
--- a/share/man/man7/mdoc.samples.7
+++ b/share/man/man7/mdoc.samples.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.samples.7,v 1.85 2010/02/18 13:39:21 schwarze Exp $
+.\" $OpenBSD: mdoc.samples.7,v 1.86 2010/03/26 19:30:40 jmc Exp $
.\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -34,7 +34,7 @@
.\" times and is guaranteed to give a worst case performance
.\" for an already extremely slow package.
.\"
-.Dd $Mdocdate: February 18 2010 $
+.Dd $Mdocdate: March 26 2010 $
.Dt MDOC.SAMPLES 7
.Os
.Sh NAME
@@ -413,7 +413,7 @@ is created by
.Ql \&.Fn fetch char\e *str
.It Fn fetch "char *str"
can also be created by
-.Ql \&.Fn fetch "\\*qchar *str\\*q"
+.Ql \&.Fn fetch "\*qchar *str\*q"
.El
.Pp
If the
@@ -1202,7 +1202,7 @@ Usage: .Fn [type] function [[type] parameters ... \*(Pu]
.Fn getchar
.It Li "\&.Fn strlen ) ,"
.Fn strlen ) ,
-.It Li \&.Fn "\\*qint align\\*q" "\\*qconst * char *sptrs\\*q" ,
+.It Li \&.Fn "\*qint align\*q" "\*qconst * char *sptrs\*q" ,
.Fn "int align" "const * char *sptrs" ,
.El
.Pp
@@ -3174,7 +3174,7 @@ is absolutely necessary for the scaling to work correctly.
.It Fl width Ar "ENAMETOOLONG"
sets width to the constant width length of the
string given.
-.It Fl width Ar "\\*qint mkfifo\\*q"
+.It Fl width Ar "\*qint mkfifo\*q"
again, the width is set to the constant width of the string
given.
.El
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7
index c278c46f2ed..01d99505a8b 100644
--- a/share/man/man7/mirroring-ports.7
+++ b/share/man/man7/mirroring-ports.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mirroring-ports.7,v 1.18 2009/06/12 17:27:20 sthen Exp $
+.\" $OpenBSD: mirroring-ports.7,v 1.19 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 12 2009 $
+.Dd $Mdocdate: March 26 2010 $
.Dt MIRRORING-PORTS 7
.Os
.Sh NAME
@@ -59,9 +59,9 @@ all:: audio/tracker/tracker-5.3
audio/tracker/tracker-5.3: tracker-5.3.tgz
tracker-5.3.tgz: $F
- @MAINTAINER="espie@openbsd.org" \\
- SITES="ftp://ftp.uni-trier.de/pub/unix/audio/tracker/ " \\
- CIPHER="sha1" CKSUM="b0973d6a9c363caebd3a71547412f42b0681f323" \\
+ @MAINTAINER="espie@openbsd.org" \e
+ SITES="ftp://ftp.uni-trier.de/pub/unix/audio/tracker/ " \e
+ CIPHER="sha1" CKSUM="b0973d6a9c363caebd3a71547412f42b0681f323" \e
exec ${FETCH} "$@"
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8
index d3436f97547..d57dc6390b6 100644
--- a/share/man/man8/ssl.8
+++ b/share/man/man8/ssl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssl.8,v 1.45 2008/12/16 17:40:04 espie Exp $
+.\" $OpenBSD: ssl.8,v 1.46 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 1999 Theo de Raadt, Bob Beck
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 16 2008 $
+.Dd $Mdocdate: March 26 2010 $
.Dt SSL 8
.Os
.Sh NAME
@@ -127,7 +127,7 @@ to get a
to sign your certificate.
To do this use the command:
.Bd -literal -offset indent
-# openssl req -new -key /etc/ssl/private/server.key \\
+# openssl req -new -key /etc/ssl/private/server.key \e
-out /etc/ssl/private/server.csr
.Ed
.Pp
@@ -139,7 +139,7 @@ who will sign the key.
.Pp
You can also sign the key yourself, using the command:
.Bd -literal -offset indent
-# openssl x509 -req -days 365 -in /etc/ssl/private/server.csr \\
+# openssl x509 -req -days 365 -in /etc/ssl/private/server.csr \e
-signkey /etc/ssl/private/server.key -out /etc/ssl/server.crt
.Ed
.Pp
@@ -189,13 +189,13 @@ Once you have the
parameters generated, you can generate a certificate
and unencrypted private key using the command:
.Bd -literal -offset indent
-# openssl req -x509 -nodes -newkey dsa:dsa1024.pem \\
+# openssl req -x509 -nodes -newkey dsa:dsa1024.pem \e
-out /etc/ssl/dsacert.pem -keyout /etc/ssl/private/dsakey.pem
.Ed
.Pp
To generate an encrypted private key, you would use:
.Bd -literal -offset indent
-# openssl req -x509 -newkey dsa:dsa1024.pem \\
+# openssl req -x509 -newkey dsa:dsa1024.pem \e
-out /etc/ssl/dsacert.pem -keyout /etc/ssl/private/dsakey.pem
.Ed
.Sh USING SSL/TLS WITH SENDMAIL
diff --git a/share/man/man9/aml_evalnode.9 b/share/man/man9/aml_evalnode.9
index 6d70d56d5fc..9429fd5a54f 100644
--- a/share/man/man9/aml_evalnode.9
+++ b/share/man/man9/aml_evalnode.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aml_evalnode.9,v 1.6 2007/09/13 03:44:21 weingart Exp $
+.\" $OpenBSD: aml_evalnode.9,v 1.7 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 2007 Michael Knudsen <mk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 13 2007 $
+.Dd $Mdocdate: March 26 2010 $
.Dt AML_EVALNODE 9
.Os
.Sh NAME
@@ -171,7 +171,7 @@ struct aml_node *n;
struct aml_value res;
if (aml_evalname(sc->sc_acpi, n, "_STA", 0, NULL, &res) != 0) {
- dnprintf(10, "%s: no _STA\\n", DEVNAME(sc));
+ dnprintf(10, "%s: no _STA\en", DEVNAME(sc));
return;
}
.Ed
@@ -183,7 +183,7 @@ obtained from the
call to determine if the device is a battery is done as follows:
.Bd -literal -offset indent
if ((aml_val2int(&res) & STA_BATTERY) == 0) {
- dnprintf(10, %s: no battery present\\n", DEVNAME(sc));
+ dnprintf(10, %s: no battery present\en", DEVNAME(sc));
return;
.Ed
.Pp
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9
index b1373803c2e..60d34905cba 100644
--- a/share/man/man9/ieee80211_radiotap.9
+++ b/share/man/man9/ieee80211_radiotap.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ieee80211_radiotap.9,v 1.10 2008/03/09 15:34:34 jmc Exp $
+.\" $OpenBSD: ieee80211_radiotap.9,v 1.11 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>,
.\" Darron Broad <darron@kewl.org>,
@@ -27,9 +27,9 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $
-.\" $Id: ieee80211_radiotap.9,v 1.10 2008/03/09 15:34:34 jmc Exp $
+.\" $Id: ieee80211_radiotap.9,v 1.11 2010/03/26 19:30:40 jmc Exp $
.\"
-.Dd $Mdocdate: March 9 2008 $
+.Dd $Mdocdate: March 26 2010 $
.Dt IEEE80211_RADIOTAP 9
.Os
.Sh NAME
@@ -225,13 +225,13 @@ struct rtw_rx_radiotap_header {
.Pp
Bitmap indicating which fields are present in the above structure:
.Bd -literal -offset indent
-#define RTW_RX_RADIOTAP_PRESENT \\
- ((1 << IEEE80211_RADIOTAP_TSFT) | \\
- (1 << IEEE80211_RADIOTAP_FLAGS) | \\
- (1 << IEEE80211_RADIOTAP_RATE) | \\
- (1 << IEEE80211_RADIOTAP_CHANNEL) | \\
- (1 << IEEE80211_RADIOTAP_LOCK_QUALITY) | \\
- (1 << IEEE80211_RADIOTAP_DB_ANTSIGNAL) | \\
+#define RTW_RX_RADIOTAP_PRESENT \e
+ ((1 << IEEE80211_RADIOTAP_TSFT) | \e
+ (1 << IEEE80211_RADIOTAP_FLAGS) | \e
+ (1 << IEEE80211_RADIOTAP_RATE) | \e
+ (1 << IEEE80211_RADIOTAP_CHANNEL) | \e
+ (1 << IEEE80211_RADIOTAP_LOCK_QUALITY) | \e
+ (1 << IEEE80211_RADIOTAP_DB_ANTSIGNAL) | \e
0)
.Ed
.Sh SEE ALSO
diff --git a/share/man/man9/pci_intr_map.9 b/share/man/man9/pci_intr_map.9
index c89bdf03e10..dda89e70782 100644
--- a/share/man/man9/pci_intr_map.9
+++ b/share/man/man9/pci_intr_map.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci_intr_map.9,v 1.9 2009/08/22 02:57:06 mk Exp $
+.\" $OpenBSD: pci_intr_map.9,v 1.10 2010/03/26 19:30:40 jmc Exp $
.\"
.\" Copyright (c) 2005 Michael Shalayeff
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 22 2009 $
+.Dd $Mdocdate: March 26 2010 $
.Dt PCI_INTR_MAP 9
.Os
.Sh NAME
@@ -98,7 +98,7 @@ xxxattach(struct device *parent, struct device *self, void *aux)
\&...
if (pci_intr_map(pa, &ih)) {
- printf(": can't map interrupt\\n");
+ printf(": can't map interrupt\en");
bus_space_unmap(sc->iot, sc->ioh, size);
return;
}
@@ -109,12 +109,12 @@ xxxattach(struct device *parent, struct device *self, void *aux)
printf(": can't establish interrupt");
if (intrstr)
printf(" at %s", intrstr);
- printf("\\n");
+ printf("\en");
bus_space_unmap(sc->iot, sc->ioh, size);
return;
}
- printf(": %s\\n", intrstr);
+ printf(": %s\en", intrstr);
\&...
}