diff options
author | archie <archie@FreeBSD.org> | 2000-12-08 21:01:47 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-12-08 21:01:47 +0000 |
commit | 83ea67fe2749f70abec2be65abf4a075010661e5 (patch) | |
tree | 49710c818a5ff3639573d7df71dd7b245dfe5d05 | |
parent | 5c07e9c2eb9df5064a1ae206f7c7dcc69b94e70a (diff) | |
download | FreeBSD-src-83ea67fe2749f70abec2be65abf4a075010661e5.zip FreeBSD-src-83ea67fe2749f70abec2be65abf4a075010661e5.tar.gz |
Fix typo.
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
-rw-r--r-- | share/man/man4/ng_one2many.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4 index a04d884..a38cc0a 100644 --- a/share/man/man4/ng_one2many.4 +++ b/share/man/man4/ng_one2many.4 @@ -168,7 +168,7 @@ through .Dv fxp3 : .Bd -literal -offset 0 # Plumb nodes together - ngctl mkpeer fxp0: ng_one2many upper one + ngctl mkpeer fxp0: one2many upper one ngctl connect fxp0: fxp0:upper lower many0 ngctl connect fxp1: fxp0:upper lower many1 ngctl connect fxp2: fxp0:upper lower many2 |