diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-13 20:16:49 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-13 20:16:49 +0000 |
commit | a37e294bfb52a06afd6eb6645870cf1c540b877e (patch) | |
tree | 36ba9d9b5ffc6d45680f435ed5a7932be0645989 /sbin/pfctl | |
parent | 341511d89cf2709a82733b614acd805624150322 (diff) |
o) start new sentence on a new line;
o) wrap long lines;
o) fix bogus .Xr usage;
o) we don't like blank lines;
o) always close .Bl tags;
o) OpenBSD -> .Ox;
o) don't like .Pp before .Ss;
millert@ ok;
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index f3a38bf265f..9a7694ddc56 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.36 2001/12/10 18:13:30 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.37 2001/12/13 20:16:48 mpech Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -255,6 +255,7 @@ Generate debug messages only for serious errors. .It Fl x Ar misc Generate debug messages for various errors. .El +.El .Sh FILES .Bl -tag -width "/etc/nat.conf" -compact .It Pa /etc/pf.conf |