diff options
author | pjd <pjd@FreeBSD.org> | 2004-03-11 22:22:03 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-03-11 22:22:03 +0000 |
commit | edecc780e9503bca97becf91cad9547178400b9a (patch) | |
tree | 7a813121f2abfc67062fbe765c4046ba7327b54f /share | |
parent | 43f880ead7352694f79f6ec7259d9bc4c4b5d8ca (diff) | |
download | FreeBSD-src-edecc780e9503bca97becf91cad9547178400b9a.zip FreeBSD-src-edecc780e9503bca97becf91cad9547178400b9a.tar.gz |
mdoc(7): New sentence should start on new line.
Pointed out by: hmp
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/g_access.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/g_access.9 b/share/man/man9/g_access.9 index 88df402..f2fd216 100644 --- a/share/man/man9/g_access.9 +++ b/share/man/man9/g_access.9 @@ -45,8 +45,8 @@ Arguments .Fa dcw , .Fa dce stand for read, write and exclusive access count change. -Read and write access are self explanatory. Exclusive access count -prevents others write access. +Read and write access are self explanatory. +Exclusive access count prevents others write access. Provider's access count is the sum of all attached consumers counts. After attaching to the provider with .Fn g_attach |