Date: Tue, 27 May 2014 04:30:56 +0000 (UTC) From: Allan Jude <allanjude@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266725 - head/lib/libc/string Message-ID: <201405270430.s4R4UuLA067506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405270430.s4R4UuLA067506>