Philippe Charnier
f0067240a1
Replace various spelling with FALLTHROUGH which is lint()able
2002-08-25 13:30:43 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
Daniel Baker
4e37697f24
Comment in the man page and warning in stlload (when stlload fails) to make
...
it clear that the recent PCI cards do not require firmware to be loaded,
unlike the completely different ISA cards that are branded with the same name.
2002-02-11 02:34:25 +00:00
Ruslan Ermilov
a7aaf57e4a
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Ruslan Ermilov
a4c37c816b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Ruslan Ermilov
0ca9484af4
Install manpages into machine-specific (i386) subdir.
2001-02-19 16:01:05 +00:00
Ruslan Ermilov
8b5c4af3ff
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
Kris Kennaway
bc488ed1ad
Constify
2000-11-27 08:18:58 +00:00
Ruslan Ermilov
e97407b4f2
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Andrey A. Chernov
22ed5ae46b
Remove unneded -lmytinfo
2000-09-16 04:27:30 +00:00
Sheldon Hearn
b3841b0188
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-06 09:41:55 +00:00
Peter Wemm
e46b89dc93
Fix warning: return type of main' is not
int'
1999-09-15 01:58:44 +00:00
Peter Wemm
97d92980a9
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
Nik Clayton
414a35e60a
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:12:29 +00:00
Bruce Evans
17d1bf4260
Removed all `vector xxxintr' specifications. Interrupt handlers are now
...
configured in drivers.
1998-10-22 15:53:06 +00:00
Philippe Charnier
bee6f9e334
Remove optind (getopt() already knows about it).
1998-01-12 08:01:40 +00:00
Philippe Charnier
373c037f07
Remove optind (getopt() already knows about it). Move -d flag to -c according
...
to man page.
1998-01-12 08:00:32 +00:00
Bruce Evans
bd29cad15f
Use the default LIBOWN, etc. instead of clobbering the defaults to bin,
...
etc., so that (this part of) `LIBOWN=... make world' can be run by users
other than root. Actually, use BINOWN instead of LIBOWN, since the files
that we install in /usr/libdata are not libraries, and LIBOWN is not
used for anything else in /usr/libdata.
Rewrote all the rules and cleaned up.
1997-12-17 13:04:18 +00:00
Bruce Evans
13b6695c0c
Fixed building with NOSHARED=YES. libncurses depends on libmytinfo but
...
libmytinfo was not mentioned explicitly. The bug was hidden by the
linkage of libncurses to libmytinfo in the shared library case.
1997-12-17 10:06:51 +00:00
Philippe Charnier
0fc00685c3
Use err(3). Remove progname.
1997-10-20 12:51:34 +00:00
Philippe Charnier
1c95916129
Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,
...
use MLINKS instead.
1997-10-20 12:50:57 +00:00
Wolfram Schneider
bf5cbf3551
Sort cross refereces in section SEE ALSO.
1997-09-29 19:11:55 +00:00
David Nugent
3875dc8d63
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
...
Add manpages for stl, stli drivers.
Add manpages for stlload, stlstats.
Update stli bootcode.
Update stlload, stlstats to revision 1.0.0 from author.
1997-03-13 04:21:44 +00:00
Peter Wemm
476602a9d0
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Mike Pritchard
4fc96a56f5
Fix a couple of typos in a comment and in the usage output.
1997-01-09 07:36:14 +00:00
Bruce Evans
015a0dc2e4
Use ${COPY} instead of -c for installing non-source files.
1997-01-01 04:22:23 +00:00
Peter Wemm
257d5892a3
rm the files first before uudecoding, because the modes in the begin
...
line doesnt permit writes by the owner.. (oops!)
1996-05-05 07:40:46 +00:00
Peter Wemm
4e2cf54fdb
Minimal adjustments to get the Stallion utilities to build and install
...
in a FreeBSD style source tree.
1996-05-04 08:02:31 +00:00
Peter Wemm
369dee27a3
Import the user-mode parts of the v0.0.5alpha Stallion driver.
...
Submitted by: Greg Ungerer (gerg@stallion.oz.au )
(Note, patches to compile/install to follow)
1996-05-04 07:22:23 +00:00