diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-12 15:12:47 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-12 16:03:38 +0200 |
| commit | f64cc74595f63dda41d4b332250641b8c6cca38d (patch) | |
| tree | 9f31644e0bf2cde87bae09439f672d8c8976e825 /man3 | |
| parent | bece03150561525d1e0587f535fd9b0dbb698c25 (diff) | |
| download | man-pages-f64cc74595f63dda41d4b332250641b8c6cca38d.tar.gz | |
killpg.2, crypt.3, mbsinit.3, printf.3, rpc.3, ulimit.3, wprintf.3, xdr.3, fd.4, elf.5, group.5: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/crypt.3 | 2 | ||||
| -rw-r--r-- | man3/mbsinit.3 | 2 | ||||
| -rw-r--r-- | man3/printf.3 | 4 | ||||
| -rw-r--r-- | man3/rpc.3 | 2 | ||||
| -rw-r--r-- | man3/ulimit.3 | 2 | ||||
| -rw-r--r-- | man3/wprintf.3 | 4 | ||||
| -rw-r--r-- | man3/xdr.3 | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/man3/crypt.3 b/man3/crypt.3 index a6872bb84d..ac90373d5b 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -80,7 +80,7 @@ characters (the first two characters represent the salt itself). The return value points to static data whose content is overwritten by each call. .PP -Warning: The key space consists of +Warning: the key space consists of .if t 2\s-2\u56\s0\d .if n 2**56 equal 7.2e16 possible values. diff --git a/man3/mbsinit.3 b/man3/mbsinit.3 index 5f5195c519..7ddb5a4f7f 100644 --- a/man3/mbsinit.3 +++ b/man3/mbsinit.3 @@ -33,7 +33,7 @@ Such a conversion state is needed for the sake of encodings such as ISO-2022 and UTF-7. .PP The initial state is the state at the beginning of conversion of a string. -There are two kinds of state: The one used by multibyte to wide character +There are two kinds of state: the one used by multibyte to wide character conversion functions, such as .BR mbsrtowcs (3), and the one used by wide diff --git a/man3/printf.3 b/man3/printf.3 index 2fd166e1a8..603a253bbd 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -750,7 +750,7 @@ resulting multibyte string is written. .B s If no .B l -modifier is present: The +modifier is present: the .I "const char\ *" argument is expected to be a pointer to an array of character type (pointer to a string). @@ -764,7 +764,7 @@ array, the array must contain a terminating null byte. If an .B l -modifier is present: The +modifier is present: the .I "const wchar_t\ *" argument is expected to be a pointer to an array of wide characters. Wide characters from the array are converted to multibyte characters diff --git a/man3/rpc.3 b/man3/rpc.3 index efa77ab5e5..c5cf1124b3 100644 --- a/man3/rpc.3 +++ b/man3/rpc.3 @@ -230,7 +230,7 @@ and \(lqtcp\(rq. Default timeouts are set, but can be modified using .BR clnt_control (). .IP -Warning: Using UDP has its shortcomings. +Warning: using UDP has its shortcomings. Since UDP-based RPC messages can hold only up to 8 Kbytes of encoded data, this transport cannot be used for procedures that take large arguments or return huge results. diff --git a/man3/ulimit.3 b/man3/ulimit.3 index b2a8669298..cb713291cb 100644 --- a/man3/ulimit.3 +++ b/man3/ulimit.3 @@ -32,7 +32,7 @@ ulimit \- get and set user limits .sp .BI "long ulimit(int " cmd ", long " newlimit ); .SH DESCRIPTION -Warning: This routine is obsolete. +Warning: this routine is obsolete. Use .BR getrlimit (2), .BR setrlimit (2), diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 33a09674ab..655322a67a 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -161,7 +161,7 @@ modifier is present, the .B s If no .B l -modifier is present: The +modifier is present: the .I "const\ char\ *" argument is expected to be a pointer to an array of character type (pointer to a string) containing a multibyte character sequence beginning @@ -187,7 +187,7 @@ and it is so small that the number of converted wide characters reaches it before the end of the array is reached. If an .B l -modifier is present: The +modifier is present: the .I "const\ wchar_t\ *" argument is expected to be a pointer to an array of wide characters. Wide characters from the array are written up to (but not including) a diff --git a/man3/xdr.3 b/man3/xdr.3 index a17d6baaab..9bcd09d49d 100644 --- a/man3/xdr.3 +++ b/man3/xdr.3 @@ -291,7 +291,7 @@ Note: the XDR stream's .I op field must be set by the caller. .IP -Warning: To read from an XDR stream created by this API, +Warning: to read from an XDR stream created by this API, you'll need to call .BR xdrrec_skiprecord (3) first before calling any other XDR APIs. |
