From d64767f3dd63b6ae43d52f614efe53d2ddb47f2e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 14 Jun 2021 06:17:56 -0700 Subject: doc: remove hyphenation. * txr.1: non-negative changed to nonnegative. --- txr.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/txr.1 b/txr.1 index 87bb1a6d..3bbcf973 100644 --- a/txr.1 +++ b/txr.1 @@ -45723,7 +45723,7 @@ interpretation. In fact \*(TL's bignum integers do not use a two's complement representation internally. Numbers are represented as an array which holds a pure binary number. A separate field indicates the sign: negative, -or non-negative. That negative numbers appear as two's complement under the +or nonnegative. That negative numbers appear as two's complement under the bit operations is merely a carefully maintained illusion (which makes bit operations on negative numbers more expensive). @@ -54977,14 +54977,14 @@ specifies a field width of three. If the leading sign is present, it has the following meanings: .RS .coIP + -If the corresponding numeric argument is non-negative, the +If the corresponding numeric argument is nonnegative, the .code + character shall appear before first digit. Otherwise the minus character will appear. .coIP - Like .code + -except that when the numeric argument is non-negative, instead of a +except that when the numeric argument is nonnegative, instead of a .code + character, a space appears before the first digit. This space counts toward the field width and therefore contributes to overflow. @@ -54992,7 +54992,7 @@ toward the field width and therefore contributes to overflow. .IP If a leading sign is not present, then no extra character appears before the first digit of a positive value, which means that an extra character -of field width is available for representing non-negative values. +of field width is available for representing nonnegative values. If the leading zero is present, it specifies that the number is padded with zeros on the left. In combination with the -- cgit v1.2.3