| Summary: | [patch] setkey.8 typo | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jimmy Olgeni <olgeni> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jimmy Olgeni
2010-03-25 13:20:10 UTC
Author: maxim Date: Fri Mar 26 05:35:25 2010 New Revision: 205672 URL: http://svn.freebsd.org/changeset/base/205672 Log: o Fix typo. PR: docs/145031 Submitted by: olgeni MFC after: 1 week Modified: head/sbin/setkey/setkey.8 Modified: head/sbin/setkey/setkey.8 ============================================================================== --- head/sbin/setkey/setkey.8 Fri Mar 26 05:34:13 2010 (r205671) +++ head/sbin/setkey/setkey.8 Fri Mar 26 05:35:25 2010 (r205672) @@ -674,7 +674,7 @@ add 10.0.11.41 10.0.11.33 esp 0x10001 -A hmac-md5 "authentication!!" ; .Ed -Get the SA information assocaited with first example above: +Get the SA information associated with first example above: .Bd -literal -offset get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ; _______________________________________________ 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" State Changed From-To: open->patched Fixed in HEAD. Thanks! State Changed From-To: patched->closed Merged to RELENG_8. |