brucec
3aec76f035
Don't generate input() since it's not used.
2010-11-22 14:16:22 +00:00
uqs
8ae3afcfad
mdoc: drop redundant .Pp and .LP calls
...
They have no effect when coming in pairs, or before .Bl/.Bd
2010-10-08 12:40:16 +00:00
ed
9b380e30d4
Build usr.bin/ with WARNS=6 by default.
...
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00
imp
d858710a4f
follow style(9) more closely and list sys/types.h first after sys/defs.h.
...
Submitted by: max@
2008-01-01 10:04:10 +00:00
imp
48aadec12a
Some systems need the types defined in sys/types.h, but lack the
...
sys/types.h polution that FreeBSD has in one of its include files.
Since this is a bootstrap tool, include more than is strictly
necessary for FreeBSD.
2007-12-29 05:15:54 +00:00
ru
0491ba1f63
Sync program's usage() with manpage's SYNOPSIS.
2005-05-21 09:55:10 +00:00
ru
f8ec83d904
Make the format of LC_COLLATE files architecture independent.
2005-02-27 20:31:13 +00:00
ru
7157282f84
Zero out the entire "struct __collate_st_chain_pri", or garbage
...
appears in LC_COLLATE files (due to alignment). An alternative
would be to bump STR_LEN to 16.
(This is in preparation to make LC_COLLATE files architecture
independent.)
2005-02-27 14:05:38 +00:00
ru
7f3c7f0d46
Sort sections.
2005-01-18 13:43:56 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
ru
3a366c9275
Markup nits.
2004-05-19 09:45:46 +00:00
ru
cc9d2aeb39
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
charnier
df17116fe2
The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar to
...
emphasize examples of source definition file.
2003-09-07 14:33:07 +00:00
ru
b67068895d
mdoc(7) police: markup polishing.
...
Approved by: re
2002-11-26 17:33:37 +00:00
charnier
8e05dc143a
Normalize FILES section by using .Bl/.El enumerate.
2002-10-16 13:00:42 +00:00
charnier
39a491d141
Test getopt() against -1 instead of EOF.
2002-10-16 12:56:22 +00:00
dwmalone
eed11ca251
Avoid a signedness warning by casting chain_index to a size_t.
...
(Should be OK as chain_index is supposed to be positive).
2002-09-04 21:22:49 +00:00
ache
92c6409aea
Switch to new format which allows unlimited numbers of chains and
...
usually saves 2K in both data file and program memory.
Updated libc required.
2002-08-31 01:48:56 +00:00
ache
c6dfd055df
Prepare for switching to unlimited chains format
2002-08-30 20:34:36 +00:00
ache
25def6a90c
Tweak chain example to show more possibilities
2002-08-23 14:03:59 +00:00
ache
e528806f99
Allow chains in any form like <name1><name2> or \xf1\xf2, not binary
...
representation only.
2002-08-23 04:18:26 +00:00
ache
db791732e2
Use proper #include
2002-08-14 11:59:57 +00:00
ache
b87a80a757
Add #undefs to separate local buffers declaration and now dinamic libc buffers
2002-08-14 11:51:26 +00:00
dwmalone
165587ded9
ANSIify function definitions to avoid a warning.
...
PR: 38930
Submitted by: keramida
2002-07-28 15:20:10 +00:00
charnier
ad8a79e6a5
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
ru
6d38d7dc3c
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
2002-04-09 11:39:05 +00:00
markm
31d81e4fbc
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
2002-02-08 23:07:37 +00:00
markm
ae2558974f
Remove leaf node WARNS?=2 (that mainly I added). This should
...
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
jhb
a7132b44c4
Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.
...
Requested by: bde
2002-01-08 11:08:20 +00:00
jhb
ff81f861a6
Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a
...
cross-build environment.
2002-01-08 08:13:23 +00:00
imp
8f226dc222
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
...
not stable) -> current upgrade path.
Reviewed by: markm
2001-12-08 02:28:16 +00:00
markm
6aad061ae7
WARNS=2 fixup.
...
Use __FBSDID().
Set NO_WERROR because this would rely on some lex(1) fixes that
cannot be committed yet.
2001-12-02 23:40:46 +00:00
ache
d415ec9a10
Rewrite buffer handling code a bit to handle large values.
...
Add more checks for data overflow.
2001-11-28 09:50:24 +00:00
ache
1c29b90f4b
Increase internal buffer space
2001-11-28 09:26:57 +00:00
ache
c5c274cf2c
Add safeguard to prevent charmap symbol length overflowing
2001-11-27 23:39:14 +00:00
ache
8eefba4b03
Move extern definitions to common.h
...
Increase charmap symbol length to 64
2001-11-27 23:11:05 +00:00
sobomax
142817d167
Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.
...
MFC after: 2 weeks
2001-10-16 09:21:09 +00:00
kris
45eda4d161
yyerror() is a printflike function
...
MFC after: 1 week
2001-07-24 12:20:17 +00:00
ru
f4325cbb8b
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
2001-02-28 17:38:53 +00:00
ru
ee79097019
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
kris
5d942789bc
vsprintf() -> vsnprintf()
2000-11-26 08:14:55 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
eb8c554f56
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ru
a6f5d950d8
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
sheldonh
49c4458c80
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
ache
3f6dceea18
Moved to share
1999-10-18 14:00:59 +00:00
jkh
cdedefff3d
Remove one of the locales which is currently breaking the build.
1999-10-14 19:20:01 +00:00
ache
9573b06b74
sv_SE collate
...
add one missing dependance
PR: 13928
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-03 02:13:26 +00:00
ache
8ced41e84a
ISO8859-5 collate
...
Submitted by: Nikolai Saoukh <nms@ethereal.ru>
1999-10-03 01:22:22 +00:00
ache
6fad2be5dc
allow comments in map files
1999-10-03 01:21:33 +00:00