diff options
author | 1999-11-13 19:48:31 +0000 | |
---|---|---|
committer | 1999-11-13 19:48:31 +0000 | |
commit | f1395dfef46e9d81050ad0f02923863077d34884 (patch) | |
tree | 6a876dd0e567f7d0cfa5d447c556fb82cf1f6669 | |
parent | remove .Xr to a few non-existant man pages (diff) | |
download | wireguard-openbsd-f1395dfef46e9d81050ad0f02923863077d34884.tar.xz wireguard-openbsd-f1395dfef46e9d81050ad0f02923863077d34884.zip |
remove trailing comma also. oops
-rw-r--r-- | usr.sbin/ipftest/ipftest.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ipftest/ipftest.1 b/usr.sbin/ipftest/ipftest.1 index 17582161b0d..8a55686242e 100644 --- a/usr.sbin/ipftest/ipftest.1 +++ b/usr.sbin/ipftest/ipftest.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipftest.1,v 1.11 1999/11/13 19:46:56 ericj Exp $ +.\" $OpenBSD: ipftest.1,v 1.12 1999/11/13 19:48:31 ericj Exp $ .Dd May 23, 1999 .Dt IPFTEST 1 .Os @@ -142,7 +142,7 @@ Specify the filename from which to read filter rules. .Sh SEE ALSO .Xr ipf 5 , .Xr ipf 8 , -.Xr tcpdump 8 , +.Xr tcpdump 8 .Sh BUGS Not all of the input formats are capable of introducing a wide enough variety of packets to be useful in testing. |