Bug 104402

Summary: man pf.conf mentions in the TABLES section securelevel(7)
Product: Documentation Reporter: Dr. Markus Waldeck <waldeck>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dr. Markus Waldeck 2006-10-14 10:30:31 UTC
man pf.conf mentions in the TABLES section securelevel(7).
This man pages does not exist in FreeBSD.
The reference should be security(7).

Fix: 

Replace securelevel(7) with security(7).
How-To-Repeat: man pf.conf
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2006-10-14 11:37:47 UTC
Responsible Changed
From-To: freebsd-doc->remko

I will handle this one, asked max what he thinks should be done (since 
this is contributed software)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-01 22:09:19 UTC
remko       2007-06-01 21:09:11 UTC

  FreeBSD src repository

  Modified files:
    contrib/pf/man       pf.conf.5 
  Log:
  Change securelevel(7) to security(7). Yes i am aware
  that this is within the contrib directory.
  
  PR:             docs/104402
  Submitted by:   Dr. Markus Waldeck <waldeck at gmx dot de>
  
  Discussed with: mlaier
  
  Revision  Changes    Path
  1.12      +2 -2      src/contrib/pf/man/pf.conf.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2007-06-01 22:10:32 UTC
State Changed
From-To: open->patched

I committed this to -CURRENT just moments ago, will do the 
other branches in a few days.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-11-11 11:55:23 UTC
remko       2007-11-11 11:55:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man7       Makefile 
  Log:
  MFC rev 1.32 Makefile
  
  This MLINKS security with securelevel, this is one of the things
  that was for:
  
  PR:             docs/104402 (this change is not within the PR itself)
  
  Revision  Changes    Path
  1.29.8.2  +1 -0      src/share/man/man7/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Remko Lodder freebsd_committer freebsd_triage 2007-11-11 11:56:02 UTC
State Changed
From-To: patched->closed

the MLINK also had been MFC'ed now, the pf.conf in RELENG_6 is already 
good, so everything now ships with the correct details. Thanks for the 
submission!