diff options
author | 2000-09-22 05:14:45 +0000 | |
---|---|---|
committer | 2000-09-22 05:14:45 +0000 | |
commit | e8a7b3a38e521505e4b146fd74703e35c695857f (patch) | |
tree | 31f31e054193a5c1f419ffe1c35e8b0d1c79ac1c | |
parent | Fix typo, "BSDI BSD/OS" not "BSDI BSDI/OS". (diff) | |
download | wireguard-openbsd-e8a7b3a38e521505e4b146fd74703e35c695857f.tar.xz wireguard-openbsd-e8a7b3a38e521505e4b146fd74703e35c695857f.zip |
Correctly format "setsockopt(2)/getsockopt(2)" so that it doesn't hosed
the mdoc macros. Use the .Bsx macro instead of saying "BSD/OS".
-rw-r--r-- | share/man/man4/ipsec.4 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 8f559075837..a88c0a4aced 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.31 2000/04/28 06:58:58 deraadt Exp $ +.\" $OpenBSD: ipsec.4,v 1.32 2000/09/22 05:14:45 millert Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -420,8 +420,7 @@ DES algorithm. Steve Reid's SHA-1 code was also used. .Pp The -.Xr setsockopt 2 / Ns -.Xr getsockopt 2 +.Xr setsockopt 2 / Ns Xr getsockopt 2 interface follows somewhat loosely the draft-mcdonald-simple-ipsec-api, which is work in progress. .Sh HISTORY @@ -430,11 +429,10 @@ The protocol design process was started in 1992 by John Ioannidis, Phil Karn and William Allen Simpson. In 1995, the former wrote an implementation for -.Tn BSD/OS . +.Bsx . Angelos D. Keromytis ported it to .Ox and .Nx . The latest transforms and new features were implemented by Angelos D. Keromytis and Niels Provos. - |