summaryrefslogtreecommitdiffstats
path: root/share/man/man4/pass.4
Commit message (Collapse)AuthorAgeFilesLines
* Expand contractions.ru2005-02-151-1/+1
|
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-8/+14
|
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-131-1/+0
| | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
|
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-1/+1
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-7/+7
|
* First round of config related changes to the manpages.asmodai2000-01-231-1/+1
| | | | device blah0 -> device blah for PCI devices and busses.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Devices are hardwired with "unit 0", not "lun 0" as was in these man pages.ken1999-05-081-5/+11
| | | | | | | Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device. PR: 8826
* Change the worm(4) man page to note that there is no longer a worm(4)ken1998-10-161-5/+3
| | | | | | | | | driver, and point users in the right direction for similar functionality. The functionality that used to be provided there is now provided by the cd(4) driver and cdrecord. Fix cross-references in a few other man pages. (i.e. delete references to things I haven't written yet)
* Add man pages for the passthrough driver and the CAM transport layerken1998-10-121-0/+110
driver.
OpenPOWER on IntegriCloud