summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Nits.ru2005-01-137-12/+10
|
* Scheduled mdoc(7) sweep.ru2005-01-1219-79/+92
|
* A few more mdoc fixes I missed in the suggestions of Ruslan.keramida2005-01-121-2/+2
|
* Cross-reference the newly added example.9keramida2005-01-123-3/+6
|
* Link mdoc/example.9 to the build.keramida2005-01-121-0/+1
|
* Add a sample manpage for section 9.keramida2005-01-121-0/+338
| | | | | Suggested by: simon Reviewed by: ru
* Sort xrefs.ru2005-01-122-5/+5
|
* Scheduled mdoc(7) sweep.ru2005-01-1217-47/+48
|
* - list the Hama USB RS-232 Serial Adapter as supportedbrueffer2005-01-111-1/+3
| | | | | | | | - bump .Dd PR: 76088 Submitted by: Benjamin Lutz <benlutz@datacomm.ch> MFC after: 3 days
* List RFCs under SEE ALSO.trhodes2005-01-111-1/+13
| | | | PR: 46918
* Document that MODULE_DEPEND does not change runtime initializationsimon2005-01-111-1/+10
| | | | | | | order. Mostly submitted by: scottl Discussed on: cvs-src/src-committers
* Forgot to submit a fixed version of this script to Simon.ru2005-01-101-4/+71
|
* Add support files for using text from the POSIX specification insimon2005-01-103-0/+47
| | | | | | | | | | | | FreeBSD manual pages: - POSIX-copyright contains copyright text to be used in manual pages which has POSIX text inserted. - deshallify.sh is a shell script which removes many of the ``shall'' statements from the POSIX text and therefore making the text more readable. Real work to make this happen by: nectar, ru
* mdoc style nit: "\-" should only be used to represent a minus sign.keramida2005-01-101-1/+1
| | | | Suggested by: ru
* /usr/lib doesn't contain only archive (ar(1) style) libraries. Sharedkeramida2005-01-101-1/+3
| | | | | | | | | libraries live there too. Also point to ar(1) which contains a nice description of what an 'archive library' is. PR: docs/76056 Submitted by: Enrique Matías Sanchez <cronopios@gmail.com> MFC after: 3 days
* - add the Eagle Tech NE200Tbrueffer2005-01-101-1/+3
| | | | - bump .Dd
* Unbreak the install.ru2005-01-101-7/+0
|
* Finish removal of matcdimp2005-01-101-540/+0
|
* Fix typos and add .Pp after the end of a display to separate thekeramida2005-01-091-2/+3
| | | | displayed text from the paragraph right after it.
* Remove the meteor helper files, imp removed the driver and manual pagetrhodes2005-01-096-637/+0
| | | | over a year ago.
* Revert previous revision. Including bsd.compat.mk is necessaryru2005-01-091-0/+1
| | | | | both from sys.mk (to handle old knobs set in /etc/make.conf), and from here (to handle old knobs set in individual makefiles).
* [NO]MAN -> NO_[MAN].trhodes2005-01-081-3/+3
| | | | Bump doc date.
* Remove the LSI MegaRAID SATA 150-2, this is a SiL 3112 based software RAIDbrueffer2005-01-081-2/+0
| | | | | | | device. Submitted by: Martin Nilsson <martin@gneto.com> MFC after: 3 days
* Reorganize the DESCRIPTION section, using .Bl lists to separate thekeramida2005-01-071-47/+56
| | | | | | | | | descriptions of items from each other and have related things appear in the same nesting 'level'. The .Fn function/macro, and bump document date. Reviewed by: jkoshy
* Finish src part VFS_INIT.9 removal. Need to check www/.maxim2005-01-071-1/+0
|
* The .Fn macro.keramida2005-01-071-2/+4
|
* The .Fn macro and addition of .Fa in the tag width of thekeramida2005-01-071-5/+12
| | | | argument description list.
* - The .Fn macro and description of the `struct statfs' type of `sbp'.keramida2005-01-071-4/+61
| | | | | | - List of struct statfs fields that are related to file systems, much like the list in stat.2 for the userlevel `struct stat'. - Bump document date.
* The .Fn macro, document `flags' argument & bump document date.keramida2005-01-071-4/+9
|
* Trim excessively verbose sentence.keramida2005-01-071-1/+1
|
* The .Fn macrokeramida2005-01-071-4/+8
|
* Move the description of MNT_FORCE closer to mntflags and use a .Blkeramida2005-01-071-8/+13
| | | | | | list for the valid flag values. This way, if VFS_UNMOUNT(9) supports more flags in the future, adding a single list item is going to be easy and all the flags are going to be in one place.
* The .Fn macro.keramida2005-01-071-4/+8
|
* There is no VFS_INIT(9).keramida2005-01-071-54/+0
| | | | Approved by: phk
* The VFS_MOUNT() macro expects only 2 arguments in the nmount worldkeramida2005-01-071-15/+10
| | | | | | (since revision 1.173 of src/sys/sys/mount.h). Update its prototype, the argument list description and bump the date.
* Use a .Bl -tag list instead of plain .Pp paragraphs for describing thekeramida2005-01-071-12/+16
| | | | | | macro arguments expected by SYSCALL_MODULE(). MFC after: 3 days
* Fix time-travel bug.keramida2005-01-071-1/+1
| | | | Noticed by: krion
* Avoid overusing "these" by breaking a long sentence in 2 smaller ones.keramida2005-01-071-2/+4
| | | | MFC after: 3 days
* Convert the descriptions of module versions to an explicit list andkeramida2005-01-071-3/+11
| | | | | | | note that these versions numbers refer to moddepend, not the current module. MFC after: 3 days
* Syntax nit.keramida2005-01-071-2/+2
| | | | MFC after: 3 days
* Point out that tsleep(... , 0) is not permitted if the Giant lock is notcperciva2005-01-071-0/+5
| | | | | | | held. (It causes a "sleeping without a mutex" assertion failure in msleep.) MFC after: 3 days
* Use .Fn function_namekeramida2005-01-061-2/+4
| | | | MFC after: 3 days
* Use .Fn function_namekeramida2005-01-061-2/+4
| | | | MFC after: 3 days
* Properly cross-reference pccard(4).keramida2005-01-061-1/+4
| | | | MFC after: 3 days
* - Use .Fn for marking up function-like macro names.keramida2005-01-061-6/+12
| | | | | | | | - Improve the wording in a few places. - Add the email address of Doug Rabson in the AUTHORS section. - Link to devfs(5) with an .Xr MFC after: 3 days
* . Use a .Bl list for describing macro arguments.keramida2005-01-061-16/+14
| | | | | | | . Various wordign fixes. . Bump document date. MFC after: 3 days
* . Use a -tag instead of an -inset list, which makes the arguments of thekeramida2005-01-061-8/+11
| | | | | | macro stand out more clearly. . Various other wording fixes. . Bump document date.
* Use .Fn function_name.keramida2005-01-062-8/+17
| | | | MFC after: 3 days
* Add missing .It in list tag.keramida2005-01-061-2/+2
| | | | MFC after: 3 days
* Fix .Nd description and bump document date.keramida2005-01-061-2/+2
| | | | MFC after: 3 days
OpenPOWER on IntegriCloud