diff options
author | Glen Barber <gjb@FreeBSD.org> | 2012-05-12 03:46:43 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2012-05-12 03:46:43 +0000 |
commit | 0dded3391e0ce70f7c3c532874490ff0d8f66ce4 (patch) | |
tree | 8e914ee4f68250b7c3192814399d7e6f9661a803 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 7d96f12c8c74124dfcc1bc4c9869357e1f641bd1 (diff) |
Remove duplicate words in mdoc(7) pages.
PR: 167810
Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge)
Found with: textproc/igor
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=235319
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index cf00d26f48f6..e3abcb9275d9 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -102,7 +102,7 @@ Otherwise, an appropriate error code is returned. .It Bq Er ENOATTR The requested attribute was not defined for this vnode. .It Bq Er EACCES -The the caller does not have the appropriate privilege. +The caller does not have the appropriate privilege. .It Bq Er ENXIO The request was not valid in this file system for the specified vnode and attribute name. |