Bug 112776

Summary: Typo in Securelevel Configuration Menu
Product: Documentation Reporter: Brian Shumate <brian>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
src-usrsbin-sysinstall-menus.c.diff none

Description Brian Shumate 2007-05-19 06:40:02 UTC
One the Securelevel Configuration Menu for 6.2-RELEASE, the word firewalling appears to be misspelled as "firwalling".  This appears in the last complete sentence of the guide text beginning, "In network secure mode...".

HTH and is not a duplicate!

Fix: 

s/firwalling/firewalling/g
How-To-Repeat: 1. Install 6.2-RELEASE
2. Choose to visit configuration menu after installation complete
3. Choose Security Menu
4. Choose Securelevel
5. Observe guide text at top
Comment 1 Jeroen Ruigrok van der Werven 2007-05-19 08:25:32 UTC
>>Category:       docs

Perhaps bin is more accurate since it involves a source code change.

>One the Securelevel Configuration Menu for 6.2-RELEASE, the word firewalling
>appears to be misspelled as "firwalling".  This appears in the last complete
>sentence of the guide text beginning, "In network secure mode...".

Patch attached. Please prefix the PR with [patch]

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
ã¤ã§ã«ã¼ã³ ã©ã¦ãã­ã㯠ã´ã¡ã³ ãã« ã¦ã§ã«ã´ã§ã³
http://www.in-nomine.org/ | http://www.rangaku.org/
The heart has reasons of which reason has no knowledge...
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-19 08:37:12 UTC
maxim       2007-05-19 07:36:44 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/sysinstall  menus.c 
  Log:
  o Fix typo: firwalling -> firewalling.
  
  PR:             docs/112776
  Submitted by:   asmodai
  MFC after:      1 week
  
  Revision  Changes    Path
  1.422     +1 -1      src/usr.sbin/sysinstall/menus.c
_______________________________________________
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 Maxim Konovalov freebsd_committer freebsd_triage 2007-05-26 08:32:00 UTC
State Changed
From-To: open->closed

Merged to RELENG_6.