Commit Graph

20654 Commits

Author SHA1 Message Date
mpp
36c0c94721 Use the .An macro in the AUTHOR section. 1997-03-20 16:14:21 +00:00
mpp
d0482f2994 Document the .An (author name) macro. Also cleanup some other problems
I noticed while editing these man pages.

Usage: .An Author_name

Example:

This manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.ORG .

Produces:

This manual page was written by Mike Pritchard <mpp@FreeBSD.ORG>.
1997-03-20 16:04:04 +00:00
ache
8d7e64116b Remove term=dumb from default entry: ovverrides TERM variable for login 1997-03-20 13:41:16 +00:00
jkh
7d35f5f18c Reinstating stuff that fell out after jeorg's update...
Submitted-By: pds
1997-03-20 13:15:41 +00:00
kato
220a2017da Added Allied Telesis CenterCOM LA100-PCI support. Currently, full
duplex mode doesn't work.
1997-03-20 07:25:22 +00:00
davidn
352dc5651f Fix possible (not stack) overflow from -d <dir> commandline option. 1997-03-20 03:35:06 +00:00
mpp
5c33e549a5 Mdoc cleanup. 1997-03-19 22:42:02 +00:00
mpp
ba15d0413c Don't use the undocumented .Fr (function return value) macro for function
arguments.  Use .Fa instead (the output is the same).  Also fixed
a formatting error.
1997-03-19 22:09:08 +00:00
mpp
c945093abc Update to use the .Rv macro now that I know it exists :-). 1997-03-19 21:08:48 +00:00
bde
845f67fbb7 Fixed missing #includes in synopsis.
Fixed stale reference to <sys/inode.h>.
1997-03-19 21:02:11 +00:00
mpp
c87367fab4 Document the .Rv (return values) macro.
".Rv -std atexit" will generate the following text:

The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.
1997-03-19 21:01:45 +00:00
bde
302d7fa018 Fixed misuse of .Ft for enum members. (.Fa seems to be the best
available macro for enum, struct and union members.  .Ft seems to
be the best available macro for enum, struct and union tags and
types).

Fixed missing void arg types.
1997-03-19 20:42:18 +00:00
mpp
4ddfd87a55 Update the table of contents such as it is to reflect my previous change. 1997-03-19 20:31:42 +00:00
mpp
4125b3fb60 Document the previously undocumented .Bf (begin font mode) macro.
Moved the descriptions of the .Em, .Li and .Sy macros into
the new "Font Modes" sub-section along with .Bf, since they are
all related.
1997-03-19 20:16:50 +00:00
mpp
f469ca1dbc Update the usage message for the ".Bf" macro to match the actual
arguments that it takes.
1997-03-19 20:05:19 +00:00
bde
e34f9ced3c Fixed missing #include of <sys/types.h> in synopsis. 1997-03-19 19:48:24 +00:00
bde
a78ab83329 Fixed missing #include(s) (mostly of <sys/types.h> in synopsis).
Reviewed by:	wollman
1997-03-19 19:47:43 +00:00
bde
0e6987f95b Fixed missing #include of <sys/types.h> and wrong arg types in synopsis.
Reviewed by:	wollman
1997-03-19 19:41:20 +00:00
fsmp
e942e13149 additions for table-driven frequency calculation.
addition of colorbar ioctl.
removed unneeded disable_intr()/enable_intr() wrappers in i2c code.
minor cleanup.
1997-03-19 19:10:45 +00:00
fsmp
72e8c276b9 additions for table-driven frequency calculation.
addition of colorbar ioctl.
1997-03-19 19:08:31 +00:00
obrien
04fe1d2b5e Use the correct name for the HLT instruction.
Submitted by:	bde
1997-03-19 18:31:59 +00:00
obrien
64a2fc9f49 FreeBSD uses the HALT instruction in its idle loop to save power.
Noticed by:	Stephen Roome <steve@visint.co.uk>
1997-03-19 17:17:59 +00:00
kato
121dc2896a Synchronize with sys/i386/conf/files.i386 revision 1.156. 1997-03-19 16:14:25 +00:00
jkh
c35ee66e26 YAMF22 1997-03-19 10:09:46 +00:00
jkh
d3a9bd8686 Some of my pending merge changes, Paul Traina's more flexible config
file loading code.
Submitted by:	pst
1997-03-19 10:09:28 +00:00
obrien
73f859e84e Update the O'Reilly books that are now in the 2nd ed. 1997-03-19 07:59:19 +00:00
bde
dec45229e0 Fixed synopsis (after the cleanup of <sys/snoop.h>, there are no other
prerequisites; previously <sys/ioctl.h> was bogus and some prerequisites
weren't documented).
1997-03-19 04:58:33 +00:00
bde
5350fb0d8b Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess. 1997-03-19 04:44:07 +00:00
bde
9af964caef Only export ioctl-related stuff to applications. Include prerequisite
headers (like most other ioctl-related headers).

Didn't fix spelling errors and other warts.
1997-03-19 04:37:26 +00:00
obrien
556aa691a6 The New Hacker's Dictionary (aka. the Jargon File) to the history section 1997-03-19 04:32:30 +00:00
obrien
42c163c5c7 Add "Lion's Commentary on UNIX, 6th Ed. w/source code".
Yep, you heard it, this book has survived since 1997 via the photocopier
underground.  Well SCO decided it is now safe for us to see the 6th ed.
Kernel source.  :-)
1997-03-19 04:23:12 +00:00
obrien
67bb93df58 Fix Peter Salus's name. 1997-03-19 04:08:34 +00:00
obrien
b760adc23c Added UNIX System Architecture by Prabhat Andleigh.
This is a really nice small (274 pages) book on UNIX architecture.
It "reads" like K&R, has good straightforward explantions and nice diagrams
of structures and things, w/o unnessiary bulk.  It covers both BSD and sysV.
I wish this had been the textbook for my undergrad OS class rather
than Tannenbam.
1997-03-19 03:54:15 +00:00
bde
f8bda83de0 Fixed wrong #include in synopsis. <sys/dir.h> has been deprecated for
years.

Not fixed: stale, misformatted copy of <dirent.h>.  I will be cleaning
up the dirent.h and dir.h headers soon (ufs stuff needs to be separated
better), so don't change the man page yet.
1997-03-19 03:48:12 +00:00
obrien
f49e3eafb9 Added "Porting UNIX Software" by our own Greg Lehey.
This book has helped me more than once with the ports collection.
1997-03-19 03:45:13 +00:00
obrien
9f553ec1d5 Added UNIX Internals -- The New Frontiers by Uresh Vahalia 1997-03-19 03:40:47 +00:00
obrien
40299c7b7c Update URL for Chinese "Using FreeBSD" 1997-03-19 03:32:12 +00:00
obrien
6df5609dd2 FreeBSD-{stable,STABLE} ==> 2.1-STABLE 1997-03-19 03:24:50 +00:00
bde
44b292ab2b Fixed missing #includes in synopsis. 1997-03-19 03:23:54 +00:00
obrien
5afe6220f9 Changed 2.1.6 --> 2.1.7, or added 2.1.7 where applicable. 1997-03-19 03:22:29 +00:00
bde
265d3730cb Fixed synopsis (wrong #includes and superfluous parentheses in typedef).
Nuked the confusing timeout_func_t typedef.  It will go away in <systm.h>
later.
1997-03-19 03:18:01 +00:00
obrien
1bdf3a2692 Attempts to clarify the FreeBSD-{current,stable} mess used here.
It is not clear what version of FBSD things apply to anymore.
"-CURRENT"  --->  "2.2-RELEASE and later"
1997-03-19 03:15:43 +00:00
obrien
76e928b7a0 typo (nthe --> the) 1997-03-19 02:59:02 +00:00
bde
2e6eb4413d Fixed wrong number of args in STAILQ_REMOVE_HEAD() in synopsis. 1997-03-19 02:57:50 +00:00
obrien
6116a44b3d Mention that "options XSERVER" is applicable only to the vt0 console driver.
(as it appears from the mailing list archive).
1997-03-19 02:43:43 +00:00
bde
f4ededc590 Fixed misquoted arg in synopsis. 1997-03-19 02:01:27 +00:00
bde
77545f3174 Fixed wrong return type for tputs() in synopsis. 1997-03-19 01:57:06 +00:00
bde
09f52e0fae Fixed this header to compile with gcc -pedantic -Werror (removed comma
at end of enum).
1997-03-19 01:54:04 +00:00
bde
2cbd96a873 Fixed synopsis (missing #include and wrong paths in #includes). 1997-03-19 01:44:56 +00:00
bde
0e02d17f1e Fixed synopsis (missing #includes and consts). 1997-03-19 01:33:23 +00:00