summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor nit in the .Dd macro invocation so thatsteve1997-06-231-2/+2
| | | | the revision date is displayed correctly.
* Show the real revision date and not the date that thissteve1997-06-232-4/+4
| | | | manpage is being viewed.
* Make this file bare a small resemblance to reality againjulian1997-06-231-181/+165
| | | | Requested from: Archie Cobbs (archie@whistle.com)
* Typo fix.max1997-06-131-2/+2
| | | | | PR: 3828 Submitted by: Josh Gilliam <josh@quick.net>
* Add Xreference to chio(1).max1997-06-021-1/+2
|
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-021-1/+72
| | | | | | These commands are required for the "Disk-At-Once" write process: WORMIOCREADSESSIONINFO returns the length of the lead-in and lead-out areas and WORMIOCWRITESESSION is used to send the table of contents of the disk.
* Typo fix.max1997-05-302-6/+6
|
* An overhaul of style.9 to clear up some of the ambiguities. A number ofpeter1997-05-271-75/+92
| | | | | | | things are explicitly stated now rather than being implied by example. Obtained from: Quite a few people over the last few weeks Reviewed by: core
* wl.4 was missing from the MAN4 listpeter1997-05-231-2/+2
|
* Add wl.4msmith1997-05-231-1/+2
| | | | Reminded by: joerg
* Manpage for the 'wl' Wavelan driver.msmith1997-05-221-0/+144
|
* Add a man page for sppp(4).joerg1997-05-192-1/+187
|
* A few improvements to the worm driver.jmz1997-05-191-33/+128
| | | | | | | | | | | | | | | | | | | | | | | | | - remove all calls to scsi_stop_unit(). Some drives refuse commands when stopped. This will fix the 'device not configured' message which was cleared after opening/closing the tray. - Never set the logical block address in the scsi_cmd struct when writing. The computation was bogus for block sizes not a multiple of DEV_BSIZE. (the bug is still there in the READ case) - reset the block size to the 2048 bytes in finalize_track() track to avoid an error when mounting a disk after an audio write. - remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time (see scsiconf.c) - change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible to select more track options (copy bits, ISRC codes, track type, track number) - add an error handler to catch false errors (warnings in fact) and record the error type. - add an ioctl call (WORMIOERROR) to get more information on the nature of the error when a command or a write failed. - add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing the device (closing the device still finalize the track if the command was not performed) Approved by: joerg
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Mention that flags 0x10000 disables test#3phk1997-05-182-14/+18
|
* Forgot to commit this after last bind/resolver updatepeter1997-05-151-4/+49
|
* Typo fix: sq --> qsalex1997-05-121-1/+1
|
* Update the manual page to call more attention to the probe override flags.pst1997-05-111-11/+27
|
* Kill a stale .pq line.joerg1997-05-081-2/+1
|
* Don't xref a nonexistant pc(4).joerg1997-05-082-12/+10
| | | | PR: docs/3525: pcvt(4) references pc(4)...
* fix a bugon of last commitjmg1997-04-221-2/+2
|
* Removed ix.4.bde1997-04-141-3/+2
| | | | Submitted by: roberto
* Add manpage link introduction.1 -> intro.1wosch1997-04-141-1/+2
|
* slight rewording of HISTORY sectionjmg1997-04-141-4/+4
| | | | Closes PR#3261
* Remove this man page now that the ie driver supports the EtherExpress16.gibbs1997-04-141-79/+0
|
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-1351-71/+122
|
* Updated synopsis for Lite2.bde1997-04-134-11/+15
| | | | Fixed missing #include in synopsis.
* Fixed type bugs in synopsis. Some of the typedefs that were used herebde1997-04-132-21/+30
| | | | | haven't existed for years, if they ever existed. The "prototypes" are actually for macros, so they are difficult to check automatically.
* Minor fixups. Mention that DDB now has a history, and understandsjoerg1997-04-121-1/+25
| | | | | | | emacs-style editing (which it used to have for a long time already). Also mention the `gdb' and `help' commands. Other commands need an overhaul, too (like the various `show' subcommands), but i don't feel very competent for these.
* Support input and output filters with remote printing.brian1997-04-121-1/+28
| | | | | Output filters are executed on a per-file basis as it's necessary to supply the file size to the "other side".
* Fixed #include(s) in the synopsis to actually declare the function(s) in thebde1997-04-113-0/+5
| | | | synopsis.
* Cleaned up synopsis:bde1997-04-111-4/+4
| | | | | | | | - don't quote function names, since quoting them is unnecessary and unusual and confuses my synopsis checker. - include <sys/types.h> instead of <sys/param.h>. It is normal to (have to) include <sys/param.h> instead of <sys/types.h>, but it is more useful for man pages to document minimal prerequisites.
* Fixed synopsis:bde1997-04-111-4/+1
| | | | | | | | - don't declare nonexistent function sleep(). - don't include <sys/errno.h> explicitly. sleep() should be nuked some more, e.g., this man page should not be named after a nonexistent function.
* Check for -1 instead of EOF in the getopt() example.mpp1997-04-091-3/+3
| | | | Submitted by: Kent Vander Velden
* Document wakeup_one().mpp1997-04-092-3/+15
|
* Fix a xref.mpp1997-04-081-1/+1
| | | | Obtained from: NetBSD-bus PR# 3464
* Add manual page symlinkswosch1997-04-031-0/+1
| | | | | | YP.4 -> yp.4 nis.4 -> yp.4 NIS.4 -> yp.4
* uncomment CD_Q_BCD_TRACKS flag, add xref to scsi(4)jmg1997-04-021-5/+4
|
* Add od(4). Closes PR# 3170.mpp1997-04-012-1/+289
| | | | Submitted by: Shunsuke Akiyama <akiyama@jp.freebsd.org>
* Correct the name of a header file that is referenced.jdp1997-04-012-4/+4
|
* Update to reflect the recent changes to support better inodempp1997-03-241-3/+3
| | | | generation numbers.
* Add malloc(9) to document the kernel malloc() and free() routines.mpp1997-03-222-3/+266
| | | | | Obtained from: NetBSD w/changes to reflect current FreeBSD headers and diagnostic messages.
* Minor mdoc fixes.mpp1997-03-226-11/+11
|
* Add vslock(9) to document the vslock() and vsunlock() kernel functions.mpp1997-03-222-2/+74
| | | | Obtained from: NetBSD
* One minor mdoc fix.mpp1997-03-221-1/+1
|
* Add kernacc(9) that documents the kernacc() and useracc() kernelmpp1997-03-222-2/+84
| | | | | | functions. Obtained from: NetBSD (renamed from access.9)
* Add physio(9).mpp1997-03-222-2/+139
| | | | Obtained from: NetBSD w/minor FreeBSD changes
* Add mi_switch.9. It documents the kernel mi_switch() and cpu_switch()mpp1997-03-222-2/+145
| | | | | | context switching functions. Obtained from: NetBSD (renamed from ctxsw.9)
* Add resettodr(9).mpp1997-03-222-3/+60
| | | | Obtained from: NetBSD
* Add inittodr(9) to document how the system clock is initialized.mpp1997-03-222-4/+123
| | | | | | Obtained from NetBSD and then modified to reflect how things work in FreeBSD, along with some minor changes to make a few points clearer.
OpenPOWER on IntegriCloud