Repair a cross-reference to sync(1) that should refer to sync(8).

This commit is contained in:
Chris Costello 2000-06-23 20:47:50 +00:00
parent 1c67d6c539
commit 4b4289e4d0

View file

@ -173,7 +173,7 @@ The
.Xr fsync 2
function will flush all dirty data and metadata associated with a file,
including dirty NOSYNC VM data, to physical media. The
.Xr sync 1
.Xr sync 8
command and
.Xr sync 2
system call generally do not flush dirty NOSYNC VM data.