aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_GETEXTATTR.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Typo and mdoc(7) style fixes.Glen Barber2012-05-201-2/+2
| | | | | | | | | PR: 168117 Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org) MFC after: 3 days Notes: svn path=/head/; revision=235693
* Remove duplicate words in mdoc(7) pages.Glen Barber2012-05-121-1/+1
| | | | | | | | | | PR: 167810 Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge) Found with: textproc/igor MFC after: 3 days Notes: svn path=/head/; revision=235319
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Mark lists as in the rest of section 9 manpages.Ruslan Ermilov2005-01-281-8/+8
| | | | | | | Submitted by: Joel Dahl (mostly) Notes: svn path=/head/; revision=140931
* Mdoc Janitor:Hiten Pandya2003-10-231-1/+2
| | | | | | | * Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages. Notes: svn path=/head/; revision=121382
* mdoc(7): Fix common mistakes made in the SEE ALSO section.Ruslan Ermilov2003-09-121-1/+1
| | | | Notes: svn path=/head/; revision=120010
* Document VOP_LISTEXTATTR(9).Robert Watson2003-06-051-0/+1
| | | | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=115876
* ENOATTR is now used for error returns indicating an undefinedRobert Watson2003-06-051-3/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=115874
* Document the BUG (feature) that you can pass in an empty name toRobert Watson2003-06-041-1/+6
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=115804
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-1/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=115440
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-3/+3
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* Convert descriptions in the ERRORS section to full sentences if theyDon Lewis2002-09-181-2/+2
| | | | | | | were not full sentences, elaborating as necessary. Notes: svn path=/head/; revision=103566
* Style and markup changes only.Don Lewis2002-09-181-2/+2
| | | | | | | | 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. Notes: svn path=/head/; revision=103534
* More file system > filesystemTom Rhodes2002-05-161-3/+3
| | | | Notes: svn path=/head/; revision=96711
* Document the new size parameter.Chad David2002-04-121-3/+23
| | | | Notes: svn path=/head/; revision=94476
* - Fix a number of man pages broken by the KSE merger.Andrew R. Reiter2001-11-201-3/+3
| | | | Notes: svn path=/head/; revision=86691
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=79727
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-2/+2
| | | | | | | | | | reserved word Submitted by: jkh Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74439
* o The mdoc(7) police strike with avengance:Robert Watson2001-03-161-9/+12
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=74354
* o Update some of the kernel man pages associated with extended attributesRobert Watson2001-03-151-6/+10
| | | | | | | | | to reflect EA API change to explicit namespacing. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74277
* Fixed bitrot in synopsis (some const poisoning had not reached here).Bruce Evans2001-02-151-1/+1
| | | | Notes: svn path=/head/; revision=72516
* o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections inRobert Watson2000-09-211-2/+1
| | | | | | | | | | sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will require them. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=66185
* Man pages for the VFS extended attribute and access control list vnops.Robert Watson2000-01-051-0/+99
Reviewed by: eivind Notes: svn path=/head/; revision=55430