aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-20 22:14:51 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-20 22:14:51 +0200
commit104fcc3c1619763c0682a15f9859b1b1a611cc44 (patch)
tree9a35b2500ac8ee4db1f64fe612d891ccdf85b220 /man7
parent1a6e6d4012fc9e00f2978c0f17932c4ad79b2e25 (diff)
downloadman-pages-104fcc3c1619763c0682a15f9859b1b1a611cc44.tar.gz
system_data_types.7: Minor tweaks to Alejandro Colomar's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/system_data_types.78
1 files changed, 5 insertions, 3 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index 885fac1f55..dd1d01aab6 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -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