Revision tags: 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, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, 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 |
|
#
559eb8d2 |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* Fix hard sentence breaks.
|
#
1792c88d |
| 05-Jun-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Document VOP_LISTEXTATTR(9).
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
d1605766 |
| 04-Jun-2003 |
Robert Watson <rwatson@FreeBSD.org> |
The vnode operations for extended attributes no longer suffer from the features (bugs) in the BUGS section related to querying the required buffer size, or telling if an overflow occured.
|
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, 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.
|
#
c1f3e4bf |
| 14-Jul-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Removed whitespace at end-of-line; no content changes. I simply did 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
Removed whitespace at end-of-line; no content changes. I simply did 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
show more ...
|
#
a910f192 |
| 24-Jun-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Remove duplicate words.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
e2cd9aed |
| 16-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o The revenge of the mdoc(7) police:
- These pages abused Ar macro (they should have used Fa). - NULL and other numeric constants should be marked with Dv. - VOP_* in the ERRORS section for
o The revenge of the mdoc(7) police:
- These pages abused Ar macro (they should have used Fa). - NULL and other numeric constants should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked with Fn.
Submitted by: ru
show more ...
|
#
ef994422 |
| 16-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: empty lines outside displays cause warnings in -mdocNG.
|
#
50b19f19 |
| 15-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Update some of the kernel man pages associated with extended attributes to reflect EA API change to explicit namespacing.
Obtained from: TrustedBSD Project
|
#
3136363f |
| 29-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
Revision tags: release/4.2.0 |
|
#
6fe89339 |
| 15-Nov-2000 |
Ben Smithurst <ben@FreeBSD.org> |
remove fullstops from the end of .Xr lines in SEE ALSO sections.
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
32900e82 |
| 05-Jan-2000 |
Robert Watson <rwatson@FreeBSD.org> |
Man pages for the VFS extended attribute and access control list vnops.
Reviewed by: eivind
|