wiz
091adabe6c
Sort sections.
2001-12-08 19:18:26 +00:00
wiz
b63535f440
Punctuation nit, drop a .Pp.
2001-12-08 19:18:03 +00:00
wiz
001cc25b44
Drop a .Pp, sort sections.
2001-12-08 19:17:46 +00:00
wiz
9e7ca30945
Sort sections.
2001-12-08 19:17:23 +00:00
wiz
3e5626e0f8
Sort sections, sort SEE ALSO, use .Pp instead of empty lines.
2001-12-08 19:17:03 +00:00
wiz
6740a50653
Sort sections.
2001-12-08 19:16:19 +00:00
wiz
f2058cf3e4
Punctuation nits, sort SEE ALSO.
2001-12-08 19:16:07 +00:00
wiz
d6fd838478
Sort sections.
2001-12-08 19:15:45 +00:00
wiz
c2367bfefa
Use standard headers, sort SEE ALSO.
2001-12-08 19:15:32 +00:00
wiz
27b55da0f5
Sort sections.
2001-12-08 19:15:12 +00:00
wiz
f85ec9378b
Use .Pp instead of empty lines, mark up AUHTORS section.
2001-12-08 19:14:58 +00:00
wiz
e4078fb254
Sort sections.
2001-12-08 19:14:31 +00:00
wiz
f86d47668c
Uppercase and unquote section headers, punctuation nit.
2001-12-08 19:14:18 +00:00
wiz
252106e65e
Punctuation nit.
2001-12-08 19:13:43 +00:00
wiz
8e96610909
Separate xrefs by a comma.
2001-12-08 19:13:31 +00:00
wiz
f407c50a71
Use standard headers, punctuation nit.
2001-12-08 19:13:08 +00:00
wiz
7f53caa9d5
Drop a .Pp.
2001-12-08 19:12:46 +00:00
wiz
c6fb5ebc2f
Use Sx, use standard headers, drop a .Pp.
2001-12-08 19:12:34 +00:00
wiz
652ac0048d
Sort SEE ALSO.
2001-12-08 19:11:44 +00:00
wiz
c931464ac2
Sort sections.
2001-12-08 19:11:33 +00:00
wiz
fd16df7001
Sort SEE ALSO, sort sections, punctuation nit.
2001-12-08 19:11:21 +00:00
wiz
cb9405b1ab
Sort sections.
2001-12-08 19:10:54 +00:00
wiz
b28000888d
Punctuation nits.
2001-12-08 19:10:43 +00:00
wiz
a1674ba86e
Punctuation nits, drop superfluous .Pps.
2001-12-08 19:10:20 +00:00
wiz
a56e5319ea
Sort sections.
2001-12-08 19:09:57 +00:00
wiz
ec2f72310d
Punctuation nit.
2001-12-08 19:09:35 +00:00
wiz
7983dccb45
Sort sections, use Nx.
2001-12-08 19:09:16 +00:00
ross
a15e9b5f48
tweak previous for lp64 so sysinst will compile on alpha
2001-12-08 01:10:37 +00:00
bjh21
41a2a8aac2
WARNS=2
2001-12-07 15:14:29 +00:00
bjh21
ba649ef7db
Mention that eight-byte integers work.
2001-12-07 14:46:24 +00:00
bjh21
a1aaa4713c
POSIX.2 doesn't specify hexdump, so we can't claim our hexdump is compatible
...
with it.
2001-12-07 13:45:07 +00:00
bjh21
84f98450e5
Enable support for printing 8-byte integers. For some reason, most of the
...
code for this was present, but disabled.
This is required for POSIX compliance on platforms with 8-byte longs.
2001-12-07 13:37:39 +00:00
blymn
531ada40fc
Changed deprecated curses function to the new equivalent.
2001-12-07 12:10:09 +00:00
bjh21
0a1ce99f56
Further POSIX progress: The C, S, I and L modifiers now behave correctly,
...
specifying output in units of a char, short, int and long (as defined by the
host system) respectively. This made the POSIX -t code more than complicated
enough to merit its own function, so I did that.
2001-12-07 01:23:42 +00:00
christos
5c04ef3caa
Fix for the new curses code. Inspired by changes from MINOURA Makoto.
2001-12-06 16:38:30 +00:00
blymn
1318761243
Change deprecated curses function to new equivalent.
2001-12-06 12:40:51 +00:00
lukem
379a7b9d91
print average chain length as %8.2f instead of %8d
2001-12-06 03:48:56 +00:00
bjh21
94f69635b1
Further POSIXification: od now supports -N, which is equivalent to hexdump's
...
-n (format only COUNT bytes of input).
2001-12-05 18:07:50 +00:00
bjh21
a4b50871cb
Add a -j option to od, which does the same as the -s option to
...
hexdump (skipping some of the input). This brings our od slightly
closer to POSIX.2 conformance.
2001-12-05 17:46:15 +00:00
wiz
b4371d47f5
Replace some misuses of "then" with "than".
2001-12-04 17:56:30 +00:00
christos
bb58ba64b2
- knf
...
- use cpp -traditional, since the default has now changed. We want to allow
unmatched single quotes!
- use fparseln, instead of a fixed 2k buffer.
- make all locals static and move to the top. This is so we can eventually
make calendar understand languages other than us_en
- add braces and continue's to clarify things.
- replace gratuitous fprintf uses with warnx.
- replace vforks() with forks() since we tried to print errors with stdio.
- add more warnings so that we know how things fail.
XXX: Eventually we'll have to remove the cpp dependency, and we should:
- make it use m4 instead [bad, breaks compatibility]
or
- add a small cpp like parser for #include [bad, too much code]
2001-12-04 15:55:32 +00:00
martin
9bf1f40cf9
Back out replacing gawk by nawk - James Chacon already fixed gawk for
...
sparc64.
Sorry, next time I'll catch up with mails first.
2001-12-03 22:28:19 +00:00
martin
746902750c
HACK: Build awk (replacing gawk) on sparc64, since this is the only one
...
known to work with the -current toolchain.
2001-12-03 22:15:16 +00:00
abs
d20d0f15fa
s/If a port is specified on the command line/If a port is specified/
...
for the 'omits any automatic initialisation of TELNET' sentence
2001-12-03 13:29:10 +00:00
manu
bb34193550
Now use IRIX errno translation instead of SVR4 errno translation
2001-12-02 16:18:01 +00:00
kleink
4f0bdb5b24
Since we've already been down that road with -cnewer, support GNU find(1)'s
...
-anewer as well.
2001-12-02 12:46:39 +00:00
blymn
76a99ffa0a
Our libcurses now has the newterm function, make vi use it.
2001-12-02 09:05:53 +00:00
jmc
720f41ede6
Force makeerrnos.sh to be run with sh instead of depending on it being
...
executable
2001-12-02 08:41:14 +00:00
wiz
a9f8e2d2fa
Sort sections.
2001-12-01 20:45:20 +00:00
wiz
5a6fae6674
Punctuation nit, sort SEE ALSO.
2001-12-01 20:44:29 +00:00