diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
commit | 329223e6f229a55ee8fed800f358f30e994ed749 (patch) | |
tree | 5d5e6c715ccfb778a29f10e1ea16f06731edbda8 /lib/libc/sys/write.2 | |
parent | 05f0a865546b5e0b902987be72a75a7b0ef85d09 (diff) | |
download | FreeBSD-src-329223e6f229a55ee8fed800f358f30e994ed749.zip FreeBSD-src-329223e6f229a55ee8fed800f358f30e994ed749.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index ab5d236..0f4693f 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -142,7 +142,8 @@ for read and write, then calls .Fn _thread_sys_write . If the call to .Fn _thread_sys_write -would block, a context switch is performed. Before returning, +would block, a context switch is performed. +Before returning, .Fn write unlocks .Va d . @@ -165,7 +166,8 @@ for read and write, then calls .Fn _thread_sys_writev . If the call to .Fn _thread_sys_writev -would block, a context switch is performed. Before returning, +would block, a context switch is performed. +Before returning, .Fn writev unlocks .Va d . |