]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
system_data_types.7: wfix
authorAlejandro Colomar <colomar.6.4.3@gmail.com>
Mon, 21 Sep 2020 14:47:15 +0000 (16:47 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 21 Sep 2020 18:41:41 +0000 (20:41 +0200)
A limit can be defined by other than POSIX

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/system_data_types.7

index d050c437caf4640fdbbdd7973f300ab3e482e9f8..6a078270a479945f459b9800f7dd1e359a53e6ea 100644 (file)
@@ -651,7 +651,7 @@ or
 should be used.
 When copying from the temporary variable to the destination variable,
 the value could overflow.
-If POSIX provides lower and upper limits to the type,
+If the type has upper and lower limits,
 the user should check that the value is within those limits,
 before actually copying the value.
 The example below shows how these conversions should be done.