system_data_types.7: Minor tweaks to Alejandro Colomar's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-20 22:14:51 +02:00
parent 1a6e6d4012
commit 104fcc3c16
1 changed files with 5 additions and 3 deletions

View File

@ -455,10 +455,12 @@ Although
.B z
works for
.I ssize_t
on most implementations, portable POSIX programs should avoid using it,
e.g., by converting the value to
on most implementations,
portable POSIX programs should avoid using it\(emfor example,
by converting the value to
.I intmax_t
and using its length modifier.
and using its length modifier
.RB ( j ).
.IP
Conforming to: POSIX.1-2001 and later.
.IP