diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 18:59:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 18:59:45 +0000 |
commit | ce33624f105bbf6b20e87d0e06c24996db2e0176 (patch) | |
tree | 66d6fb743c7b71c44d2e5fe784ce772f6e55b4cf /sbin/ipsecadm | |
parent | 02f5c89460eebf5fccec73d72f630200c765c1c9 (diff) |
trash some old leftover macros and replace them with -mdoc macros
Diffstat (limited to 'sbin/ipsecadm')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index ed0461ef4bc..6641bd48577 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.7 1999/06/04 02:45:24 aaron Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.8 1999/07/04 18:59:41 aaron Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -141,7 +141,7 @@ Association. Allowed modifiers are: .Fl transport , .Fl sport , .Fl dport , -.FL local , +.Fl local , .Fl delete . The .Xr netstat 1 @@ -264,7 +264,7 @@ should be chosen in random (ideally, using some true-random source like coin flipping). It is very important that the key is not guessable. One practical way of generating keys is by using the .Xr random 4 -device (e.g. dd if=/dev/urandom bs=1024 count=1 | sha1) +device (e.g., dd if=/dev/urandom bs=1024 count=1 | sha1) .It authkey The secret key material used for authentication if additional authentication in new esp mode is required. For @@ -278,7 +278,7 @@ should be chosen in random (ideally, using some true-random source like coin flipping). It is very important that the key is not guessable. One practical way of generating keys is by using the .Xr random 4 -device (e.g. dd if=/dev/urandom bs=1024 count=1 | sha1) +device (e.g., dd if=/dev/urandom bs=1024 count=1 | sha1) .It iv This option has been deprecated. The argument is ignored. When applicable, it has the same behaviour as the |