| Summary: | Typo in audit part of handbook | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | blueboar_2 |
| Component: | Books & Articles | Assignee: | 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
Responsible Changed From-To: freebsd-doc->wblock Take. 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" State Changed From-To: open->closed Fix committed, thanks! |