diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
commit | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (patch) | |
tree | c741b4dc8f089128fff5c9825dbe60c28d66fb94 /share/man/man4/ipcomp.4 | |
parent | ddd170dedc3aa5a283ca155d53a50407d8da8150 (diff) |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man4/ipcomp.4')
-rw-r--r-- | share/man/man4/ipcomp.4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/ipcomp.4 b/share/man/man4/ipcomp.4 index 3893878adab..cc649eee180 100644 --- a/share/man/man4/ipcomp.4 +++ b/share/man/man4/ipcomp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcomp.4,v 1.5 2001/08/02 18:37:33 mpech Exp $ +.\" $OpenBSD: ipcomp.4,v 1.6 2001/08/03 15:21:16 mpech Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jj@wabbitt.org> .\" All rights reserved. @@ -43,7 +43,6 @@ variable in .Bl -tag -width xxxxxxxxxxxxxxxxxxxxx .It net.inet.ipcomp.enable .El -.Pp .Sh DESCRIPTION .Tn IPComp is a protocol used to reduce the size of IP datagrams. |