summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.8
AgeCommit message (Collapse)Author
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
2001-07-28start sentence on new line, from mpech@Daniel Hartmeier
2001-07-26sort SEE ALSO section correctly, from mpech@.Daniel Hartmeier
2001-07-26usage() with __progname according to style(9), typo in man page. both from ↵Daniel Hartmeier
mpech@.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS;
2001-07-04do not pick a fightTheo de Raadt
2001-07-03Missed a few style fixes...Hakan Olsson
2001-07-03Document -q option. Some style fixes. dhartmei@ ok.Hakan Olsson
2001-07-02Typo.Hakan Olsson
2001-07-01Appeared in 3.0, not 2.9; openbsd@davidkrause.comAngelos D. Keromytis
2001-07-01Finish with posixifying command options. Now both "pfctl -Fs" andKjell Wooding
"pfctl -F states" work. Changed -[Fs]S to -[Fs] info (or -[Fs]i) based on an earlier conversation with theo. Added -[Fs] "all" to show or flush everything Fixup some man page pastos in the process
2001-06-29POSIX-ify the flag options at theo's requestKjell Wooding
2001-06-27Change flag syntaxKjell Wooding
-Fs, -Fn, -Fr, -FS to flush states, nat rules, filter rules, stats -ss, -sn, -sr, -sS to show them -z goes away
2001-06-27add -z optionKjell Wooding
2001-06-26Add -N (parse, but do not load) and -v (verbose: show parsed rules)Kjell Wooding
for pf and nat rules.
2001-06-26Clarify what the -l option does.Kjell Wooding
2001-06-26languageTheo de Raadt
2001-06-26change config file names to pf.conf and nat.confKjell Wooding
2001-06-26Renamed files to pf.filter and pf.rulesIan Darwin
2001-06-26Update man page to reflect the new getopt-style parametersKjell Wooding
2001-06-26Fix .Ox callsIan Darwin
2001-06-25fixup .Xr for pf(4); pf(4,) -> pf(4),jasoni
2001-06-25Better style in description; additional sections at end.Ian Darwin
2001-06-25Theo wanted a larger man pageIan Darwin
2001-06-25'.Nm pfctl' not '.Nm' in SYNOPSIS. Also, some cleanup of stray punctuation.smart
aaron@ ok.
2001-06-25pfctl now has a manpage. likely needs fleshing out.Kjell Wooding