mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops. fsync(8) should have been fsync(1). (repo-copied by peter)
Change reference from update(4) to syncer(4).
This commit is contained in:
parent
4aeb1c05fb
commit
2333aeef12
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= fsync
|
||||
MAN8= fsync.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 15, 2000
|
||||
.Dt FSYNC 8
|
||||
.Dt FSYNC 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm fsync
|
||||
|
|
@ -45,7 +45,7 @@ function call.
|
|||
.Sh SEE ALSO
|
||||
.Xr fsync 2 ,
|
||||
.Xr sync 2 ,
|
||||
.Xr update 4 ,
|
||||
.Xr syncer 4 ,
|
||||
.Xr halt 8 ,
|
||||
.Xr reboot 8
|
||||
.Sh HISTORY
|
||||
|
|
|
|||
Loading…
Reference in a new issue