summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-06 20:29:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-06 20:29:25 +0000
commitca264f9350ebdec98d5c8d1cdb4d7b019b3f7620 (patch)
tree5ad17a1980db7e5c43b12b015c29e42f96d68acb
parentf5b7cc21b57c32e3e6e97a3d8415cebde43ecb5e (diff)
.Xr typos;
ok deraadt@
-rw-r--r--sbin/ipsecadm/ipsecadm.86
-rw-r--r--sbin/isakmpd/isakmpd.conf.56
-rw-r--r--sbin/isakmpd/isakmpd.policy.54
-rw-r--r--sbin/mountd/exports.54
-rw-r--r--sbin/restore/restore.84
5 files changed, 12 insertions, 12 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8
index 0cc29b0ebea..e7a186b5904 100644
--- a/sbin/ipsecadm/ipsecadm.8
+++ b/sbin/ipsecadm/ipsecadm.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsecadm.8,v 1.58 2003/02/26 12:22:34 markus Exp $
+.\" $OpenBSD: ipsecadm.8,v 1.59 2003/03/06 20:29:24 jmc Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -42,7 +42,7 @@
.Ar modifiers ...
.Sh NOTE
To use
-.Xr ipsecadm 8 ,
+.Nm ipsecadm ,
IPsec must be enabled by having one or more of the following
.Xr sysctl 3
variables set:
@@ -329,7 +329,7 @@ The IPCA must be applied first.
.El
.Pp
If no command is given
-.Xr ipsecadm 1
+.Nm ipsecadm
defaults to new esp mode.
.Pp
The modifiers have the following meanings:
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5
index 699928a7210..3ae7d1684b7 100644
--- a/sbin/isakmpd/isakmpd.conf.5
+++ b/sbin/isakmpd/isakmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.conf.5,v 1.74 2003/03/03 16:51:38 ho Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.75 2003/03/06 20:29:24 jmc Exp $
.\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -179,7 +179,7 @@ This means that we won't see if an address given here does not exist
on this host, and thus no error is given for that case.
.It Em Policy-file
The name of the file that contains
-.Xr KeyNote 4
+.Xr keynote 4
policies.
The default is "/etc/isakmpd/isakmpd.policy".
.It Em Pubkey-directory
@@ -389,7 +389,7 @@ In the case of
note that the IKE protocol allows any octet sequence to be sent or
received under this payload, potentially including non-printable
ones.
-.Xr isakmpd 1
+.Xr isakmpd 8
can only transmit printable
.Li KEY_ID
payloads, but can receive and process arbitrary
diff --git a/sbin/isakmpd/isakmpd.policy.5 b/sbin/isakmpd/isakmpd.policy.5
index 1b97bdc0cd0..cf72784820b 100644
--- a/sbin/isakmpd/isakmpd.policy.5
+++ b/sbin/isakmpd/isakmpd.policy.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.policy.5,v 1.29 2003/01/20 19:52:36 deraadt Exp $
+.\" $OpenBSD: isakmpd.policy.5,v 1.30 2003/03/06 20:29:24 jmc Exp $
.\" $EOM: isakmpd.policy.5,v 1.24 2000/11/23 12:55:25 niklas Exp $
.\"
.\" Copyright (c) 1999-2001, Angelos D. Keromytis. All rights reserved.
@@ -46,7 +46,7 @@ daemon managing security association and key management for the
layer of the kernel's networking stack.
.Pp
The
-.Xr isakmpd 1
+.Xr isakmpd 8
daemon (also known as IKE, for Internet Key Exchange) is used when two
systems need to automatically set up a pair of Security Associations
(SAs) for securely communicating using IPsec.
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index 9faac302ac7..5d99330e01b 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exports.5,v 1.11 2001/10/03 18:54:29 hin Exp $
+.\" $OpenBSD: exports.5,v 1.12 2003/03/06 20:29:24 jmc Exp $
.\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -194,7 +194,7 @@ and optionally
.Sm on
If the mask is not specified, it will default to the mask for that network
class (A, B or C; see
-.Xr inet 5 ) .
+.Xr inet 3 ) .
.Pp
For example:
.Bd -literal -offset indent
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index d4ddaf63e60..48d68faa644 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: restore.8,v 1.21 2002/02/11 18:43:51 mpech Exp $
+.\" $OpenBSD: restore.8,v 1.22 2003/03/06 20:29:24 jmc Exp $
.\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -237,7 +237,7 @@ flag has been specified.
Note that the
.Fl t
flag replaces the function of the old
-.Xr dumpdir 8
+.Nm dumpdir
program.
.It Fl x
The named files are read from the given media.