joerg
cf421e9ff2
Fix and improve mark up.
2009-03-15 16:21:46 +00:00
joerg
ca46068b38
Fix number of columns.
2009-03-15 15:19:57 +00:00
joerg
832978fe6f
Fix markup.
2009-03-15 15:18:04 +00:00
cube
1894a7d27b
Now that condmkopttab isn't a hash table anymore, don't initialise it with
...
ht_new()... So actually rename it to condmkoptions to avoid confusion.
Reported build failure on amd64 (strange that I wouldn't get it on i386) on
current-users by Kurt Schreiner.
2009-03-13 20:44:59 +00:00
cube
a16a636500
Actually allow a full expression for the condition for "makeoptions" in
...
files.*
Patch from Yorick Hardy.
2009-03-13 18:24:41 +00:00
joerg
35d9d36c82
Use .Tn for XMODEM. Use .Bl -column for physically marked up table.
2009-03-13 11:12:28 +00:00
joerg
7ffbcccbf3
Don't use macros for the synopsis. Improve markup to break argument
...
groups together by not splitting opening and closing macro over lines.
2009-03-13 10:51:56 +00:00
joerg
8deda0e429
Use paragraph breaks before notes, not just line breaks.
2009-03-12 12:36:48 +00:00
joerg
89fd8256a6
Don't workaround ancient macro argument limit with .Xo/.Xc. Don't use
...
.Sm off / .Sm on.
2009-03-12 12:35:51 +00:00
joerg
6cb9af04f6
Don't workaround ancient macro argument limit with .Xo/.Xc. Don't use
...
.Sm off/.Sm on.
2009-03-12 12:35:17 +00:00
joerg
f39d76e336
Fix markup
2009-03-11 13:59:00 +00:00
joerg
8929e0dce4
Don't workaround ancient macro argument limit with .Xo/.Xc.
2009-03-11 13:58:29 +00:00
joerg
9952d3ea53
Fix markup
2009-03-11 13:57:53 +00:00
joerg
31ea1ec643
Use semantic markup
2009-03-11 13:57:11 +00:00
joerg
c094012060
Fix markup
2009-03-11 13:54:05 +00:00
joerg
223f3c1eab
Use semantic markup
2009-03-11 13:53:30 +00:00
joerg
fc64dfd825
Fix markup
2009-03-11 13:53:09 +00:00
christos
df68463076
fix warnings.
2009-03-11 01:10:05 +00:00
joerg
70588139b2
Explicitly escape : in .It.
2009-03-10 21:18:35 +00:00
joerg
1cc1109801
Specify width for tag list.
2009-03-10 20:23:47 +00:00
joerg
aea22a43d4
Specify width for tag list.
2009-03-10 19:54:43 +00:00
joerg
4154d53ea2
Use item list instead of tag list
2009-03-10 19:36:33 +00:00
joerg
442e8df612
Use item list as no tag is present. Fix markup for item.
2009-03-10 19:34:18 +00:00
joerg
7e69823738
Don't workaround ancient macro argumentent limitation with .Xo/.Xc.
2009-03-10 13:57:08 +00:00
joerg
cbebb4f578
Don't break scope for .Oo/.Oc to workaround ancient argument limit.
2009-03-10 13:46:43 +00:00
joerg
fda71aab5e
Remove use of .Xo/.Xc to workaround argument number limit.
2009-03-10 13:44:02 +00:00
joerg
d23bde9aff
Replace .br and .sp with .Pp for vertical spacing.
2009-03-10 01:53:30 +00:00
njoly
90a93774af
In vmstat display, increase software interrupt count output from 5 to
...
6 columns.
2009-03-09 19:48:02 +00:00
joerg
997634fe14
Fix preamble to match order set out by mdoc(7). Discussed with wiz.
2009-03-09 19:24:26 +00:00
joerg
f385dfc57f
Don't escape %, but do escape DD and SS macros. OK wiz@
2009-03-09 14:26:44 +00:00
joerg
c2a53cec5c
Fix markup (.I is an unknown macro in this context).
2009-03-09 14:10:12 +00:00
he
9bc0986f89
If this is built for arm, build it for armeb as well, so that
...
a build of evbarm-eb does not give set list errors.
2009-03-08 15:37:12 +00:00
joerg
cc9b628146
Fix markup as hinted by mdoclint. OK wiz.
2009-03-05 14:00:53 +00:00
christos
7c8a9296cc
Don't produce type mismatch warnings if one side of ?: is "[qual] void *"
...
and the other side is "[qual] pointer".
2009-03-02 20:53:10 +00:00
christos
20ad44cb97
use siginfo to report on the directory we are working on if available.
2009-03-01 01:49:17 +00:00
wiz
30ec97f151
Drop trailing whitespace.
2009-02-28 19:21:42 +00:00
christos
b90f233b82
Handle ptyfs ptys. Should probably pull up to 5.
2009-02-28 18:16:10 +00:00
christos
90baf4f26f
only print warnings if vflg.
2009-02-26 17:30:51 +00:00
sno
6adead3ca0
replace c++ style comment by a c-style one
2009-02-25 21:17:21 +00:00
yamt
9ab5d54483
princap -> printcap
...
(christos said it was just a typo.)
XXX do we want compat for scripts?
2009-02-24 06:10:52 +00:00
dholland
18eba7e824
fix a dud indent
2009-02-22 08:32:25 +00:00
dholland
e203f53315
Make netstat handle -a properly; that is, don't show unconnected
...
listener sockets unless -a was given. (It was checking the local
address instead of the remote address for being INADDR_ANY or
equivalent.)
PR 38093 from Dieter Roelants; I adjusted the patch a little.
This needs pullups for both -4 and -5.
2009-02-22 07:43:01 +00:00
dholland
1fc98979b6
Use pid_t for the result of fork and wait. PR 38031 from Ryan Stutsman.
2009-02-22 07:33:00 +00:00
yamt
99b23c11d2
on errors, output whatever we have before bailing out.
2009-02-20 15:28:21 +00:00
yamt
7abbdb7a0c
-1 -> (size_t)-1 for return values of iconv.
2009-02-20 15:27:08 +00:00
yamt
288c135080
u_int32_t -> uint32_t
2009-02-20 15:25:31 +00:00
cube
723938ea23
Bump date.
2009-02-20 05:26:51 +00:00
cube
083c47ad52
Remove mentions that a kernel configuration file must support at least one
...
file-system because it's no longer true.
2009-02-20 05:22:59 +00:00
cube
46251c8d6e
Ignore line starting with # in Makefile.${arch}. It might be valid make(1)
...
syntax to have a line that starts with # that is not comment, but well,
let's just say it's not valid syntax for Makefile.${arch}.
Breakage on a couple archs reported by he@.
2009-02-20 05:20:25 +00:00
njoly
2cbc1f6d44
Do not overwrite COPTS, but append to it.
2009-02-19 10:33:03 +00:00