joerg
4b3b61f0a1
Remove/convert physical markup.
2009-03-23 14:11:27 +00:00
joerg
cc420b6c04
ANSIfy. Remove conditionals around __RCSID.
2009-03-20 14:05:54 +00:00
joerg
cc5989d71d
ANSIfy. Remove conditional macros around __RCSID.
2009-03-20 13:56:57 +00:00
joerg
c2d267f257
Remove redundant markup as .Bl does vertical spacing already.
2009-03-15 09:31:07 +00:00
joerg
fd0a2075ae
Fix markup.
2009-03-15 09:26:07 +00:00
joerg
854ee47087
Declare all columns.
2009-03-15 08:05:22 +00:00
joerg
af1b54d7d6
Fix markup of cross reference.
2009-03-15 08:04:12 +00:00
joerg
6edb9354b8
".The" is not a valid macro, fix up.
2009-03-15 08:02:02 +00:00
wiz
5c82067abe
Remove USETBL, now that man page does not need tbl any longer.
2009-03-12 13:52:47 +00:00
joerg
9df66b68e0
Explicitly mark : as literal, use Pq.
2009-03-12 12:51:29 +00:00
joerg
441cf5a9bb
Replace physical markup with .Bl -column.
2009-03-12 12:50:31 +00:00
joerg
5d4d55d864
Remove redundant physical markup. Don't workaround ancient macro argment
...
limit with .Xo/.Xc.
2009-03-12 12:47:49 +00:00
joerg
8c2253d6e8
Use .Bl -column instead of tbl(1) for the device mapping list.
...
OK jmcneill@
2009-03-12 12:33:46 +00:00
wiz
62fcccac72
Fix error in previous, found by joerg.
2009-03-12 10:18:37 +00:00
wiz
9f5b355274
Use comments instead of .ig (requested by joerg).
...
Sort errors while here.
2009-03-12 10:16:37 +00:00
wiz
cf26bd22fc
Do not mark up punctuation.
2009-03-11 16:26:35 +00:00
joerg
d23280d626
Fix markup
2009-03-11 13:36:55 +00:00
joerg
0e5f0af7e9
Fix preamble
2009-03-11 13:35:21 +00:00
joerg
ec28f83cbc
Give the full prototype for all ctype functions/macros.
...
Remove redundant .br.
2009-03-11 12:57:03 +00:00
joerg
86a5a95669
Remove redundant .br.
2009-03-10 23:49:07 +00:00
joerg
edc0d6c151
Fix prologue.
2009-03-10 23:37:01 +00:00
joerg
fa91a1ac51
Use .An for author list.
2009-03-10 23:36:10 +00:00
joerg
a7d7c3857f
Remove redundant .IP. Remove use of .Xo/Xc to workaround ancient macro
...
argument limit.
2009-03-10 23:25:32 +00:00
joerg
bfe775a869
Remove redundant .Pp
2009-03-10 23:14:40 +00:00
wiz
097d2fd1a6
-1 is not a defined value, it is just a value.
...
On the other hand, minuses need backslashes, otherwise they become hyphens.
2009-03-10 22:55:14 +00:00
joerg
e85762f4cf
Specify width for tag list
2009-03-10 21:00:47 +00:00
joerg
ed0b365527
Use .An for the author instead of more physical .Bl.
2009-03-10 20:59:49 +00:00
christos
ae87843e53
make el_gets set the count to -1 on error to distinguish between EOF and
...
error.
2009-03-10 20:46:15 +00:00
joerg
bea55cbff7
Fix markup.
2009-03-10 13:23:39 +00:00
joerg
51fed7bd6c
Add missing .Os.
2009-03-10 13:21:52 +00:00
joerg
9d4bdfc640
Use MAP_FAILED and NULL.
2009-03-10 13:15:40 +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
tnozaki
c7281b0c86
fix static linking setlocale(3) problem, reported by Aran Clauson
...
at current-users, thanks a lot!
2009-03-09 02:22:25 +00:00
christos
ea6a01a6c4
consistency in password prompt setting code (and with ssh)
2009-03-08 19:38:03 +00:00
he
5da54c35c9
Based on input from Eduardo Horvath (eeh@), replace 'stmd' and 'lmd',
...
which apparently don't exist as instructions, with a sequence of
std / ld instructions.
Also remove the attempted include of ldstm.S which we don't have.
2009-03-08 18:57:12 +00:00
apb
6aae635b8d
According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way
...
these files use __weak_alias causes build failures under OpenBSD,
because the OpenBSD __weak_alias macro expects the caller to supply a
semicolon, but the NetBSD __weak_alias macro supplies its own semicolon.
Attempt to fix this by avoiding the use of __weak_alias during a tools
build.
2009-03-06 18:15:23 +00:00
msaitoh
16ed711ed3
fix typo (s/stucture/structure/)
2009-03-05 01:21:57 +00:00
explorer
c29ff9b310
a better method to truncate at // marks
2009-03-03 16:22:33 +00:00
explorer
31c448a301
Check for NULL return from strdup()
2009-03-03 15:42:43 +00:00
explorer
7c353a46b6
Ignore the magic // commands in iconv_open(). This was discussed on current-users about a month ago, and ignoring the options was the best suggestion.
2009-03-03 14:39:06 +00:00
wiz
5d5e9aca03
Bump date for previous.
2009-03-03 07:37:48 +00:00
bad
adb98feec9
Only add the ZZ capability for termcap entries that are larger than 1023
...
bytes.
This fixes the problem that enabling the titeInhibit Xresource of xterm has
no effect, because xterm exports a TERMCAP string without ti/te sequences
but doesn't remove the ZZ capability because it doesn't know about it and
termcap(3) ignores the stringe because of the ZZ.
Discussed with and OK'ed by blymn@.
2009-03-02 22:46:21 +00:00
christos
c9216fc526
no more weak here.
2009-03-01 19:59:55 +00:00
pgoyette
e3eb5958e0
Avoid possible integer overflow and subsequent collateral damage.
...
Received from OpenBSD via US-CERT as VU #590371 .
Original OpenBSD commit log:
> revision 1.42
> date: 2009/02/11 13:24:05; author: otto; state: Exp; lines: +9 -1
> Avoid level going negative on deep (i mean really deep) dirs. Reported
> by Maksymilian Arciemowicz. ok kettenis@ millert@
2009-02-28 14:34:18 +00:00
wiz
4760c8b288
New sentence, new line. Use more markup.
2009-02-27 16:48:02 +00:00
pooka
cd39a9d18a
Remove mentions of MAP_COPY, it's not available and trying to use it
...
will result in compile failure.
2009-02-27 16:23:54 +00:00
msaitoh
150e7551ec
fix mis-evaluating whether a char is digit or not.
2009-02-27 04:18:45 +00:00
ad
07a1846337
Remove pointless AUTHORS sections. The names are in the source and CVS
...
history along with everyone else who has contributed.
2009-02-25 20:50:16 +00:00
christos
2c266c8a4c
version alphasort.
2009-02-24 18:41:40 +00:00
wiz
047cc3e3f6
Sort sections.
2009-02-23 08:27:13 +00:00