diff options
author | 1998-06-18 21:33:06 +0000 | |
---|---|---|
committer | 1998-06-18 21:33:06 +0000 | |
commit | bb4ffda55f31548e2040e974713c679cdfc0d739 (patch) | |
tree | d99080d3767f7488a9e2169b1f6e385228163591 | |
parent | import cnset() from libsa (diff) | |
download | wireguard-openbsd-bb4ffda55f31548e2040e974713c679cdfc0d739.tar.xz wireguard-openbsd-bb4ffda55f31548e2040e974713c679cdfc0d739.zip |
fix spelling mistake, better grammar
-rw-r--r-- | sbin/ipsec/photurisd/photurisd.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sbin/ipsec/photurisd/photurisd.8 b/sbin/ipsec/photurisd/photurisd.8 index 6aff8bce96d..fa2af83b9bf 100644 --- a/sbin/ipsec/photurisd/photurisd.8 +++ b/sbin/ipsec/photurisd/photurisd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: photurisd.8,v 1.6 1998/06/01 09:06:02 provos Exp $ +.\" $OpenBSD: photurisd.8,v 1.7 1998/06/18 21:33:06 provos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -43,7 +43,7 @@ .Sh DESCRIPTION The .Nm photuris -daemon establisches security associations for encrypted +daemon establishes security associations for encrypted and/or authenticated network traffic. .Pp The daemon listens to a named pipe @@ -98,9 +98,12 @@ values describe the group in which exchange values for the key exchange are generated. The modulus needs to be a .Nm safe prime . .It exchange -The supported exchange schemes are specified here with. The scheme is followed -either by zero or the number of bits of the modulus to be used with this -scheme. If zero is specified the given scheme acts as modifier to the base +The +.Nm exchange +keyword is used to specify the supported exchange schemes. The scheme is +followed by either zero or the number of bits of the modulus to be used +with this scheme. +If zero is specified the given scheme acts as modifier to the base scheme. The base scheme is .Nm DH_G_2_MD5 (generator of two and MD5 identification). Extended schemes are |