diff options
| author | Alejandro Colomar <colomar.6.4.3@gmail.com> | 2020-09-21 16:47:15 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-21 20:41:41 +0200 |
| commit | 097a4463ddb58d29bafc4d44bce2056eaaa80aab (patch) | |
| tree | 6e235bddbd5360c40015d9c236f62888815f0fa6 /man7 | |
| parent | 89c6c2bdd2eac97dfca413d55a54cc8e9baa2165 (diff) | |
| download | man-pages-097a4463ddb58d29bafc4d44bce2056eaaa80aab.tar.gz | |
system_data_types.7: wfix
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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/system_data_types.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index d050c437ca..6a078270a4 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -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. |
