diff options
Diffstat (limited to 'gnu/usr.bin/bc/doc/dc.1')
-rw-r--r-- | gnu/usr.bin/bc/doc/dc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/doc/dc.1 b/gnu/usr.bin/bc/doc/dc.1 index dd1357ac27a..49ee9371e18 100644 --- a/gnu/usr.bin/bc/doc/dc.1 +++ b/gnu/usr.bin/bc/doc/dc.1 @@ -67,7 +67,7 @@ and does not print a newline after. .TP .B P Pops off the value on top of the stack. -If it it a string, it is simply printed without a trailing newline. +If it is a string, it is simply printed without a trailing newline. Otherwise it is a number, and the integer portion of its absolute value is printed out as a "base (UCHAR_MAX+1)" byte stream. Assuming that (UCHAR_MAX+1) is 256 |