diff options
author | hmp <hmp@FreeBSD.org> | 2003-11-07 18:26:54 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-11-07 18:26:54 +0000 |
commit | 9004d3b438f36a1fdfde759f8983f42057855310 (patch) | |
tree | ad66dce461683a98ade178058f67019bf620b2d0 | |
parent | 0725614a3146d95147894300bf35ed10ed6c0030 (diff) | |
download | FreeBSD-src-9004d3b438f36a1fdfde759f8983f42057855310.zip FreeBSD-src-9004d3b438f36a1fdfde759f8983f42057855310.tar.gz |
Mdoc Janitor:
* use the appropriate include file macros (.In)
* add necessary stuffing to the AUTHORS section
for consistency.
-rw-r--r-- | share/man/man4/ng_uni.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/ng_uni.4 b/share/man/man4/ng_uni.4 index 66b86a1..8f64434 100644 --- a/share/man/man4/ng_uni.4 +++ b/share/man/man4/ng_uni.4 @@ -35,8 +35,8 @@ .Nm ng_uni .Nd netgraph UNI node type .Sh SYNOPSIS -.Fd #include <netnatm/sig/unidef.h> -.Fd #include <netgraph/atm/ng_uni.h> +.In netnatm/sig/unidef.h +.In netgraph/atm/ng_uni.h .Sh DESCIPTION The .Nm @@ -407,4 +407,8 @@ PNNI not yet implemented. .It Need to implement connection modification and the Q.2931 amandements. .Sh AUTHORS +The +.Nm +netgraph node +and this manual page was written by .An Harti Brandt Aq harti@freebsd.org |