diff options
author | Don Lewis <truckman@FreeBSD.org> | 2002-09-18 09:34:01 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2002-09-18 09:34:01 +0000 |
commit | cc25845767d85c7db538ef1779f7d30ecbc036ce (patch) | |
tree | 064d3abd19684303b4c1bfc115c2665ff517cebf /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 3c2f5c3cc877b647be3ed516eb41a7ff376752cf (diff) |
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.
Notes
Notes:
svn path=/head/; revision=103534
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index 5a54c461f9b7..bb7c423a099b 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -99,7 +99,7 @@ reflect data read. Otherwise, an appropriate error code is returned. .Sh ERRORS .Bl -tag -width Er .It Bq Er ENOENT -The attribute name is not defined for this vnode +The attribute name is not defined for this vnode. .It Bq Er EACCES Permission denied .It Bq Er ENXIO @@ -117,7 +117,7 @@ or argument is invalid. .It Bq Er EOPNOTSUPP The filesystem does not support -.Fn VOP_GETEXTATTR +.Fn VOP_GETEXTATTR . .El .Sh SEE ALSO .Xr extattr 9 , |