[10152] in Athena Bugs
vax 7.4G: "split" manpage
daemon@ATHENA.MIT.EDU (Richard Duffy)
Thu Dec 17 15:57:49 1992
To: bugs@Athena.MIT.EDU
Date: Thu, 17 Dec 92 15:57:38 EST
From: Richard Duffy <zeno@Athena.MIT.EDU>
System name: madman
Type and version: CVAXSTAR 7.4G
Display type: SM
What's wrong:
The manpage says:
Split reads file and writes it in n-line pieces or n*10
character pieces (if the file is not a text file)
What should have happened:
It actually makes pieces that are n*1024 (not n*10) bytes
long for non-text files, at least on the vax. (And don't tell
me the manpage uses a quadri-hex-hex number base :^)