diff options
| -rw-r--r-- | man2/seteuid.2 | 2 | ||||
| -rw-r--r-- | man3/floor.3 | 4 | ||||
| -rw-r--r-- | man3/rint.3 | 4 | ||||
| -rw-r--r-- | man3/round.3 | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/man2/seteuid.2 b/man2/seteuid.2 index e4fd563d52..ccd3513515 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -80,7 +80,7 @@ capability in the case of .BR setegid ()) and .I euid -(resp. +(respectively, .IR egid ) is not the real user (group) ID, the effective user (group) ID, or the saved set-user-ID (saved set-group-ID). diff --git a/man3/floor.3 b/man3/floor.3 index 361fc10423..9e10aee9f9 100644 --- a/man3/floor.3 +++ b/man3/floor.3 @@ -67,8 +67,8 @@ so this error-handling stuff is just nonsense. (More precisely, overflow can happen only when the maximum value of the exponent is smaller than the number of mantissa bits. For the IEEE-754 standard 32-bit and 64-bit floating point numbers -the maximum value of the exponent is 128 (resp. 1024), and the number -of mantissa bits is 24 (resp. 53).) +the maximum value of the exponent is 128 (respectively, 1024), and the number +of mantissa bits is 24 (respectively, 53).) .SH "SEE ALSO" .BR ceil (3), .BR lrint (3), diff --git a/man3/rint.3 b/man3/rint.3 index 647efbe431..b4a08332ae 100644 --- a/man3/rint.3 +++ b/man3/rint.3 @@ -100,8 +100,8 @@ so this error-handling stuff is just nonsense. (More precisely, overflow can happen only when the maximum value of the exponent is smaller than the number of mantissa bits. For the IEEE-754 standard 32-bit and 64-bit floating point numbers -the maximum value of the exponent is 128 (resp. 1024), and the number -of mantissa bits is 24 (resp. 53).) +the maximum value of the exponent is 128 (respectively, 1024), and the number +of mantissa bits is 24 (respectively, 53).) .SH "SEE ALSO" .BR ceil (3), .BR floor (3), diff --git a/man3/round.3 b/man3/round.3 index ddd0f89a4c..3df4de5363 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -80,8 +80,8 @@ so this error-handling stuff is just nonsense. (More precisely, overflow can happen only when the maximum value of the exponent is smaller than the number of mantissa bits. For the IEEE-754 standard 32-bit and 64-bit floating point numbers -the maximum value of the exponent is 128 (resp. 1024), and the number -of mantissa bits is 24 (resp. 53).) +the maximum value of the exponent is 128 (respectively, 1024), and the number +of mantissa bits is 24 (respectively, 53).) .SH "SEE ALSO" .BR ceil (3), .BR floor (3), |
