summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some English errors, mainly ones not fixed in the previous commit.bde2001-10-251-8/+3
| | | | | | The previous commit message should have said this too (the only BSDism fixed was punctuation for non-sentences). Neither these changes nor the ones in the previous commit were exactly as submitted by me.
* Merge in BSDisms. Slight rewordings in some cases.julian2001-10-241-16/+19
| | | | | Submitted by: bde@freebsd.org Reviewed by: jhb@freebsd.org
* Document sx_assert(9).jhb2001-10-232-1/+33
|
* Alter the suggested way of writing structurtes to make them actuallysjulian2001-10-231-12/+18
| | | | | | | readble when there are compound sub-elements (e.g. other structs). Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org MFC after: 1 week
* Fixed some bitrot. The KSE interface change for vops had not reached here.bde2001-10-101-6/+6
| | | | | Didn't fix older bugs. Most of the examples don't even match historical interfaces.
* Updates for changes made by KSE import.sheldonh2001-10-066-40/+36
| | | | Submitted by: Chad David <davidc@acns.ab.ca>
* Second round of spelling fixes for vm_page_io_finised. The function namebde2001-10-042-4/+4
| | | | is actually vm_page_io_finish.
* Removed garbage:bde2001-10-044-286/+2
| | | | | | | | | - bus_generic_map_intr.9. This has been undead for more than 3 years following the changes in rev.1.4 of sys/bus.h. - CONDSPLASSERT.9, SPLASSERT.9. These have been undead since SMPng. They were even less useful than most section 9 man pages -- the interfaces described in them have never been used in the FreeBSD source tree.
* Fixed missing include in synopsis.bde2001-10-041-35/+36
| | | | | | | Fixed bitrot in synopsis. Const'ification of string args had not reached here. Fixed some style bugs (superfluous quotes).
* Fixed many wrong arg types and 1 missing arg in synopsis.bde2001-10-041-11/+11
|
* Fixed wrong include in synopsis.bde2001-10-041-1/+1
|
* Fixed (C) syntax error in synopsis.bde2001-10-041-1/+1
|
* Fixed bitrot in synopsis. Const'ification of m_copydata() had not reachedbde2001-10-041-1/+1
| | | | here.
* Fixed missing include in synopsis.bde2001-10-042-0/+2
|
* Fixed wrong arg type in synopsis.bde2001-10-041-1/+1
|
* Fixed wrong include in synopsis.bde2001-10-041-3/+3
| | | | | Fixed bitrot in synopsis. Const'ification of make_dev() and make_dev_alias() had not reached here.
* Clarify parameter "names" in prototypes.obrien2001-10-031-2/+4
| | | | Submitted by: bde
* mdoc(7) police: markup and grammar nits.ru2001-10-011-3/+3
|
* Make __RCSID() and __FBSDID() examples compile.ru2001-10-011-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01157-364/+364
|
* mdoc(7) police: removed gratuitous .Pp calls.ru2001-10-011-2/+0
|
* Token man page for pseudofs(9).des2001-09-302-1/+70
|
* Correctly document the return value of mb_fixhdr.murray2001-09-241-2/+4
| | | | | | PR: docs/30697 Submitted by: Jonathan Hanna <jhanna@home.com> Reviewed by: bp
* Remove IFCAP_HWCSUM, it is merely a luxury #define, not a real flag.asmodai2001-09-221-11/+3
| | | | | | | | Remove explicit mention of IP stack, since it might not be accurate for all interfaces. Change if_enable to if_capenable, as it is spelled. Submitted by: jlemon
* Commit descriptions for the interface capabilities support.asmodai2001-09-221-3/+40
|
* Common Mike adds see alsos from all of the synchronizationsilby2001-09-174-3/+11
| | | | man pages to their brethren.
* [-- Attachment #1 --]obrien2001-09-151-7/+4
| | | | | | | | | | | | | | | [-- Type: text/plain, Encoding: quoted-printable, Size: 0.1K --] Hi! How are you? I send you this commit log in order to have your advice See you later. Thanks [-- Attachment #2: CVS Commit Log.doc --] [-- Type: application/mixed, Encoding: base64, Size: 315K --] Update SCM ID guidelines to reflect the newly added __FBSDID macro.
* mdoc(7) police: markup nits.ru2001-09-051-4/+6
|
* Correct (English language) style. No change in (C language) style.grog2001-09-051-13/+13
|
* mdoc(7) police: Please don't commit when you are drunk!ru2001-09-041-3/+1
| | | | (Committer rules candidate.)
* More at_shutdown(9) removal.ru2001-09-041-3/+1
|
* Fix style bug from rev 1.20 in `struct foo' definition example to match theobrien2001-09-041-1/+1
| | | | | | `struct foo' definition example from rev 1.1. (proper CSRG style was also verified with /sys/sys/{bio,file}.h)
* VFS_ABORTOP hasn't existed since 1999/12/15.dd2001-09-033-8/+0
|
* at_shutdown(9) hasn't existed since revision 1.61 of kern_shutdown.c.dd2001-09-031-2/+1
|
* From Mike Silbersack's message on cvs-commits:logo2001-09-021-0/+4
| | | | | > > Doh! There is a sx man page, the mutex man page just doesn't have a SEE > > ALSO pointing to sx(9). Could some mdoc madman go add one?
* o Attach vaccess_acl_posix1e.9 to the build.rwatson2001-08-272-1/+3
| | | | | | o Cross-reference vaccess_acl_posix1e.9 from vaccess.9. Obtained from: TrustedBSD Project
* o Introduce a man page for vaccess_acl_posix1e(), based on the existingrwatson2001-08-271-0/+126
| | | | | | | | vaccess(). This man page leaves something to be desired, as it doesn't currently document the POSIX.1e evaluation algorithm, which will in the future be incorporated, or cross-referenced. Obtained from: TrustedBSD Project
* o Hook up vaccess.9 to the build.rwatson2001-08-271-2/+2
| | | | Submitted by: ru
* o Improve conformance to mdoc requirements, provided by the amazingrwatson2001-08-271-17/+32
| | | | | | mdocguard! Submitted by: ru
* o Replace reference to param.h with types.hrwatson2001-08-251-1/+2
| | | | | | o Verbosicize reference to .fa mode Obtained from: TrustedBSD Project
* o Add a man page for the kernel vaccess() call, a utility function torwatson2001-08-251-0/+110
| | | | | | generate access control decisions. Obtained from: TrustedBSD Project
* - callout_stop() now returns an integer value instead of void sojhb2001-08-231-1/+16
| | | | | describe it. - Add a return values section.
* Spelling fix: depreciated -> deprecated.jhb2001-08-231-1/+1
|
* Remove refernces to M_ASLEEP/asleep/await.jhb2001-08-231-28/+1
|
* Remove references to asleep/await.jhb2001-08-232-114/+1
|
* Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9alex2001-08-211-0/+1
|
* Add MULTI_DRIVER_MODULE().alex2001-08-211-0/+6
|
* mdoc(7) police: minor markup fixes.ru2001-08-151-5/+5
|
* Implement kernel semaphores.jasone2001-08-142-1/+116
| | | | Reviewed by: jhb
* mdoc(7) police: bump document date.ru2001-08-141-1/+1
|
OpenPOWER on IntegriCloud