Skip to content

Commit

Permalink
Document the recent fsync(1) changes.
Browse files Browse the repository at this point in the history
Requested by:	delphij
Reviewed by:	simon, ru
Approved by:	grehan (mentor)
  • Loading branch information
repppie committed Jan 26, 2005
1 parent 379b609 commit 87d8e3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion usr.bin/fsync/fsync.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 15, 2000
.Dd January 25, 2005
.Dt FSYNC 1
.Os
.Sh NAME
Expand All @@ -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 ,
Expand Down

0 comments on commit 87d8e3c

Please sign in to comment.