| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
configured in drivers.
|
| |
|
|
|
|
| |
to man page.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
libmytinfo was not mentioned explicitly. The bug was hidden by the
linkage of libncurses to libmytinfo in the shared library case.
|
| |
|
|
|
|
| |
use MLINKS instead.
|
| |
|
|
|
|
|
|
|
| |
Add manpages for stl, stli drivers.
Add manpages for stlload, stlstats.
Update stli bootcode.
Update stlload, stlstats to revision 1.0.0 from author.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
line doesnt permit writes by the owner.. (oops!)
|
|
|
|
| |
in a FreeBSD style source tree.
|
|
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
(Note, patches to compile/install to follow)
|