diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 05:12:14 +0000 |
commit | f29d8bd9c9c901b81d8fadc341786c43528e63c1 (patch) | |
tree | a5fc4e4696d058bee8f5a8c5498044c06a963bda /lib/libc/sys/fsync.2 | |
parent | 906e3d9014b754421b64647e705b3cca2e9a7c01 (diff) |
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'lib/libc/sys/fsync.2')
-rw-r--r-- | lib/libc/sys/fsync.2 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index e910c1e5909..9a015a47821 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsync.2,v 1.5 1999/06/29 14:09:55 aaron Exp $ +.\" $OpenBSD: fsync.2,v 1.6 2000/10/18 05:12:09 aaron Exp $ .\" $NetBSD: fsync.2,v 1.4 1995/02/27 12:32:38 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -53,12 +53,11 @@ This normally results in all in-core modified copies of buffers for the associated file to be written to a disk. .Pp .Fn fsync -should be used by programs that require a file to be -in a known state, for example, in building a simple transaction -facility. +should be used by programs that require a file to be in a known state, +for example, in building a simple transaction facility. .Sh RETURN VALUES -A 0 value is returned on success. A \-1 value indicates -an error. +A 0 value is returned on success. +A \-1 value indicates an error. .Sh ERRORS The .Fn fsync |