diff options
author | Glen Barber <gjb@FreeBSD.org> | 2012-05-20 16:43:47 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2012-05-20 16:43:47 +0000 |
commit | 73bbeaa52983176108b99fe246560723b55e5cf4 (patch) | |
tree | 2d2b6ffdd22892425efddd4706b859d4be51bfc3 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | f22377a8c7377ab1e4b5410db09f92dda9c62016 (diff) |
Typo and mdoc(7) style fixes.
PR: 168117
Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org)
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=235693
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 e3abcb9275d9..998ed2c4651a 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -71,7 +71,7 @@ will be .Dv NULL when .Fa size -is not, and vise versa. +is not, and vice versa. .It Fa cred The user credentials to use in authorizing the request. .It Fa td @@ -113,7 +113,7 @@ The uio structure refers to an invalid userspace address. .It Bq Er EINVAL The .Fa name , -.Fa namespace, +.Fa namespace , or .Fa uio argument is invalid. |