diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-30 14:08:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-30 14:08:12 +0000 |
commit | 2e3140aaba70ccb8c15f47c7b16456743435d5ca (patch) | |
tree | f77b682cbbe04c29d731d1cceef0bafa67ca8485 /sbin/ipsecctl | |
parent | 8908381f57ff3bb627203343b886a40e8bc2c500 (diff) |
comment out some comp stuff i missed earlier;
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 5855d41024e..32fdb412810 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.71 2006/08/30 12:58:25 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.72 2006/08/30 14:08:11 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -594,20 +594,20 @@ If no algorithm is specified, will choose .Ar hmac-sha2-256 by default. -.It Xo -.Ic comp -.Aq Ar algorithm -.Xc -The compression algorithm to be used. -Possible algorithms are -.Ar deflate -and -.Ar lzs . -Note that -.Ar lzs -is only available with -.Xr hifn 4 -because of the patent held by Hifn, Inc. +.\".It Xo +.\".Ic comp +.\".Aq Ar algorithm +.\".Xc +.\"The compression algorithm to be used. +.\"Possible algorithms are +.\".Ar deflate +.\"and +.\".Ar lzs . +.\"Note that +.\".Ar lzs +.\"is only available with +.\".Xr hifn 4 +.\"because of the patent held by Hifn, Inc. .It Xo .Ic enc .Aq Ar algorithm |