diff options
author | brueffer <brueffer@FreeBSD.org> | 2010-08-15 21:34:50 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2010-08-15 21:34:50 +0000 |
commit | 71251b1c9392ccd301e9105bd21305f904768884 (patch) | |
tree | c0e7d001d122ed3244693df4a8dccaee1143c725 /share | |
parent | 59ce935eae32a0e4b1c905f7ff589201fb1cd56b (diff) | |
download | FreeBSD-src-71251b1c9392ccd301e9105bd21305f904768884.zip FreeBSD-src-71251b1c9392ccd301e9105bd21305f904768884.tar.gz |
Fixed a typo and added a comma.
PR: 148681
Submitted by: Glen Barber <glen.j.barber@gmail.com>
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ng_atm.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/ng_atm.4 b/share/man/man4/ng_atm.4 index df4c2e3..aad0224 100644 --- a/share/man/man4/ng_atm.4 +++ b/share/man/man4/ng_atm.4 @@ -138,7 +138,7 @@ Hooks for dynamically initiated VCIs can have whatever name is allowed by .Xr netgraph 4 as long as the name does not collide with one of the three predefined names. .Pp -To initiate packet sending an receiving on a dynamic hook one has to issue +To initiate packet sending and receiving on a dynamic hook, one has to issue a .Dv NGM_ATM_CPCS_INIT control message. |