From 418c5c97b2c06e1fdf86dc210ba28056a9502d35 Mon Sep 17 00:00:00 2001 From: allanjude Date: Tue, 27 May 2014 04:30:56 +0000 Subject: Emphasis on 'do not' and 'complement' in the strcspn(3) Replace literal parentheses with .Po/.Pc Approved by: wblock (mentor) --- lib/libc/string/strspn.3 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 605e54f..542b190 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -71,13 +71,14 @@ spans the initial part of the null-terminated string .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 -- cgit v1.1