#
3d45e180 |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
46eea498 |
| 07-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Change -filled displays (which just happen to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted a
mdoc(7) police: Change -filled displays (which just happen to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
show more ...
|
#
b92a189e |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Er macro usage cleanup.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0 |
|
#
3fd51560 |
| 16-Jul-2000 |
Ben Smithurst <ben@FreeBSD.org> |
"VFS entry point" -> "entry point", to be consistent with other VOP_*(9) manual pages.
PR: 18593 Submitted by: Anatoly Vorobey <mellon@pobox.com>
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
#
aaf1f16e |
| 12-Mar-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs. Use .An/.Aq.
|
#
22301c4b |
| 23-Nov-1997 |
Bruce Evans <bde@FreeBSD.org> |
Fixed spelling of EACCES.
|
Revision tags: release/2.2.5_cvs |
|
#
bceb8aed |
| 29-Sep-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Sort cross refereces in section SEE ALSO.
|
Revision tags: release/2.2.2_cvs |
|
#
2e14815b |
| 13-Apr-1997 |
Bruce Evans <bde@FreeBSD.org> |
Fixed #include and/or prototype bugs in synopsis.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
eaa8b244 |
| 07-Mar-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Some minor mdoc cleanup.
|
#
3a9c9c6e |
| 04-Mar-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Typo police.
|
#
fab63cc4 |
| 03-Mar-1997 |
Doug Rabson <dfr@FreeBSD.org> |
This is the current draft of my filesystem manpages. Some files are incomplete and some are just placeholders but I wanted to try to get something at least into 2.2 on the grounds that what I have i
This is the current draft of my filesystem manpages. Some files are incomplete and some are just placeholders but I wanted to try to get something at least into 2.2 on the grounds that what I have is a lot better than nothing. I also wanted to commit something which documents the interfaces in 2.2 before I start updating the documentation for 3.0.
This is a definite 2.2 candidate and is also relavent to 2.1 if people still care about that branch.
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
9c797940 |
| 13-Apr-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
6283502e |
| 30-Mar-2009 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Remove pseudocode from VOP_* manual pages. It was out of date anyway.
Reviewed by: scottl Approved by: rwatson (mentor)
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
571dba6e |
| 28-Jun-2005 |
Hiten Pandya <hmp@FreeBSD.org> |
Use 'manual page' instead of 'man page' for consistency.
Approved by: re (hrs)
|
Revision tags: release/5.4.0_cvs, release/5.4.0 |
|
#
0a57ea7d |
| 28-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mark lists as in the rest of section 9 manpages.
Submitted by: Joel Dahl (mostly)
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
87968949 |
| 18-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Folded two SEE ALSO sections into one.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
f6bd5d1e |
| 08-Jul-2004 |
Alfred Perlstein <alfred@FreeBSD.org> |
Update comments in example as well.
|
#
dc7bf98c |
| 08-Jul-2004 |
Alfred Perlstein <alfred@FreeBSD.org> |
Update because struct componentname now has a thread pointer instead of a proc pointer.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0 |
|
#
0640e9e0 |
| 31-May-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Some mdoc(7) fixes:
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: de
Some mdoc(7) fixes:
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)
show more ...
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
8d5d039f |
| 12-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
Uniformly refer to a file system as "file system".
Approved by: re
|
Revision tags: release/4.7.0_cvs |
|
#
cc258457 |
| 18-Sep-2002 |
Don Lewis <truckman@FreeBSD.org> |
Style and markup changes only.
Capitalize the first letter of the descriptions for the entries in the ERRORS section if they are complete sentences and end the sentences with periods.
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
0e85d620 |
| 16-May-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
More file system > filesystem
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
#
20e967f7 |
| 03-Sep-2001 |
Dima Dorfman <dd@FreeBSD.org> |
VFS_ABORTOP hasn't existed since 1999/12/15.
|