diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-21 12:38:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-21 12:38:38 +0000 |
commit | e716e4c31134f529ba0a05ed3786a91ef1432903 (patch) | |
tree | afdf9329c2fcc1bba4b96761ba5017c2e25c682a /sbin | |
parent | b484d0e485dd2f79a8a447d5c325863329b0531c (diff) |
describe the -f flag in the options list
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipnat/ipnat.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/ipnat/ipnat.8 b/sbin/ipnat/ipnat.8 index 618f79eebc6..e05594ecac7 100644 --- a/sbin/ipnat/ipnat.8 +++ b/sbin/ipnat/ipnat.8 @@ -3,7 +3,7 @@ .Os .Sh NAME .Nm ipnat -.Nd User interface to the NAT +.Nd user interface to the NAT .Sh SYNOPSIS .Nm ipnat .Op Fl CFlnrsv @@ -16,8 +16,10 @@ configured on a gateway, the NAT provides Internet access to connected computers lacking officially assigned IP addresses. It is discussed in RFC 1631. .Pp -Options are as follows: +The options are as follows: .Bl -tag -width Ds +.It Fl f Ar filename +File from which rules are read from. .It Fl C Delete all entries in the NAT list. .It Fl F @@ -51,7 +53,7 @@ if an entry contradicts another previously added, the newer will take precedence. .Pp Comments (beginning with a -.Dq # ) +.Ql # ) and blank lines are ignored as .Nm parses the file. Entries may be separated by spaces or tabs. Each rule must |