diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-02-11 18:43:53 +0000 |
commit | 08be39f5bb2c3749f037ee6a116aec7656b0460b (patch) | |
tree | 94d8c274d8fb74b16780ae5b6e401c511d9f84d5 /sbin/pfctl/pfctl.8 | |
parent | 11661b37fd11040c9eb7ea938591fd8c371e7c9c (diff) |
Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command
deraadt@ ok
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 07b79fd4a88..74c1ef2e1b8 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.39 2002/01/09 11:30:53 dhartmei Exp $ +.\" $OpenBSD: pfctl.8,v 1.40 2002/02/11 18:43:51 mpech Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -238,11 +238,11 @@ Other protocols are handled similarly to UDP: .El .Bd -literal Example: - # Timeout established connections after an hour of inactivity - pfctl -t tcp.established=3600 + Timeout established connections after an hour of inactivity + # pfctl -t tcp.established=3600 - # Display the current established idle timeout - pfctl -t tcp.established + Display the current established idle timeout + # pfctl -t tcp.established .Ed .It Fl v Produce more verbose output. |