summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
...
* ENOATTR is now used for error returns indicating an undefinedrwatson2003-06-052-4/+5
| | | | | | | | | | extended attribute. EINVAL can also reflect an invalid namespace for either a get or set operation on EAs. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Document the BUG (feature) that you can pass in an empty name torwatson2003-06-041-1/+6
| | | | | | | | VOP_GETEXTATTR() to retrieve the attribute name list on some file systems, and note that this will be replaced with its own VOP in due course. Pointed out by: Dominic Giampaolo <dbg@apple.com>
* The vnode operations for extended attributes no longer suffer fromrwatson2003-06-041-4/+1
| | | | | the features (bugs) in the BUGS section related to querying the required buffer size, or telling if an overflow occured.
* Mdoc: fix hard sentence breaks.hmp2003-06-031-35/+57
| | | | Approved by: des (mentor)
* The midway driver has been busdmaified and is not i386-specific anymore.harti2003-06-034-64/+18
| | | | | | | Repo-copy it from the i386 specific man4 section to the common one. Remove the i386 keyword from the man page header. Document the sysctl interface to the driver. Fix a spelling error (ALL -> AAL).
* The devclass is an object type, mark it as such.ru2003-06-022-5/+5
| | | | This also unbreaks the devclass_find(9) manpage.
* Restore one usage of .Ar that was legal.ru2003-06-021-1/+1
|
* Assorted mdoc(7) fixes.ru2003-06-026-52/+58
|
* Assorted mdoc(7) fixes.ru2003-06-023-107/+167
|
* Document netfs_types.gordon2003-06-021-0/+6
|
* Assorted mdoc(7) fixes.ru2003-06-0111-194/+312
|
* Add missing markup bits.ru2003-05-311-2/+6
|
* Mass cleanup of the namei(9) manual page.hmp2003-05-311-91/+180
| | | | | | | | | | | | | | | | - Nuke markup indicators for editors. - Bump the date - Use mdoc(7) specifiers for marking up defines, etc. - Update the prototypes - Flash out the description - Cleanup english, spelling and grammar - Update .Xr's - Add following SEE ALSOs: uio(9), uma(9), vput(9), vref(9) - Reorder sections to be in agreement with mdoc(7) - Add FILES section - Update Copyright and AUTHORS section. Approved by: des (mentor)
* Various mdoc(7) fixes:hmp2003-05-313-2/+4
| | | | | | | | Add devfs(5) reference - make_dev.9 Change .Xr from VFS_VGET(9) to vget(9) - vnode.9 Spelling fix, 'useage' to 'usage' - zone.9 Approved by: des (mentor)
* Some mdoc(7) fixes:hmp2003-05-3146-167/+167
| | | | | | | | Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor)
* Add the bus_dma(9) manual page to our section 9 collection. Ithmp2003-05-302-0/+732
| | | | | | | provides comprehensive documentation on FreeBSD's Bus DMA interface. Approved by: gibbs, re@ (scottl) Reviewed by: gibbs, scottl, des, sam, jake, tmm
* Assorted mdoc(7) fixes.ru2003-05-309-144/+165
|
* Assorted mdoc(7) fixes.ru2003-05-291-23/+25
|
* Assorted mdoc(7) fixes.ru2003-05-299-167/+227
| | | | Approved by: re (blanket)
* mdoc(7) fixes.ru2003-05-241-19/+27
| | | | Approved by: re (blanket)
* Get usb(4) manual page closer to reality:hmp2003-05-241-40/+58
| | | | | | | | | | | - update ``struct usb_device_info'' - add information about new fields in about struct - document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH() - update URL of the USB.ORG developer documentation PR: docs/41580 (original patch) Reviewed by: n_hibma Approved by: des (mentor), re (bmah)
* Bring vnode(9) man page to its senses:hmp2003-05-241-110/+14
| | | | | | | | | | | | | | | - remove '-*- nroff -*-' - bump the date - nuke outdated ``struct vnode'' (it is just better to lookup the struct in the header) - nuke ``enum vtype'' and related junk - add a one line about ``struct vnode'' - use .Va instead of .Dv for vnode struct fields Approved by: des (mentor), re (bmah) Reviewed by: arch@, mentor
* Fix a typo in rev 1.10njl2003-05-231-1/+1
|
* o Document the tunables that acpi allows. (mdoc gurus please commentimp2003-05-221-1/+25
| | | | | | | | on and fix if neceeary). o Note that acpi is available on i386-ia32, ia64 and amd64, not just 'intel' platforms. Intel has had nothing to do with amd64. Approved by: re (scottl@)
* Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.ru2003-05-211-0/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
* Link {be,le}{16,32,64}{enc,dec}.9 to byteorder.9.ru2003-05-211-0/+12
| | | | Approved by: re (blanket)
* Fixed the whatis(1) entry for this manpage by using onlyru2003-05-211-5/+3
| | | | | | | | | | one short description (.Nd). Submitted by: sheldonh Added bswap*() functions to the NAME section. Approved by: re (blanket)
* Kill whitespace at EOL.ru2003-05-2117-96/+96
| | | | Approved by: re (blanket)
* mdoc(7) fixes.ru2003-05-211-24/+30
| | | | | | | | | This manpage should really have only one short description (.Nd); if anyone could come up with a wording suitable for both conversion and decoding/encoding functions, that would unbreak the whatis(1) output for this manpage. Approved by: re (blanket)
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-2111-95/+123
| | | | Approved by: re (blanket)
* Add a reference to release(7)brueffer2003-05-211-0/+1
| | | | | Requested by: murray Approved by: re (murray)
* Sort references by sectionbrueffer2003-05-201-3/+3
| | | | | | | PR: 52501 Submitted by: Simon L.Nielsen <simon@nitro.dk> Approved by: re (scottl) MFC after: 3 days
* Use -item lists instead of -tag lists. Grammar.ru2003-05-201-15/+25
|
* For multi-line blocks of literal text, please use -literal displays.ru2003-05-201-18/+22
|
* Nit.ru2003-05-202-2/+2
|
* Add missing markup bits.ru2003-05-201-21/+46
|
* Compact the list.ru2003-05-201-2/+3
|
* Removed hard sentence break.ru2003-05-201-1/+2
|
* Use the -tag list to document agp(4) ioctls.ru2003-05-201-15/+15
|
* Reapply mdoc(7) fixes that got accidentally lost in the lastru2003-05-208-586/+744
| | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
* Retire the useless NOSECURE knob.des2003-05-191-5/+0
| | | | Approved by: re (scottl)
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-183-4/+3
| | | | Approved by: re (blanket)
* Add a manual page for the USB Enhanced Host Controller Driver.trhodes2003-05-182-0/+95
| | | | Submitted by: ticso (who obtained the original version from NetBSD)
* Add manual page for, Myson Technology PCI Ethernet Driver.hmp2003-05-182-0/+73
| | | | | | PR: docs/39214 Reviewed by: bmah, julian, trhodes Approved by: des (mentor), re (scottl)
* Tell how to completely disable ACPI. Add warnings about how badimp2003-05-181-0/+12
| | | | | | | | kharma it will be to disable some or all of acpi on ia64 or amd64 (are there other non-i386 platforms that FreeBSD supports with ACPI?). Submitted by: Ryan Losh Approved by: re@ (rwatson)
* Remove an extraneous `.El' that was reported by `groff -z`.hmp2003-05-161-1/+0
| | | | Approved by: des (mentor), re (scottl)
* Remove an extraneous space, reported by `groff -z`.hmp2003-05-161-1/+0
| | | | Approved by: des (mentor), re (scottl)
* Remove a bogus NOTES section. Move that content elsewhere.hmp2003-05-161-3/+5
| | | | Approved by: des (mentor), re (scottl)
* Document the ``resource management'' routines in rman(9).hmp2003-05-162-0/+295
| | | | | | | Submitted by: Bruce M. Simpson <bms@spc.org> Reviewed by: mdodd Approved by: des (mentor), re (scottl)
* - Use better terminology when describing mutex operations in msleep(9)'sjhb2003-05-161-4/+4
| | | | | | | | | | description. - Remove some bogus commas. - Use the past tense when referring to the removal of the sleep() function since it happened quite a while ago and since the previous sentence in the paragraph already uses the past tense. Approved by: re (rwatson)
OpenPOWER on IntegriCloud