Bug 101262

Summary: man login.conf does not mention how to escape a colon
Product: Documentation Reporter: Dr. Markus Waldeck <waldeck>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dr. Markus Waldeck 2006-08-02 14:30:12 UTC
/etc/login.conf contains following text:
# Note that since a colon ':' is used to separate capability entries,
# a \c escape sequence must be used to embed a literal colon in the
# value or name of a capability (see the ``CGETNUM AND CGETSTR SYNTAX
# AND SEMANTICS'' section of getcap(3) for more escape sequences).

Unfortunately this information is NOT available in the man page of login.conf.

Fix: 

Add the descprition.
How-To-Repeat: man login.conf
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2006-10-09 23:35:16 UTC
State Changed
From-To: open->patched

Note added, third paragraph in login.conf.5 now.  Thanks! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2006-10-09 23:35:16 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-09 23:35:23 UTC
trhodes     2006-10-09 22:35:02 UTC

  FreeBSD src repository

  Modified files:
    lib/libutil          login.conf.5 
  Log:
  Add information on how to escape a literal colon in a value or name.
  
  PR:     101262
  
  Revision  Changes    Path
  1.59      +5 -1      src/lib/libutil/login.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 4 dfilter service freebsd_committer freebsd_triage 2006-11-03 09:03:33 UTC
trhodes     2006-11-03 09:03:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/libutil          login.conf.5 
  Log:
  MFC:
    Add information on how to escape a literal colon in a value or name.
  
    PR:     101262
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.56.2.3  +8 -1      src/lib/libutil/login.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 5 Tom Rhodes freebsd_committer freebsd_triage 2006-11-03 09:03:38 UTC
State Changed
From-To: patched->closed

Changes have been merged into RELENG_6, thanks!