diff options
author | aiju <devnull@localhost> | 2016-09-01 11:46:44 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2016-09-01 11:46:44 +0000 |
commit | 1b4f432eaee86d49e4595cd4015f6f3e28b50a98 (patch) | |
tree | 3d5d52221de862d574ba4094774566449bfe6f6b /sys/man | |
parent | 183f700a208c3af2102cec0a3a362ba4c8160165 (diff) |
pc(1): manpage: restore previous size rather than set to 10
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/pc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/pc b/sys/man/1/pc index e85298fba..51444968f 100644 --- a/sys/man/1/pc +++ b/sys/man/1/pc @@ -93,8 +93,8 @@ The minimum number of bits required to represent \fIn\fR as an unsigned number. .I sbits(n) The minimum number of bits required to represent \fIn\fR as an signed number. .TP -.I cat(a\d\s70\s10\u,n\d\s70\s10\u,...,a\d\s7N\s10\u,n\d\s7N\s10\u) -Truncate each of the \fIa\d\s7i\s10\u\fR arguments to \fIn\d\s7i\s10\u\fR bits and concatenate their binary representation. +.I cat(a\d\s70\s0\u,n\d\s70\s0\u,...,a\d\s7N\s0\u,n\d\s7N\s0\u) +Truncate each of the \fIa\d\s7i\s0\u\fR arguments to \fIn\d\s7i\s0\u\fR bits and concatenate their binary representation. .TP .I gcd(n,m) The greatest common divisor of \fIn\fR and \fIm\fR. |