diff options
author | 1999-04-29 17:57:35 +0000 | |
---|---|---|
committer | 1999-04-29 17:57:35 +0000 | |
commit | c74d0da721fe84a727cbe12654ba328126129221 (patch) | |
tree | 205412defb0b750a661a387d6454fea3c89a069c | |
parent | always check return value of strdup() (diff) | |
download | wireguard-openbsd-c74d0da721fe84a727cbe12654ba328126129221.tar.xz wireguard-openbsd-c74d0da721fe84a727cbe12654ba328126129221.zip |
Unfortunate side effect of the mandoc macros:
.Nd takes at most 9 arguments.
Hence, if the description is longer than that, you lose.
Unless you get it to be just one argument, by quoting it.
Automated search of other such manpages to do, or a way to fix
.Nd if someone knows enough troff...
-rw-r--r-- | sbin/ipf/ipf.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8 index 4667985fb8c..354ec897e59 100644 --- a/sbin/ipf/ipf.8 +++ b/sbin/ipf/ipf.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: ipf.8,v 1.6 1999/04/02 16:21:35 aaron Exp $ +.\" $OpenBSD: ipf.8,v 1.7 1999/04/29 17:57:35 espie Exp $ .Dd February 6, 1999 .Dt IPF 8 .Os .Sh NAME .Nm ipf -.Nd alters packet filtering lists for IP packet input and output +.Nd "alters packet filtering lists for IP packet input and output" .Sh SYNOPSIS .Nm ipf .Op Fl AdDEInorsUvyzZ |