Bug 184474

Summary: minor grammar nit s/listening/listen
Product: Documentation Reporter: Diane Bruce <db>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Diane Bruce 2013-12-03 16:20:00 UTC

    
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-12-03 16:22:39 UTC
Author: eadler
Date: Tue Dec  3 16:22:33 2013
New Revision: 43278
URL: http://svnweb.freebsd.org/changeset/doc/43278

Log:
  Fix Speling error
  
  PR:		docs/184474
  Submitted by:	db

Modified:
  head/en_US.ISO8859-1/books/handbook/security/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/security/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Tue Dec  3 16:20:11 2013	(r43277)
+++ head/en_US.ISO8859-1/books/handbook/security/chapter.xml	Tue Dec  3 16:22:33 2013	(r43278)
@@ -2531,7 +2531,7 @@ timer	# timing options. change as needed
         phase2          15 sec;
 }
 
-listen	# address [port] that racoon will listening on
+listen	# address [port] that racoon will listen on
 {
         isakmp          172.16.5.4 [500];
         isakmp_natt     172.16.5.4 [4500];
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2013-12-03 16:22:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!