Bug 24351

Summary: setkey(8) man page has multiple spelling errors.
Product: Base System Reporter: root <root>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description root 2001-01-15 19:30:01 UTC
from the setkey(8) manpage in FreeBSD 5-CURRENT
DESCRIPTION
     setkey addes, updates, dumpes, or flushes Security Association Database
     (SAD) entries as well as Security Policy Database (SPD) entries in the
     kernel.
from the current KAME snap:
DESCRIPTION
     setkey adds, updates, dumps, or flushes Security Association Database
     (SAD) entries as well as Security Policy Database (SPD) entries in the
     kernel.

Fix: 

update the kame/wide man page documentation.
How-To-Repeat: 	read the man page.
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-03-31 02:31:06 UTC
State Changed
From-To: open->analyzed

Should this patch be committed as a bandaid or will we sync up with KAME again soon?  (patch from chern@osd.bsdi.com) 

Index: setkey.8 
=================================================================== 
RCS file: /home/ncvs/src/usr.sbin/setkey/setkey.8,v 
retrieving revision 1.11 
diff -r1.11 setkey.8 
58c58 
< addes, updates, dumpes, or flushes 
--- 
> adds, updates, dumps, or flushes
Comment 2 ru freebsd_committer freebsd_triage 2001-06-11 14:04:38 UTC
State Changed
From-To: analyzed->closed

Fixed in the latest KAME import.