diff options
author | Hiten Pandya <hmp@FreeBSD.org> | 2003-10-23 02:11:14 +0000 |
---|---|---|
committer | Hiten Pandya <hmp@FreeBSD.org> | 2003-10-23 02:11:14 +0000 |
commit | c1c03d4944f7cecd02d9a96a41d4e0c3c6c26b3d (patch) | |
tree | 49e43cf73e69278da0f6a2bc4b97629211416351 /share/man/man9/VOP_GETEXTATTR.9 | |
parent | 61ba65809d85cdb12e7eb3e8839c4be46fd860f2 (diff) |
Mdoc Janitor:
* Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
Notes
Notes:
svn path=/head/; revision=121382
Diffstat (limited to 'share/man/man9/VOP_GETEXTATTR.9')
-rw-r--r-- | share/man/man9/VOP_GETEXTATTR.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/VOP_GETEXTATTR.9 b/share/man/man9/VOP_GETEXTATTR.9 index ec827219904e..6c4646700109 100644 --- a/share/man/man9/VOP_GETEXTATTR.9 +++ b/share/man/man9/VOP_GETEXTATTR.9 @@ -95,7 +95,8 @@ More information on extended attributes may be found in The vnode will be locked on entry and should remain locked on return. .Sh RETURN VALUES On success, zero will be returned, and the uio structure will be updated to -reflect data read. Otherwise, an appropriate error code is returned. +reflect data read. +Otherwise, an appropriate error code is returned. .Sh ERRORS .Bl -tag -width Er .It Bq Er ENOATTR |