svn commit: r266725 - head/lib/libc/string

Allan Jude allanjude at FreeBSD.org
Tue May 27 04:30:57 UTC 2014


Author: allanjude (doc committer)
Date: Tue May 27 04:30:56 2014
New Revision: 266725
URL: http://svnweb.freebsd.org/changeset/base/266725

Log:
  Emphasis on 'do not' and 'complement' in the strcspn(3)
  Replace literal parentheses with .Po/.Pc
  
  Approved by:	wblock (mentor)

Modified:
  head/lib/libc/string/strspn.3

Modified: head/lib/libc/string/strspn.3
==============================================================================
--- head/lib/libc/string/strspn.3	Tue May 27 04:26:22 2014	(r266724)
+++ head/lib/libc/string/strspn.3	Tue May 27 04:30:56 2014	(r266725)
@@ -71,13 +71,14 @@ spans the initial part of the null-termi
 .Fa s
 as long as the characters from
 .Fa s
-do not occur in the null-terminated string
+.Sy do not 
+occur in the null-terminated string
 .Fa charset
-(it
-spans the
-.Em complement
+.Po it spans the
+.Sy complement
 of
-.Fa charset ) .
+.Fa charset
+.Pc .
 In other words, it computes the string array index
 of the first character of
 .Fa s


More information about the svn-src-all mailing list