Commit Graph

454 Commits

Author SHA1 Message Date
mpp
2a174308fe Update to reflect current include files. 1997-01-30 23:49:46 +00:00
jmacd
45f2876f9b I just found a bug in my program, I was calling va_arg (..., char),
when parsing a printf-like arg list.  Looking for someone to blame,
I noticed that the man page has a bad example.  It clearly says at
the top that types following the last known argument are passed after
their default type conversions, and then later the example uses

	va_arg (..., char);

so I fixed it.
1997-01-30 10:22:00 +00:00
mpp
d85c3c457e Update to reflect the current types.h. 1997-01-29 05:24:35 +00:00
mpp
a2413810da Update to reflect current fs.h. 1997-01-28 07:25:18 +00:00
mpp
41a5f91245 Update to match current include files. 1997-01-28 07:03:33 +00:00
mpp
430352cbbc Update to reflect current acct.h. 1997-01-28 06:53:19 +00:00
mpp
7fa7059be8 Update the man page to reflect the current state of
fstab.h.
1997-01-28 06:12:54 +00:00
ache
3306642b2a Add save/restore cursor position escapes 1997-01-26 23:27:15 +00:00
mpp
326ab14b20 Man page police. 1997-01-25 20:42:09 +00:00
asami
5db9017035 Explain more about the interleave factor. Mention mirroring, and add
a reminder that you can't mount half of a mirrored two-disk ccd.
1997-01-25 02:10:43 +00:00
jkh
ef5dcacae2 Add missing entries for de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4.
Now things build again.

Forgotten Again By:     David E. O'Brien	:-)
1997-01-21 12:25:06 +00:00
wosch
6d0dbd7455 Sort cross references. 1997-01-20 23:23:22 +00:00
obrien
351ecc8357 Share my poetry with the world.
(de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4)

Not forgetten this time by:	obrien  :-)
1997-01-20 09:22:23 +00:00
obrien
2af4a0acfa New manpages for various Ethernet drivers, that I didn't see manpages for.
Manpage police???  Looking kinda bored there aren't you?  Need something
to do?  :-)  I'm sure there's work here to be done.

Inspired by:	Joerg

2.2-R candidate after Mike gets thru with them.
1997-01-20 09:18:54 +00:00
obrien
27b942564a Added some verbage from looking at the source code. 1997-01-20 09:16:14 +00:00
obrien
a5f5d2644f Driver also supports the HP PC Lan+ adaptor.
Reviewed by:	personally tested.  :-)
1997-01-20 09:15:35 +00:00
mpp
b1529e2a5e Man page police. 1997-01-19 17:24:18 +00:00
mpp
e957c39388 Actually install the new ex.4 man page.
Forgotten by: David E. O'Brien
1997-01-19 17:18:57 +00:00
obrien
ccc345ffe5 Basic manpage for the ex driver (Intel EtherExpress Pro/10).
Desired by:	Joerg
1997-01-19 11:16:43 +00:00
alex
a3118e8c68 Sweep through the tree fixing mmap() usage:
- Use MAP_FAILED instead of the constant -1 to indicate
    failure (required by POSIX).
  - Removed flag arguments of '0' (required by POSIX).
  - Fixed code which expected an error return of 0.
  - Fixed code which thought any address with the high bit set
    was an error.
  - Check for failure where no checks were present.

Discussed with:	bde
1997-01-16 21:58:40 +00:00
phk
3f900d53fc add more arguments to these things.
2.2 candidate.
1997-01-15 19:39:45 +00:00
wollman
af06f5886c Document Monday's changes in the interface structure. 1997-01-15 19:28:39 +00:00
sos
1125a9adab Latest fixes for the psm mouse device, also updates the docs
to reflect the new options etc..

Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 12:04:11 +00:00
mpp
754b382431 Fix a few typos.
Obtained from:  OpenBSD
1997-01-15 05:33:11 +00:00
mpp
9f3968dbcb Add a missing quote.
Obtained from: OpenBSD
1997-01-15 05:18:29 +00:00
jkh
808a36ef65 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
wosch
71f5160702 Sort cross references. 1997-01-13 00:25:51 +00:00
wosch
37c2967fb3 add cross reference to cd(1), where CDPATH variable is explained 1997-01-09 21:04:10 +00:00
wosch
516a603227 bring section LIMITS back; reviewed by: mpp 1997-01-08 22:57:15 +00:00
nate
5ae941cca0 Fix minor typo. BIOSETIF -> BIOCSETIF 1997-01-05 22:15:59 +00:00
mpp
65a25fe9ed Mention the new mdoc examples in /usr/share/examples/mdoc. 1997-01-02 20:50:23 +00:00
mpp
e954562707 Add i386 to the .Dt macro call. 1996-12-31 22:47:50 +00:00
mpp
0391f9f86e Mdoc police.. 1996-12-31 22:42:00 +00:00
wosch
ecf2da830a xrs - detect unsorted cross references in section SEE ALSO 1996-12-30 14:58:53 +00:00
phk
beaf8b0d57 Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.
Is it time to split this into one "intro" type and a number of
detailed pages ?
1996-12-29 21:21:16 +00:00
wosch
f4ad4b02b8 add 'i386' to macro .Dt 1996-12-29 20:36:04 +00:00
wosch
6e32f49a7d remove section LIMITS, the limitations are now invalid ;-) 1996-12-29 15:09:17 +00:00
mpp
87e564fb81 Spelling police. 1996-12-26 22:50:43 +00:00
mpp
bf256b5266 Don't claim that the section 7 man pages are mostly troff related,
since they are not.
1996-12-26 22:41:18 +00:00
mpp
5c7ac7618d Mention that cross references in the SEE ALSO section should be
sorted by section number and then placed in alphabetical order.
1996-12-26 22:34:23 +00:00
mpp
117261f367 Re-add devfs(5) to the xref list, since it now exists,
and remove mount_devfs(8), since that man page is now
really just a pointer to the various section 5 man pages.
1996-12-26 22:16:06 +00:00
wosch
f9836114d4 Sort cross references. 1996-12-26 16:16:37 +00:00
wosch
aba55faa0d Sort cross references. 1996-12-26 02:02:31 +00:00
mpp
fc46f3e25b Convert to mdoc format. 1996-12-21 23:54:30 +00:00
mpp
6bec4519d0 Covert to mdoc format. 1996-12-21 23:30:53 +00:00
mpp
6be6d65a02 Update mdoc.samples(7) to match what is now
installed in /usr/share/misc/mdoc.template
1996-12-21 22:02:30 +00:00
mpp
0659371d2d Typo police. 1996-12-18 22:06:47 +00:00
obrien
bf28ef8410 Added $Id$.
Added more verbage about the card, and documented the driver's bugs.

2.2-R candidate.
1996-12-18 01:35:20 +00:00
wollman
21f8f28f47 Add cross-references to ifnet(9). 1996-12-17 20:23:34 +00:00
wollman
25af2478ff Create a new manual page describing how network interfaces and
addresses are glued together with the generic networking code.
1996-12-17 20:21:01 +00:00
mpp
852eaf8a7f Remove trailing whitespace.
Don't worry, this is the only one of these I plan on doing :-).
1996-12-16 20:31:40 +00:00
peter
0e3ee5fa21 Add missing \ at the end of the first line
Forgotten by: mpp (rev 1.18)
1996-12-15 02:33:30 +00:00
mpp
30fe7fc0ab Get the HISTORY section right. 1996-12-14 22:38:09 +00:00
mpp
99489036f8 Actually add the man page. 1996-12-14 22:34:11 +00:00
mpp
2f9c329ab7 Add devfs(5) to describe the device file system. 1996-12-14 22:32:49 +00:00
mpp
fc95d246ee Fix a small typo that was only apparent when looking
at the man page source..
1996-12-14 22:21:30 +00:00
mpp
8fd068f251 Add fdesc(5) to document the file-descriptor file system. 1996-12-14 22:14:55 +00:00
mpp
edd4976ccd Forgot to document "hostname". Also add some other misc stuff. 1996-12-14 21:53:14 +00:00
mpp
3b94b1ad7f Add a kernfs(5) man page to describe the kernel file system. 1996-12-14 21:47:11 +00:00
mpp
862184427b Remove a bad xref, and reference a couple of more useful ones
instead.  Closes PR# 1141.
1996-12-14 21:13:22 +00:00
mpp
117a1ec4a4 Make procfs(5) the definitive source of information on /proc.
Most of this information was pulled from the man page for
mount_procfs(8).

Closes PR# 1681.
1996-12-14 20:11:57 +00:00
mpp
9395a75d30 Update procfs(5) to reflect reality a little better. Clsoes PR# 2136. 1996-12-14 19:09:58 +00:00
mpp
8b0cba4168 Update the list of include files listed in the man
so that a program using the examples will actually
compile.  Closes PR# 2143.
1996-12-14 18:47:42 +00:00
jkh
b52b10371a Close PR#2211 - ypserv is no longer GPL'd.
Submitted-By: Faried Nawaz <nawaz921@cs.uidaho.edu>
1996-12-14 11:20:49 +00:00
mpp
d6dadb5ec6 Minor formatting/style fixes.
Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
nate
06939e7b6a Added psm manpage.
Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1996-12-06 01:58:14 +00:00
jkh
9b86a34b6b Bump maximum username length to 16 characters. This brings us into
line with BSD/OS and Linux's username limits, making transitioning from
either operating system a lot easier than it is now.  I'm currently
running with this change on my system, as are several others, and have
experienced no ill effects.

This is not for 2.2!  This needs to get shaken out longer term in 3.0.

Previously-approved-by:  davidg
1996-12-04 11:31:14 +00:00
ache
934ae8e8fd Fix syntax error loc->doc 1996-12-04 09:42:39 +00:00
obrien
7e241436d1 First cut at adding a little bit about the ports framework's dir structure. 1996-12-04 08:49:52 +00:00
mpp
c677083d43 Remove some garbage text from the man page.
Closes PR# 1971.

Submitted by:	Lydon Nerenberg
1996-12-03 23:26:49 +00:00
mpp
8a8372d5f1 Correct some spelling errors. 1996-12-01 00:25:06 +00:00
mpp
d1a120a0e0 Fix an incorrect man page cross reference. 1996-11-30 23:24:20 +00:00
wosch
515a7119ce rename obsolete 'TZ=US/Pacific' example to 'TZ=America/Los_Angeles'
close PR #2125
1996-11-30 00:29:51 +00:00
jkh
b9e5c09725 fimib.4 -> ifmib.4 1996-11-16 03:06:25 +00:00
wollman
21f176fef9 Start to document how the interface MIB stuff is supposed to work. 1996-11-15 19:49:41 +00:00
phk
177b1ceb35 doc/1987, table heading in error.
Submitted by:	Mark Valentine Mark Valentine <mark@linus.demon.co.uk>
1996-11-12 13:37:51 +00:00
ache
29308755dd pcfs -> msdos
2.2 candidate
1996-11-10 02:23:33 +00:00
asami
1e3bcd873d Remove comment about offset, it is no longer necessary. Add mention
of partition types in disklabel.  Add disklabel(8) to "see also" section.

Reminded by:	Chris Timmons <skynyrd@opus.cts.cwu.edu>
1996-11-07 04:10:55 +00:00
julian
34c3c63556 After prodding, add a BSD style copyright to those man pages I think
I probably originally wrote. Also take my name OUT of the ddb
man page.. I did NOT port it from mach.
1996-10-18 20:22:31 +00:00
julian
e1e791b5e9 add a man page for suser() because its usage is not as obvious
as you would first think.
1996-10-16 21:14:32 +00:00
wollman
7a20be466c Fix a macro error in HISTORY section. 1996-10-08 20:38:28 +00:00
wollman
c890cc3e7b Delete stale rt_metrics and route flag descriptions and replace them with
a cross-reference to rtentry(9).  Add SEE ALSO and HISTORY sections.
1996-10-08 20:37:24 +00:00
wollman
86a93ff5de Add an rtentry(9) page to describe the structure of a routing-table
entry and the metrics and flags which pertain thereto.
1996-10-08 20:25:39 +00:00
wollman
376ed22559 Document what I believe to be the interface of rtalloc*. 1996-10-08 18:45:06 +00:00
wosch
470307b778 correct spelling of 'X Window System' (tm) 1996-10-06 17:59:28 +00:00
wosch
65b9eae0ee delete doubled words, e.g.: "the the" -> "the" 1996-10-05 18:37:31 +00:00
joerg
8fd1ca9d49 Add a man page describing the interrupt priority `levels'.
Comments by: bde

Lousy MCI network link :(, my commit message for the Makefile has been
botched.
1996-10-04 21:22:49 +00:00
joerg
7b89e31db1 Reviewed by:
Submitted by:
Obtained from:
1996-10-04 21:20:07 +00:00
pst
5198e1d72f Add a warning about SCB paging.
Suggested by: gibbs
1996-10-01 03:54:16 +00:00
wosch
89dea7c61d add missing comma(s) in .Xr macros 1996-09-23 22:24:39 +00:00
wosch
d3f8d45ce4 fix .Xr macro 1996-09-21 15:08:10 +00:00
bde
cf15c374b5 Fixed SYNOPSIS (#includes, return types, arg names and formatting) and
a couple of other things.
1996-08-28 16:58:34 +00:00
mpp
00ffd0b173 Convert to mdoc format.
Note:  this man page could probably use some updating to reflect
the list of devices that MAKEDEV now supports.
1996-08-24 16:44:23 +00:00
wosch
73b870d087 bring back ``case '?':'' in switch statement 1996-08-24 10:49:09 +00:00
mpp
74fd7deaba Use the .Fx macro to specify FreeBSD version where appropriate. 1996-08-22 23:51:58 +00:00
mpp
5bf747eb4e Use the .Bx macro where appropriate. 1996-08-22 23:39:32 +00:00
wosch
e810152d38 add copyright, $Id$
remove case '?', if '?' is not in getopt(), it should
not be in the switch statement
1996-08-22 16:55:15 +00:00
julian
e5048c6cd5 Some cleanups to the callout lists recently added.
note that at_shutdown has a new parameter to indicate When
during a shutdown the callout should be made. also
add a RB_POWEROFF flag to reboot "howto" parameter..
tells the reboot code in our at_shutdown module to turn off the UPS
and kill the power. bound to be useful eventually on laptops
1996-08-22 03:50:33 +00:00
mpp
98b8a193ac Update a bunch of man pages to use the .Fx macro to specify FreeBSD versions. 1996-08-21 22:01:49 +00:00
mpp
2d0ae2fc91 Use the .Fx macro to reference FreeBSD versions in several newer man
pages.

For those of you that don't know, here is an example of how the .Fx
macro is used:

The xyzzy command first appeared in
.Fx 2.2 .

Will expand to:

The xyzzy command first appeared in FreeBSD 2.2.
1996-08-21 21:43:28 +00:00