diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:31:49 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-27 03:31:49 +0000 |
commit | b424c44170215a41cec4997da3abdb50ee4cfb16 (patch) | |
tree | 9504499ef7d6a712457f490e1b7cf10f45e98a4f /sbin/ipsecadm/ipsecadm.8 | |
parent | 907ab59423a444adb2780803c37f5b5424d4390c (diff) |
Consistently use "IPsec" capitalization (jsyn@nthought.com)
Diffstat (limited to 'sbin/ipsecadm/ipsecadm.8')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index 6c49ed53190..3121314eb95 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.38 2001/06/26 20:44:22 itojun Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.39 2001/06/27 03:31:38 angelos Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm ipsecadm -.Nd interface to setup IPSec +.Nd interface to setup IPsec .Sh SYNOPSIS .Nm ipsecadm .Op command @@ -43,14 +43,14 @@ .Sh NOTE Before .Xr ipsecadm 8 -can be used, IPSec must be enabled by setting one or more of the following +can be used, IPsec must be enabled by setting one or more of the following .Xr sysctl 3 variables: .Bl -tag -width xxxxxxxxxxxxxxxxxxxxx .It net.inet.esp.enable -Enable the ESP IPSec protocol +Enable the ESP IPsec protocol .It net.inet.ah.enable -Enable the AH IPSec protocol +Enable the AH IPsec protocol .El .Pp To enable these operations across reboots, see @@ -64,7 +64,7 @@ to be used with .Xr ipsec 4 . It can be used to specify the encryption and authentication algorithms and key material for the network layer security -provided by IPSec. +provided by IPsec. The possible commands are: .Bl -tag -width new_esp .It new esp @@ -251,7 +251,7 @@ A .Nm bypass or .Nm permit -flow is used to specify a flow for which IPSec processing will be +flow is used to specify a flow for which IPsec processing will be bypassed, i.e packets will/need not be processed by any SAs. For .Nm permit @@ -535,7 +535,7 @@ For create or delete a .Nm bypass flow. -Packets matching this flow will not be processed by IPSec. +Packets matching this flow will not be processed by IPsec. .It Fl deny For .Nm flow , |