Gregory Neil Shapiro
25219d25e6
Add a new make knob, SENDMAIL_MC, which is meant to replace SENDMAIL_CF as
...
users should be configuring via m4 now. If set, use m4 to create the .cf
file. Also, if either SENDMAIL_MC or SENDMAIL_CF is set, 'make install' or
'make distribution' in src/etc/sendmail/ will install the appropriate .cf as
/etc/mail/sendmail.cf. This fixes some mergemaster problems.
PR: conf/13016
2001-02-22 04:11:52 +00:00
Ben Smithurst
31e230ad42
Expand
...
if ((foo = bar()) != 0)
to
foo = bar();
if (foo != 0)
Submitted by: phk
2001-02-21 20:43:55 +00:00
Ben Smithurst
06c8ab0c3c
Don't suggest
...
if (error = function(a1, a2))
since it causes a warning with -Wall. Change it so it has an explicit test
against zero,
if ((error = function(a1, a2)) != 0)
2001-02-21 12:10:19 +00:00
Ruslan Ermilov
4c574bfd68
These pages are not i386-specific.
2001-02-20 12:13:29 +00:00
Ruslan Ermilov
e7b433ef19
Remove the MD part from the document title.
...
Forgotten by: obrien
2001-02-20 11:07:27 +00:00
Kris Kennaway
dd76c70387
Typo fixes: prefered -> preferred
...
There are some others in contributed/external code I haven't touched.
2001-02-20 10:30:22 +00:00
Mark Murray
ae16c71482
Cosmetic and spelling fixes. Includes some MDOC policework.
...
Submitted by: ru (mostly)
2001-02-19 20:08:01 +00:00
Ruslan Ermilov
6d256eaa6e
Remove (now unnecessary) MLINKS.
2001-02-19 15:52:38 +00:00
Ruslan Ermilov
28f2bdd8cc
mdoc(7) police: well-known section name is EXAMPLES, not EXAMPLE.
2001-02-19 10:49:15 +00:00
Archie Cobbs
30f6482c54
Slight improvement to previous checkin.
2001-02-19 04:06:30 +00:00
Archie Cobbs
78c8722845
Add an example showing how to configure a node from the command line.
2001-02-19 04:00:52 +00:00
Peter Wemm
6edba32695
Move the sendmail -q from cron to periodic, as suggested by a few people.
...
This has the benefit of adding a random start time element as daily
processing takes a different amount of time on different machines.
2001-02-19 02:47:42 +00:00
Mark Murray
09c114bad3
Document the entropy device.
...
If you want to know how to harvest network traffic and interrupts,
READ HERE!
2001-02-18 18:08:43 +00:00
Jeroen Ruigrok van der Werven
7c63796828
Preceed/preceeding are not english words. Use precede or preceding.
2001-02-18 10:25:42 +00:00
Ruslan Ermilov
0b39b3ff10
mdoc(7) police: sanitize previous revision changes.
2001-02-16 09:05:48 +00:00
Bosko Milekic
328c0bbcf7
Document recently-implemented m_getm().
2001-02-16 03:23:04 +00:00
Bruce Evans
2c9ba841c6
Fixed bitrot in synopsis. The Lite2 change from int to u_long for ioctl
...
command numbers had not reached here.
2001-02-15 12:54:34 +00:00
Bruce Evans
802cdd5fb2
Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had not
...
caught up with the changes to avoid storing socket addresses in mbufs,
although the VFS_CHECKEXP() code had to since it was committed 2 years
after those changes.
Fixed formatting in this prototype.
2001-02-15 12:41:44 +00:00
Bruce Evans
206402b24d
Fixed bitrot in synopsis (some const poisoning had not reached here).
2001-02-15 12:27:11 +00:00
Bruce Evans
a10f4352b9
Fixed missing and wrong includes in synopsis. The prerequisites for
...
using bus_alloc_resource(), etc., are especially unobvious, but were
especially wrong (<sys/resource.h> has nothing to do with the resources
documented here...). Order and format the includes as correctly as
possible (a layering violation makes <machine/bus.h> a prerequisite for
<sys/rman.h>).
2001-02-15 12:21:44 +00:00
Bruce Evans
6c613605bc
Fixed missing include in synopsis.
...
Added evil #define of ACCEPT_FILTER_MODULE to synopsis. Some of
the functions defined in this man page aren't declared unless
ACCEPT_FILTER_MOD is defined before including <sys/socketvar.h>.
2001-02-15 11:58:38 +00:00
Bruce Evans
2ba5bb1ff5
Fixed missing and/or wrong and/or extra includes in synopsis.
2001-02-15 11:47:31 +00:00
Ruslan Ermilov
60f958afb7
mdoc(7) police: ... and uncompact the list.
2001-02-13 09:26:45 +00:00
Ruslan Ermilov
b65c9756d9
mdoc(7) police: replace ``.It No'' with .Pp.
2001-02-13 09:22:15 +00:00
Ruslan Ermilov
51b37a2355
mdoc(7) cleanup.
2001-02-12 10:56:50 +00:00
Bosko Milekic
6f08f8297c
Catch up to mutex API changes.
2001-02-12 03:14:57 +00:00
Archie Cobbs
dd121c1ebe
Note that packets read as outgoing have invalid IP header checksums.
2001-02-12 02:03:28 +00:00
Ruslan Ermilov
cae85d36dc
mdoc(7) police: removed hard sentence break, corrected .Nd.
2001-02-08 10:06:09 +00:00
Semen Ustimenko
c2ba59326e
Update tx(4) man page to reflect changes since 1997, especially
...
recent changes.
2001-02-07 20:09:50 +00:00
Ruslan Ermilov
46eea498da
mdoc(7) police: Change -filled displays (which just happen
...
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
2001-02-07 13:45:30 +00:00
Ruslan Ermilov
b74e63f284
mdoc(7) police: Removed extraneous .No call. The .Nm macro in
...
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.
2001-02-07 10:11:57 +00:00
Ruslan Ermilov
308aca6c86
mdoc(7) police: minor style/formatting fixes.
2001-02-06 15:07:35 +00:00
Ruslan Ermilov
eb8afd58fe
mdoc(7) police: minor style/formatting fixes.
2001-02-06 14:58:39 +00:00
Jeroen Ruigrok van der Werven
680a9c90e8
Our manual pages are no longer in /usr/man, but in /usr/share/man.
...
Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.
2001-02-06 12:45:29 +00:00
Jeroen Ruigrok van der Werven
9a01d32bfd
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
Boris Popov
c7adfa9cf9
Add man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECT
...
operations.
Reviewed by: sheldonh
2001-02-06 10:33:37 +00:00
Jeroen Ruigrok van der Werven
bcf588d94e
Add vcount.9 / count_dev.9.
...
Touched up a bit and added some consistency to the text by your's truly.
PR: 23745
Submitted by: Andrew Stevenson <andrew@ugh.net.au>
2001-02-06 09:04:52 +00:00
Bruce Evans
1a030b1cbc
Don't set a bad example by putting the function type in ".Fo".
2001-02-06 01:42:56 +00:00
Bruce Evans
237ab6c72f
Debogotified #includes in synopsis. Paths beginning with /sys were
...
only required when dev/ppbus wasn't installed, and they should not
been delimited by <> even then.
2001-02-06 01:39:11 +00:00
Bruce Evans
f0e6bbc074
Fixed missing include in synopsis. <sys/types.h> is still a prerequisite
...
for almost everything.
2001-02-06 01:33:08 +00:00
Bruce Evans
c70db3ffb1
Fixed missing #include and wrong prototypes. Most of these bugs were
...
duplicated in libc_r/man/*.3 but were fixed years ago there. Here
they were hiding under mdoc errors.
2001-02-06 01:31:04 +00:00
Doug Barton
385a585a4b
Introduce the option of running fsck -y if the initial preen fails.
...
Defaults to off.
Obtained from: Yahoo!
2001-02-05 04:54:42 +00:00
Bruce Evans
4d5a3a7a50
Removed vestiges of vop_mmap.
2001-02-02 12:51:22 +00:00
Nik Clayton
7b79d3ab37
Fix typo.
...
PR: docs/23936
Submitted by: Garret Rooney <rooneg@rpi.edu>
2001-02-02 03:32:03 +00:00
Nik Clayton
4444ad36bf
Declaring functions inside functions was deprecated twice. Keep the
...
second recommendation, which includes more rationale, and nix the first.
PR: docs/24690
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su
2001-02-02 03:11:22 +00:00
John Baldwin
efd39a2f76
mtx_try_enter() returns an int, not void.
2001-02-02 00:49:17 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
Julian Elischer
c4b5eea4e2
Add the ability to declare ore-ride methods on a per-hook basis
...
for the rcvdata() and rcvmsg() methods.
Also bring the man page up to sync with my last commit. (and this one)
2001-01-31 20:46:00 +00:00
Ben Smithurst
d13241e146
Document the mpsafe argument to callout_init().
...
PR: 24529
Submitted by: harti brandt <brandt@fokus.gmd.de>
Reviewed by: jlemon
2001-01-31 12:17:45 +00:00
Julian Elischer
1acb27c64a
Implement direct support for semipersistant nodes.
...
(e.g. ethernet nodes are persistent until you rip out the hardware)
Use this support in the ethernet and sample nodes.
Add some more abstraction on the 'item's so that node and
hook reference counting can be checked easier.
Slight man page correction.
Make pppoe type dependent on ethernet type.
Clean up node shutdown a little.
Move a mutex from MTX_SPIN to MTX_DEF (oops)
Fix small ref-counting bug.
remove warning on one2many type.
2001-01-30 20:51:52 +00:00
Brian Somers
afcf65b56b
Allow the output of /etc/security to be logged or mailed to different
...
users in line with ${daily,weekly,monthly}_output using a new
$daily_status_security_output variable.
PR: 24643
2001-01-30 10:24:18 +00:00
Dag-Erling Smørgrav
f5fccbbcb4
Style police.
...
Submitted by: ru
2001-01-29 08:59:30 +00:00
Julian Elischer
d30293b3ff
Add a new distribution algorythm to the 'one2many' node type.
...
The new method is 'flood' (in addition to the old round-robin)
in which incoming packets are sent to more than one outgoing hook.
(I'm not sure what Rogier is using this for but it seems generally useful
and isn't much extra)
Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net )
2001-01-28 15:37:06 +00:00
Dag-Erling Smørgrav
ea48868bf6
Add MLINKS for sbuf_clear() and sbuf_overflowed().
2001-01-28 00:19:10 +00:00
Dag-Erling Smørgrav
e499b74df0
Document the changes in subr_sbuf.c rev. 1.2.
2001-01-28 00:18:54 +00:00
Dag-Erling Smørgrav
0aa028ffe9
Add a man page for the zone allocator.
2001-01-27 19:13:08 +00:00
Julian Elischer
99fb5c821a
correct documentation to match code.
2001-01-26 11:36:46 +00:00
Ben Smithurst
f9a2828541
remove reference to nonexistent ugen(4) manual page.
...
PR: 24622
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-01-25 10:44:06 +00:00
Ruslan Ermilov
f28291801d
Mdoc(7)ify the previous revision.
2001-01-24 09:45:19 +00:00
Ruslan Ermilov
9aa16122c1
mdoc(7) police: fixed some minor formatting/spelling errors.
2001-01-24 09:41:17 +00:00
Matt Jacob
fad5d2b1f8
Hmm. This must be a first. The man page was updated *before* the source.
...
Correct some slight inaccuracies in the man page.
2001-01-23 23:24:48 +00:00
John Baldwin
ef7b803dcd
- Activate runqueue.9, scheduler.9, and sleepqueue.9 along with appropriate
...
MLINKS.
- Update MLINKS for mi_switch.9.
2001-01-23 19:38:45 +00:00
John Baldwin
8861ba5bc8
Catch up to the new way that the scheduling code works since the original
...
SMPng commit. Also document the new cpu_throw function (currently only
on i386).
Reviewed by: sheldonh
2001-01-23 19:28:14 +00:00
John Baldwin
969843e476
Document the various functions and variables used by the current
...
scheduler code. Includes a rough description of the various priority
values stored in struct proc as well as priority propagation.
Reviewed by: chris
2001-01-23 19:26:21 +00:00
John Baldwin
533ef7852a
Document the current organization and helper functions used to implement
...
the sleep queues used by msleep/wakeup and friends.
Submitted by: sheldonh
2001-01-23 19:24:35 +00:00
John Baldwin
40abbce7a6
Document the current organization of the run queues and the various
...
functions used to manage them.
Reviewed by: sheldonh
2001-01-23 19:23:42 +00:00
Ruslan Ermilov
d4b2ddba44
mdoc(7) police: use macros wherever possible, remove hard sentence breaks.
2001-01-22 13:08:59 +00:00
Ruslan Ermilov
fb7912f8ba
Prepare for mdoc(7)NG.
2001-01-22 10:44:54 +00:00
Doug Barton
f8c1282a0b
Add the options of which cron program to run, and specifying flags
...
to it.
PR: conf/24358
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2001-01-21 20:57:38 +00:00
Jason Evans
d1c1b8413e
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
...
initialization until after malloc() is safe to call, then iterate through
all mutexes and complete their initialization.
This change is necessary in order to avoid some circular bootstrapping
dependencies.
2001-01-21 07:52:20 +00:00
Ruslan Ermilov
c5083414f8
mdoc(7) police: removed leading whitespaces that are not inside
...
Bd/Ed; these hardly degrade the quality of the produced output.
2001-01-19 14:15:40 +00:00
Ruslan Ermilov
404d68d48f
mdoc(7) police: add missing .Ed call.
2001-01-18 17:23:15 +00:00
Ben Smithurst
cb507c094f
remove reference to nonexistent screenmap(5) manual page.
...
PR: 24305
Submitted by: Marco van de Voort <marcov@stack.nl>
2001-01-18 11:59:01 +00:00
Ruslan Ermilov
9c48887207
mdoc(7) police:
...
Use proper macros for variables and their types, removed
hard sentence breaks, added a bunch of cross references.
2001-01-18 09:42:50 +00:00
Jeroen Ruigrok van der Werven
047efaadd5
Add a smal line of text which indicates I am working on updating
...
this. <almost exactly 6 years after Garrett>
2001-01-18 07:19:25 +00:00
Ben Smithurst
6164dd8137
document ${KERNEL}
...
PR: 24404
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:51:43 +00:00
Ben Smithurst
92fbe861c6
Actually add build.7 to the Makefile, 2 months late.
...
PR: 24405
Submitted by: Mike Meyer <mwm@mired.org>
2001-01-17 11:11:02 +00:00
John Baldwin
a0d195d235
sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed via
...
normal means, so remove the hack to install it.
2001-01-17 03:33:04 +00:00
Ruslan Ermilov
e207e465df
Prepare for mdoc(7)NG.
2001-01-16 09:32:40 +00:00
Ruslan Ermilov
9431f1fc08
Prepare for mdoc(7)NG.
2001-01-16 09:24:36 +00:00
Ruslan Ermilov
55f4342b4e
mdoc(7) police: use .Fa for function arguments, use .Vt for variable type.
2001-01-16 08:53:04 +00:00
Jason Evans
238510fc46
Implement condition variables.
2001-01-16 01:00:43 +00:00
Ruslan Ermilov
8fbaa337ac
man(7) -> mdoc(7).
2001-01-15 17:54:19 +00:00
Ruslan Ermilov
ba9b8036bd
Simplify some mdoc(7) constructs.
2001-01-15 17:22:16 +00:00
Mark Murray
47608b56e1
Add a missing argument for SYSCTL_ADD_OPAQUE.
...
Fix the examples at the end which were horribly broken.
2001-01-14 16:43:41 +00:00
Duncan Barclay
63b1256c9e
Correct a typo in a product name.
...
Pointed Out By: ru
2001-01-13 23:50:52 +00:00
Chris Costello
3c5969ca27
The prototype for cpu_switch() was changed in revision 1.111 of
...
<sys/proc.h>
PR: 24311
Submitted by: Robert Drehmel <robert@gizmo.quizbot.org>
2001-01-13 19:00:49 +00:00
Chris Costello
d7a0ba44f9
o Clear up explanations of various entries (includes spelling, grammar,
...
punctuation, and explanations that are just plain wrong)
o Add missing entries
o Remove entries for directories that do not exist
Submitted by: Rich Morin <rdm@cfcl.com> (for the most part)
2001-01-13 18:38:00 +00:00
Ben Smithurst
4f38ddf643
fix typo; file -> files
...
Submitted by: Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>
2001-01-13 17:49:34 +00:00
Ben Smithurst
69c0804d32
Only install sysinstall.8 if the release/sysinstall directory exists. This
...
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
2001-01-13 05:50:19 +00:00
Ruslan Ermilov
a05c0d110e
Oops, the previous did not work with current mdoc(7).
2001-01-12 16:02:58 +00:00
Ruslan Ermilov
b77b3c00be
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
Duncan Barclay
b89157597f
Add manual for ray driver.
...
Reviewed by: ru
2001-01-11 22:38:10 +00:00
Ruslan Ermilov
adefd3f66c
Fixed mdoc(7)NG warnings introduced in the previous revision.
2001-01-09 15:20:58 +00:00
Julian Elischer
30400f03aa
Part 2 of the netgraph rewrite.
...
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by: archie@freebsd.org
2001-01-08 05:34:06 +00:00
Julian Elischer
069154d55f
Rewrite of netgraph to start getting ready for SMP.
...
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right. More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
2001-01-06 00:46:47 +00:00
Maxim Sobolev
e0a5f02bc3
Add getenv(3) and setenv(3) into ``See also'' section.
2001-01-01 23:26:54 +00:00
Ben Smithurst
b216577963
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
Ben Smithurst
b4660c3783
Remove comma after final .Nm entry before .Nd
2000-12-30 18:58:15 +00:00
Ben Smithurst
83c1fbc27f
Remove CIRCLEQ manual page links now that CIRCLEQ has been axed.
2000-12-30 18:54:35 +00:00
Ruslan Ermilov
4263595653
Prepare for mdoc(7)NG.
2000-12-29 14:08:20 +00:00
Poul-Henning Kamp
24b85d18c5
CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.
...
Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality.
2000-12-29 09:55:40 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Ben Smithurst
97948d2dee
fix typos.
...
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-12-29 01:58:47 +00:00
Ben Smithurst
265733aa2d
Add some text saying that this page may occasionally be out of date with the
...
real make.conf.
2000-12-29 01:54:39 +00:00
Ruslan Ermilov
1f4335a6c5
Mdoc(7)ify.
2000-12-28 16:18:43 +00:00
Dag-Erling Smørgrav
c4b267dc7e
Retire kernfs (userland part).
2000-12-28 12:59:57 +00:00
Bosko Milekic
f73f120bec
Change M_WAIT to M_TRYWAIT, the new name of the flag.
2000-12-24 03:08:17 +00:00
Julian Elischer
589f6ed8ce
Divorce the kernel binary ABI version number from the message
...
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.
Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
2000-12-18 20:03:32 +00:00
John Baldwin
aea5b8ffe1
Catch up to the changes to the kthread API.
2000-12-15 20:39:35 +00:00
Ruslan Ermilov
88544700ca
mdoc(7) police: added missing .Os call.
2000-12-14 13:58:15 +00:00
Ruslan Ermilov
d003b7796c
mdoc(7) police: removed duplicate .Os calls.
2000-12-14 12:40:48 +00:00
Ruslan Ermilov
ed40311694
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
Sheldon Hearn
67e35919d6
Grammar fix.
2000-12-14 09:36:49 +00:00
Ruslan Ermilov
1405da432e
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
2000-12-14 08:55:32 +00:00
John Baldwin
ea84acd6ad
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
...
the MTX_QUIET flag.
2000-12-13 23:30:43 +00:00
Dag-Erling Smørgrav
863edaec4d
Add sbuf(9) man page with links to API function names.
...
Reviewed by: ru
2000-12-13 19:53:37 +00:00
Assar Westerlund
9a6f618efe
document TUNSIFINFO, TUNGIFINFO, TUNSIFPID, TUNSIFHEAD, TUNGIFHEAD
2000-12-13 13:40:42 +00:00
Julian Elischer
859a4d166c
Reviewed by: Archie@freebsd.org
...
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.
This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.
This is running on my test machine with no new problems :-)
2000-12-12 18:52:14 +00:00
Ruslan Ermilov
965061ea67
mdoc(7) police: Add a missing .Os.
2000-12-12 15:38:44 +00:00
Archie Cobbs
e449cfc4c7
Document /usr/include/isc.
...
Noticed by: ru
2000-12-12 05:19:10 +00:00
Ruslan Ermilov
d7b336c076
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
Ruslan Ermilov
d41608a89c
Document /usr/include/netnatm and /usr/share/sendmail.
2000-12-11 13:41:57 +00:00
John Baldwin
baeb94c70d
Fix some nits in the globs used to describe the various sets of atomic
...
operations.
Submitted by: jake, jasone
2000-12-08 22:10:28 +00:00
Archie Cobbs
894fbb6682
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
Marcel Moolenaar
d50575082a
Add Linuxulator manpage. Derived from i386 version.
2000-12-08 02:52:26 +00:00
Marcel Moolenaar
f9e5924cbe
The osfulator can be compiled-in now:
...
o add kernel option to the synopsis.
o remove "only as module" from bugs.
Reviewed by: sheldonh
2000-12-08 02:49:01 +00:00
Sheldon Hearn
27b7ba4bb1
Fix bogon in previous commit, whereby the contents of SUBDIR were lost
...
in the assignment of man4.alpha!
This prevented the man4.i386 pages from being installed.
Reported by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
2000-12-06 08:45:03 +00:00
Nik Clayton
3cfa3ff7a1
Add make.conf(5).
2000-11-30 12:10:18 +00:00
Nik Clayton
8786063f1f
Typo police.
2000-11-29 14:27:20 +00:00
Sheldon Hearn
bbb6bd4e0e
Looks like my last round of suggestions didn't make it in. Fix invalid
...
cross-references.
2000-11-29 10:29:28 +00:00
Mark Newton
4657706b8a
Add streams(4) and svr4(4) to man4.i386 Makefile (yes, I know this should
...
have happened with the last commit).
2000-11-29 09:53:22 +00:00
Mark Newton
0553a1b07b
Introduce svr4(4) and streams(4).
...
Reviewed by: sheldonh
2000-11-29 09:50:11 +00:00
Sheldon Hearn
e2d7360d81
Fix invalid comments.
2000-11-27 14:28:35 +00:00
Daniel Harris
b13034ed0f
compatability -> compatibility
...
PR: 23112
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-26 23:43:15 +00:00
Jeroen Ruigrok van der Werven
0d59faf64a
Document EI_OSABI and EI_ABIVERSION.
...
Requested by: obrien
2000-11-24 10:42:21 +00:00
Ben Smithurst
47f77d8c57
Mention mergemaster(8).
...
Submitted by: obrien
2000-11-24 10:22:08 +00:00
Daniel C. Sobral
232095104e
Add a brief warning about devclass and multiple device driver attachments.
2000-11-23 17:19:54 +00:00
Ben Smithurst
7c20a49391
Use a more generic name for the compiler cross-reference. (cc instead of
...
gcc.)
Suggested by: sheldonh (not sholdonh)
2000-11-23 14:44:45 +00:00
Ben Smithurst
a81996b6b8
* Say that ps, top, etc, "may not work" with the new kernel, rather than
...
"will not work", as in many cases they will.
Suggested by: sholdonh
* Add cross-references to reboot(8) and shutdown(8)
2000-11-23 14:19:50 +00:00
Ben Smithurst
3faf5fc932
Add an example to explain the basic procedure to build the world.
...
Suggested by: obrien
2000-11-23 14:00:26 +00:00
David E. O'Brien
5e514c64f7
Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format"
...
in /etc/login.conf.
2000-11-22 20:37:40 +00:00
Alexey Zelkin
950c15fcef
o fix a typo in copyright part: mdoc comment starts with .\", not ,\"
...
o few mdoc(7) fixes
PR: docs/13218
2000-11-22 18:00:50 +00:00
Alexey Zelkin
fd3e41837b
remove bogus Xref to lsdev(8)
...
PR: docs/13218
2000-11-22 17:57:44 +00:00
Ruslan Ermilov
b92a189eb9
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:11:48 +00:00
Ben Smithurst
786aa69adc
Add two new manual pages to document the various options available in
...
make.conf, and the /usr/src building process.
PR: 22676
Submitted by: Mike Meyer <mwm@mired.org>
Reviewed by: nik, sheldonh
2000-11-22 14:04:26 +00:00
Ruslan Ermilov
68161b6b7d
mdoc(7) police: fixed typo.
2000-11-22 13:49:11 +00:00
Ruslan Ermilov
ea3d1f093f
mdoc(7) police: add the missing and required .Dd macro call.
2000-11-22 13:31:01 +00:00
Ruslan Ermilov
f4d874a1db
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
Ruslan Ermilov
2ba69799de
Make An macro understand two special arguments, -nosplit
...
and -split. See the mdoc.samples(7) manpage for details.
Reviewed by: sheldonh
2000-11-22 08:39:17 +00:00