This commit is contained in:
Michael Kerrisk 2007-11-17 04:27:41 +00:00
parent ddb711a462
commit 5633d88a32
3 changed files with 3 additions and 3 deletions

View File

@ -122,7 +122,7 @@ overwrites any commas it finds in the string
.RI * optionp ,
that string must be writable; it cannot be a string constant.
.SH EXAMPLE
The following program excepts suboptions following a "\-o" option.
The following program expects suboptions following a "\-o" option.
.nf
#define _XOPEN_SOURCE 500

View File

@ -57,7 +57,7 @@ A different case is when \fIs\fP is not NULL but \fIpwc\fP is NULL.
In this
case the
.BR mbrtowc ()
function behaves as above, excepts that it does not
function behaves as above, except that it does not
store the converted wide character in memory.
.PP
A third case is when \fIs\fP is NULL.

View File

@ -46,7 +46,7 @@ A different case is when \fIs\fP is not NULL but \fIpwc\fP is NULL.
In this
case the
.BR mbtowc ()
function behaves as above, excepts that it does not
function behaves as above, except that it does not
store the converted wide character in memory.
.PP
A third case is when \fIs\fP is NULL.