diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-18 01:46:41 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-18 01:46:41 +0000 |
commit | 07014cd76d2b770084f6478412f61978118309ce (patch) | |
tree | f52fc01ddd2d6789fd8bb8ccd44e503bf8458450 | |
parent | b860c9421d2ec380dfd127cd3287529b5138c82a (diff) |
whoops
-rw-r--r-- | sbin/ipnat/ipnat.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/ipnat/ipnat.4 b/sbin/ipnat/ipnat.4 index 4313c1c699d..bb593f29b32 100644 --- a/sbin/ipnat/ipnat.4 +++ b/sbin/ipnat/ipnat.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipnat.4,v 1.11 1999/06/18 01:44:19 aaron Exp $ +.\" $OpenBSD: ipnat.4,v 1.12 1999/06/18 01:46:40 aaron Exp $ .Dd 5 June, 1999 .Os .Dt IPNAT 4 @@ -21,9 +21,8 @@ supported. To add/delete rules to/from the NAT list, two .Dq basic ioctl's are provided: -.Bd -ragged -offset indent +.Bd -literal -offset indent .Fn ioctl fd SIOCADNAT "struct ipnat *" -.br .Fn ioctl fd SIOCRMNAT "struct ipnat *" .Ed .Pp |