git: 9front

Download patch

ref: a91f5a5b13901686ce826c6d65507415112e749d
parent: bc30c76ba25be963222b701b5331ecc805736a40
author: aiju <devnull@localhost>
date: Thu Sep 1 07:46:44 EDT 2016

pc(1): manpage: restore previous size rather than set to 10

--- a/sys/man/1/pc
+++ b/sys/man/1/pc
@@ -93,8 +93,8 @@
 .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.
--