#
6feb993d |
| 19-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Rename "namespace" argument to "attrnamespace" as namespace is a C++ reserved word
Submitted by: jkh Obtained from: TrustedBSD Project
|
#
42f558db |
| 16-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o The mdoc(7) police strike with avengance:
- These pages abused Ar macro (they should have used Fa). - NULL constant should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTS
o The mdoc(7) police strike with avengance:
- These pages abused Ar macro (they should have used Fa). - NULL constant should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked with Fn.
Submitted by: ru
show more ...
|
#
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
|
#
206402b2 |
| 15-Feb-2001 |
Bruce Evans <bde@FreeBSD.org> |
Fixed bitrot in synopsis (some const poisoning had not reached here).
|
Revision tags: release/4.2.0, release/4.1.1_cvs |
|
#
28994ea0 |
| 21-Sep-2000 |
Robert Watson <rwatson@FreeBSD.org> |
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will re
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will require them.
Obtained from: TrustedBSD Project
show more ...
|
Revision tags: 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
|
Revision tags: release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, 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, 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, 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 |
|
#
c1c03d49 |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
|
#
a1de21c1 |
| 12-Sep-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7): Fix common mistakes made in the SEE ALSO section.
|
#
1792c88d |
| 05-Jun-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Document VOP_LISTEXTATTR(9).
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
|
#
fa414127 |
| 05-Jun-2003 |
Robert Watson <rwatson@FreeBSD.org> |
ENOATTR is now used for error returns indicating an undefined extended attribute.
EINVAL can also reflect an invalid namespace for either a get or set operation on EAs.
Obtained from: TrustedBSD Pr
ENOATTR is now used for error returns indicating an undefined 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
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
e652f5ba |
| 04-Jun-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Document the BUG (feature) that you can pass in an empty name to 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
Document the BUG (feature) that you can pass in an empty name to 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>
show more ...
|
#
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 |
|
#
81f8d226 |
| 19-Sep-2002 |
Don Lewis <truckman@FreeBSD.org> |
Convert descriptions in the ERRORS section to full sentences if they were not full sentences, elaborating as necessary.
|
#
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
|
#
94552cec |
| 12-Apr-2002 |
Chad David <davidc@FreeBSD.org> |
Document the new size parameter.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
c2508101 |
| 20-Nov-2001 |
Andrew R. Reiter <arr@FreeBSD.org> |
- Fix a number of man pages broken by the KSE merger.
|
#
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 ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
eb083802 |
| 18-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: normalize .Nd.
|
#
6feb993d |
| 19-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o Rename "namespace" argument to "attrnamespace" as namespace is a C++ reserved word
Submitted by: jkh Obtained from: TrustedBSD Project
|
#
42f558db |
| 16-Mar-2001 |
Robert Watson <rwatson@FreeBSD.org> |
o The mdoc(7) police strike with avengance:
- These pages abused Ar macro (they should have used Fa). - NULL constant should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTS
o The mdoc(7) police strike with avengance:
- These pages abused Ar macro (they should have used Fa). - NULL constant should be marked with Dv. - VOP_* in the ERRORS section for the EOPNOTSUPP entry should be marked with Fn.
Submitted by: ru
show more ...
|
#
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
|