Mike Pritchard
868f8f4197
Add the Ap macro to the macro table documentation (it generates an
...
apostrophe for those of you that were wondering).
1996-04-07 23:57:14 +00:00
Mike Pritchard
24e89d55ba
Bring clocks(7) into line with mdoc standards.
...
Reviewed by: joerg
1996-04-07 21:12:10 +00:00
Ollivier Robert
0d12126b3b
Add several entries for ISA PnP cards (from Frank Durda IV), for using the NT
...
loader to boot, Jörg answer for slow printers and Dave Walton's answer to
hang during vty switches.
1996-04-07 17:23:34 +00:00
Mike Pritchard
c4a856d3a0
Add a zero(4) man page to describe /dev/zero. Update null(4) to xref
...
this new man page.
1996-04-07 10:04:49 +00:00
Mike Pritchard
89e33e9285
Fix some typos.
1996-04-07 08:37:54 +00:00
Satoshi Asami
89f4624ddc
Change ${ENV} -> ${SETENV}. The former coincides with startup file
...
names of bash et al.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1996-04-07 08:34:21 +00:00
Mike Pritchard
906c1e27fc
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
Joerg Wunsch
a29b7c975a
Fix a typo.
1996-04-06 13:33:23 +00:00
Jordan K. Hubbard
34fb754b6c
Add Jake Hamby as the new webmaster.
1996-04-06 08:36:30 +00:00
Joerg Wunsch
9c2c5c6d6e
.Ql --> .Dv
...
Submitted by: wollman
1996-04-05 23:23:25 +00:00
Wolfram Schneider
8e1a411f0b
remove BINGRP?=, BINOWN?=, BINMODE?=, STRIP?=
...
use .for loop for common targets
1996-04-05 22:22:44 +00:00
Mike Pritchard
ac6a55a386
List tsleep & wakeup in the summary line so that they can
...
be found with "man -k".
1996-04-05 21:08:40 +00:00
Mike Pritchard
288b0245a2
Add man page links for the SLIST_* and STAILQ_* macros that were added
...
recently.
1996-04-05 20:57:47 +00:00
Joerg Wunsch
c6e1c8d3c1
Add clocks(7).
...
Submitted by: bde
1996-04-05 08:51:22 +00:00
Sean Eric Fagan
21b2a25cfb
printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms
...
capability
Reviewed by: rgrimes, joerg
1996-04-03 22:46:17 +00:00
Poul-Henning Kamp
56bac51bc7
Pick up CWARNFLAGS from /etc/make.conf if defined.
1996-04-03 12:08:52 +00:00
Joerg Wunsch
7b0d14f596
Populate this. :)
...
Add a man page for tsleep()/wakeup().
1996-04-03 07:41:27 +00:00
Garrett Wollman
ba638f145a
Spell Bogota correctly.
1996-04-02 16:15:32 +00:00
Marc G. Fournier
7d12015159
Makefile: added devfs_add_devswf.9, removed devfs_add_devsw.9
...
devfs_link.9: modified man page to reflect source code
devfs_add_devsw.9: replaced by devfs_add_devswf.9
devfs_add_devswf.9: proper function for adding devices to DEVFS
1996-04-02 04:10:45 +00:00
Garrett Wollman
ec71082a3e
Add /usr/share/examples/perfmon and /usr/include/machine/perfmon.h to
...
the FILES section.
1996-04-01 19:29:56 +00:00
Wolfram Schneider
b16495e786
add MKDEPCMD?= and DEPENDFILE?=
...
replace sh(1) commands with make(1) builtins
1996-04-01 18:58:28 +00:00
Satoshi Asami
25f2b0066a
Thanks for the overwhelming response (which can be only summarized by the
...
word: "zilch"). I guess the only way to get people try and comment on
these kind of things is to shove it down their throat.... ;)
Anyway, here's a set of changes required for auto-generation of READMEs
in ports directories. Necessary changes and additions of templates
to the ports tree will follow shortly.
Eventually I'll commit all the generated READMEs to the tree, but that
will be in the rather distant future. For now, I encourage anyone
with a -current systam and a matching ports tree to do a "make readmes"
at the top level and see what they get.
Next step will be to add pkg/{COMMENT,DESCR} to all the categories.
1996-04-01 11:13:00 +00:00
Satoshi Asami
3a792f5ecf
Add James FitzGibbon and Noritaka Ishizumi for their recent help in
...
shaping up the ports tree.
1996-03-31 23:40:07 +00:00
Wolfram Schneider
05e5545fc3
add SHAREDIR?=, SHAREOWN?=, SHAREGRP?=, SHAREMODE?=,
...
INFOOWN?=, INFOGRP?=, INFOMODE?=
set variables recursive, eg. change KMODOWN?=bin to KMODOWN?=${BINOWN}
from NetBSD:
add NLSDIR?=, NLSGRP?=, NLSOWN?=, NLSMODE?=,
BSDSRCDIR?=, BSDOBJDIR?=, NOBINMODE?=
1996-03-31 23:15:17 +00:00
Joerg Wunsch
81f2fe8dca
Convert this to a real man page. Using one blurb of a .Bd -literal
...
looks rather ugly.
Also slightly adopt the contents to the results of a discussion that
took place in -core some months ago. We couldn't agree on everything,
but some of the previous sentiments were rather outdated.
1996-03-31 22:36:14 +00:00
Joerg Wunsch
da569d041e
Add sysexits(3). It's horrible to always examine the include file for
...
this.
1996-03-31 22:33:54 +00:00
Mike Pritchard
bf6c510e20
Add some info on setting quota limits for a range of uids.
1996-03-31 21:17:17 +00:00
Joerg Wunsch
d51a59611b
Update the information about kernel options. Mention the ``new option
...
scheme''.
Closes PR # docs/1110.
1996-03-31 18:01:55 +00:00
Satoshi Asami
54b04ea300
Change name of variable to LOCALBASE, to keep it symmetric with X11BASE,
...
which has been in the tree for a much longer time.
Sorry for the multiple commits and I know I shouldn't be doing this but
my hamster tells me to be orthogonal...("hey Phoenix, do you think
I should call it LOCALBASE?" "squeak" "ok, if you say so").
1996-03-31 10:35:26 +00:00
Satoshi Asami
bfe907886a
Add a variable LOCAL_PREFIX that defaults to "/usr/local", as a
...
counterpart to X11BASE (default "/usr/X11R6").
Now PREFIX is set to ${X11BASE} or ${LOCAL_PREFIX} depending on
whether USE_IMAKE or USE_X11 is set or not.
This enables us to refer to non-X ports from X ports using
${LOCAL_PREFIX}, thus removing most of the remaining "/usr/local"s
from the ports tree.
This will also allow the system administrator to move the whole
"local" tree to somewhere else, without affecting X ports. (Of course
not all ports are necessarily happy with that, but we're working on
it.)
Based on: an idea that came up while I was watching a football game
several months ago ("hey, maybe I can move that sideline
without disturbing the other!")
1996-03-31 10:02:09 +00:00
Justin T. Gibbs
4a775e8f68
Update the queue man page for the new SLIST and STAILQ macros.
1996-03-31 03:23:16 +00:00
Jordan K. Hubbard
23ae4796ef
Also add an id for the donors section and reference it in a strategic
...
place.
1996-03-30 19:46:37 +00:00
Jordan K. Hubbard
515235bade
Add a new donor's section to give credit to those who have donated
...
equipment or funding to the project. This is still embryonic and
will no doubt grow as I track down more of our donors.
1996-03-30 19:40:28 +00:00
Andrey A. Chernov
003ad5abb8
Add missing cons60* entries
1996-03-30 12:22:30 +00:00
Garrett Wollman
8919eed437
A sample program for /dev/perfmon
1996-03-28 21:20:22 +00:00
Garrett Wollman
38544b49e7
Document the change in how the START and STOP ioctls operate
...
(counters can be started and stopped in numerical order brather
than all at once).
1996-03-28 20:57:11 +00:00
John Fieber
ae207687ad
Add a missing quote on an attribute.
...
Remember, checking for errors before commiting is as simple as typing
`make'.
1996-03-28 12:32:44 +00:00
Jordan K. Hubbard
ef46db020c
A few small stylistic changes. This still needs work!
1996-03-27 17:03:51 +00:00
Jordan K. Hubbard
04a12d0073
Add a tag for getting to the "who's responsible for what" section easily.
1996-03-27 13:53:20 +00:00
Mike Pritchard
7d6b9e6c23
Updated some URL's for Digi International products so you can
...
actually follow the links, and change references from DigiBoard
to Digi International (I'm currently working for Digi, and we were
just asked to do the same thing with everything we are working
on when possible, so I figured I might as well do the same under FreeBSD).
1996-03-26 23:22:03 +00:00
Joerg Wunsch
8d6ebf3735
An incorrect path of ``dmesg'' is in the file.
...
Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
1996-03-26 21:33:09 +00:00
Garrett Wollman
986dd77360
Add a man page for the perfmon driver.
1996-03-26 20:57:26 +00:00
Satoshi Asami
cadce41fec
Added Harlan Stenn <Harlan.Stenn@pfcs.com> for the amanda upgrade.
1996-03-25 10:55:29 +00:00
Satoshi Asami
0092715975
Add Mike Peck (mike@binghamton.edu) for contribution of tinyfugue port.
1996-03-25 10:13:13 +00:00
Satoshi Asami
2208fa01d9
Fix typo. Closes PR docs/1099.
...
Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>
1996-03-25 09:35:25 +00:00
Satoshi Asami
6e552506d6
Add Masafumi Nakane (masafumi@pobox.com) for the ptex2 upgrade
...
contribution.
1996-03-25 04:34:20 +00:00
Wolfram Schneider
accb7fafc8
Obtained from: NetBSD
...
"obj" directory stuff work
1996-03-24 22:49:16 +00:00
Joerg Wunsch
defd3fe688
Add an entry for adding `vn' swap.
...
Submitted by: Werner Griessl (quoted in Usenet)
1996-03-24 22:24:10 +00:00
Wolfram Schneider
110dbd1072
remove BINGRP?= BINOWN?= BINMODE?=
1996-03-24 00:41:11 +00:00
Wolfram Schneider
86ec11baf9
KMODDIR= -> KMODDIR?=
...
add INFODIR
1996-03-24 00:31:56 +00:00