Bug 187279

Summary: Typo in audit part of handbook
Product: Documentation Reporter: blueboar_2
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description blueboar_2 2014-03-05 13:40:00 UTC
In audit chapter xml, there are words

This audit represents a successful execve call, in which the command finger doug has been run. The arguments token contains BOTH the processed command line presented by the shell to the kernel.

What is the purpose of words "both"? Both means that besides the command line there is something else? Is this a typo?
Comment 1 Warren Block freebsd_committer freebsd_triage 2014-03-05 14:19:07 UTC
Responsible Changed
From-To: freebsd-doc->wblock

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-05 14:23:38 UTC
Author: wblock
Date: Wed Mar  5 14:23:30 2014
New Revision: 44128
URL: http://svnweb.freebsd.org/changeset/doc/44128

Log:
  Remove extraneous word.
  
  PR:		docs/187279
  Submitted by:	Vladimir Romanov <blueboar_2@rambler.ru>

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

Modified: head/en_US.ISO8859-1/books/handbook/audit/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/audit/chapter.xml	Wed Mar  5 09:20:54 2014	(r44127)
+++ head/en_US.ISO8859-1/books/handbook/audit/chapter.xml	Wed Mar  5 14:23:30 2014	(r44128)
@@ -589,7 +589,7 @@ trailer,133</programlisting>
       <para>This audit represents a successful
 	<literal>execve</literal> call, in which the command
 	<literal>finger doug</literal> has been run.  The arguments
-	token contains both the processed command line presented by
+	token contains the processed command line presented by
 	the shell to the kernel.  The <literal>path</literal> token
 	holds the path to the executable as looked up by the kernel.
 	The <literal>attribute</literal> token describes the binary,
_______________________________________________
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 3 Warren Block freebsd_committer freebsd_triage 2014-03-05 14:23:41 UTC
State Changed
From-To: open->closed

Fix committed, thanks!