Bug 148681

Summary: [patch] ng_atm(4): Minor typographical error
Product: Documentation Reporter: Glen Barber <glen.j.barber>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Glen Barber 2010-07-16 14:10:04 UTC
Minor typographical error in ng_atm(4):

 - change 'an' to 'and'
 - add comma

Fix: Patch attached with submission follows:
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2010-08-15 22:34:59 UTC
State Changed
From-To: open->patched

Committed, thanks! 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2010-08-15 22:34:59 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-08-15 22:35:10 UTC
Author: brueffer
Date: Sun Aug 15 21:34:50 2010
New Revision: 211355
URL: http://svn.freebsd.org/changeset/base/211355

Log:
  Fixed a typo and added a comma.
  
  PR:		148681
  Submitted by:	Glen Barber <glen.j.barber@gmail.com>
  MFC after:	1 week

Modified:
  head/share/man/man4/ng_atm.4

Modified: head/share/man/man4/ng_atm.4
==============================================================================
--- head/share/man/man4/ng_atm.4	Sun Aug 15 21:29:03 2010	(r211354)
+++ head/share/man/man4/ng_atm.4	Sun Aug 15 21:34:50 2010	(r211355)
@@ -138,7 +138,7 @@ Hooks for dynamically initiated VCIs can
 .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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2010-08-22 21:23:00 UTC
State Changed
From-To: patched->closed

MFCs done.