diff options
author | ssouhlal <ssouhlal@FreeBSD.org> | 2005-01-26 06:42:45 +0000 |
---|---|---|
committer | ssouhlal <ssouhlal@FreeBSD.org> | 2005-01-26 06:42:45 +0000 |
commit | d7d2e85a57b44d1e754d73c90d0840aeebac684f (patch) | |
tree | fd207bd531021eaf2a36b11b91a35ec38d8eaca9 /usr.bin/fsync | |
parent | df36be78f56998c58b699045d2f50015611828cf (diff) | |
download | FreeBSD-src-d7d2e85a57b44d1e754d73c90d0840aeebac684f.zip FreeBSD-src-d7d2e85a57b44d1e754d73c90d0840aeebac684f.tar.gz |
Document the recent fsync(1) changes.
Requested by: delphij
Reviewed by: simon, ru
Approved by: grehan (mentor)
Diffstat (limited to 'usr.bin/fsync')
-rw-r--r-- | usr.bin/fsync/fsync.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index 6bae8b2..0cc41d3 100644 --- a/usr.bin/fsync/fsync.1 +++ b/usr.bin/fsync/fsync.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 15, 2000 +.Dd January 25, 2005 .Dt FSYNC 1 .Os .Sh NAME @@ -45,6 +45,11 @@ The utility uses the .Xr fsync 2 function call. +.Sh EXIT STATUS +If an error occurs, the +.Nm +utility proceeds to the next file, and exits >0. +Otherwise, it exits 0. .Sh SEE ALSO .Xr fsync 2 , .Xr sync 2 , |