Baptiste Daroussin
c99acb7302
Apply seom style(9) fixes from NetBSD
...
Obtained from: NetBSD
2015-05-05 09:01:42 +00:00
Baptiste Daroussin
224c825745
Prevent useless use of strdup(3)
...
Obtained from: NetBSD
2015-05-05 08:25:25 +00:00
Baptiste Daroussin
1dd178d10d
Replace homebrewed NIL by NULL
2015-05-05 08:17:40 +00:00
Baptiste Daroussin
179646cc91
Use stdbool instead of homebrewed boolean
2015-05-05 08:15:10 +00:00
Baptiste Daroussin
64a70bfbde
Another function to ansify
2015-05-05 07:52:41 +00:00
Baptiste Daroussin
3487fc5d49
Remove unused variables
2015-05-05 07:51:57 +00:00
Baptiste Daroussin
1e0ae120f5
Explicitly use O_RDONLY instead of 0
2015-05-05 07:49:46 +00:00
Baptiste Daroussin
4fc9d67654
Use strlcpy(3) instead of strcpy(3)
2015-05-05 07:47:36 +00:00
Baptiste Daroussin
bd2faad734
upper the warning level to 3
2015-05-05 07:42:40 +00:00
Baptiste Daroussin
c78092e8d0
Another bit of ansification
2015-05-05 07:42:10 +00:00
Baptiste Daroussin
b16000da4b
Ansify to allow to work on it later
2015-05-05 07:33:38 +00:00
Warner Losh
3bdf775801
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
...
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
2014-04-13 05:21:56 +00:00
Joel Dahl
c2965cd185
mdoc: terminate quoted strings.
...
Reviewed by: brueffer
2012-03-26 15:18:14 +00:00
Joel Dahl
126b754db4
Remove superfluous paragraph macro.
2012-03-25 09:19:25 +00:00
Ulrich Spörlein
487ac9ac21
Spelling fixes for usr.bin/
2011-12-30 11:02:40 +00:00
Joel Dahl
da52b4caaf
Remove the advertising clause from UCB copyrighted files in usr.bin. This
...
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
2010-12-11 08:32:16 +00:00
Ed Schouten
b7946da96b
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
Joseph Koshy
59b2dc9f8b
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
Ruslan Ermilov
05248e759b
Fix vgrind(1) indexing I broke in previous revision.
...
PR: bin/86343
Submitted by: Matej Vela <vela@debian.org>
2005-09-23 12:55:22 +00:00
Ruslan Ermilov
6fe37d1365
Add endianness support to cap_mkdb(1), useful for cross builds.
2005-02-22 23:29:54 +00:00
Ruslan Ermilov
0479aa4bad
Clean up after utilizing FILES.
2005-01-28 17:13:39 +00:00
Ruslan Ermilov
6c7216df78
Sort sections.
2005-01-18 13:43:56 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Ruslan Ermilov
557b7fa148
Deal with double whitespace.
2004-07-03 00:24:45 +00:00
Ruslan Ermilov
6a3e8b0adc
Mechanically kill hard sentence breaks.
2004-07-02 22:22:35 +00:00
Peter Wemm
d75a18e3d2
Fix warning about cgetent() argument.
2003-10-26 05:03:11 +00:00
Philippe Charnier
6a1be1f51b
Add section number to .Xr
2003-06-08 13:58:08 +00:00
Jens Schweikhardt
b6a42c898a
Rewrite this csh program as a /bin/sh program. This appears to be
...
the last csh script needed for a buildworld. You should now be able
to buildworld on a system that was compiled with NO_TCSH=true.
Verified to produce the same result for the one file being generated
during buildworld, share/doc/papers/kernmalloc/appendix.ms.
Reviewed by: hackers@
MFC after: 2 weeks
2003-05-31 21:02:50 +00:00
Andrey A. Chernov
73be6d69ef
Make it work with POSIX sort (POS arg).
...
All old sorts understand -k too.
2002-09-24 19:05:40 +00:00
Philippe Charnier
e8937ba009
Use `The .Nm utility'
2002-04-20 12:18:28 +00:00
Warner Losh
3f330d7d1a
remove __P
2002-03-22 01:42:45 +00:00
Mark Murray
e35f9517d6
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
2002-02-08 23:07:37 +00:00
Ruslan Ermilov
ccaec6d133
Install files via FILES.
2001-12-17 16:02:15 +00:00
Mark Murray
573560d5f7
WARNS=2 fix, kill register keyword, use __FBSDID().
...
NO_WERROR set because of hard-to-fix warnings originating in
system headers.
2001-12-11 23:10:26 +00:00
Ruslan Ermilov
94ba280c59
mdoc(7) police: join split punctuation to macro calls.
2001-08-10 17:35:21 +00:00
Sheldon Hearn
e1b4d8d074
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
...
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
2001-07-26 11:02:39 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Ruslan Ermilov
625003720a
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
Ruslan Ermilov
b9ad8c8635
beforeinstall -> SCRIPTS.
2001-04-07 11:21:35 +00:00
Ruslan Ermilov
dc12be5258
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
Ruslan Ermilov
9b88faecd3
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
Ruslan Ermilov
38478faf72
Eliminate groff(1) warnings caused by vgrind(1).
2000-11-29 10:32:51 +00:00
Ruslan Ermilov
8fe908ef0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Nik Clayton
3be5f1f5ce
Add $Id$, to make it simpler for members of the translation teams to
...
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
1999-07-12 20:24:20 +00:00
John Birrell
429f4d134c
Change the name of a variable from _start to s_start. On alpha there
...
must be a library function called _start.
1998-05-15 09:26:28 +00:00
Poul-Henning Kamp
d030d2d2ae
Many places in the code NULL is used in integer context, where
...
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
Philippe Charnier
014927909d
Main() returns int.
1997-08-26 11:08:24 +00:00
Philippe Charnier
3e7ae69f2a
Use err(3). Nm vgrind -> Nm in man page.
1997-08-25 06:36:04 +00:00