aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fsync
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-07-19 08:44:26 +0000
committerPaul Saab <ps@FreeBSD.org>2000-07-19 08:44:26 +0000
commit2333aeef12fd50793a96b0adce06a554c3dfd0a3 (patch)
tree951e20858f34b52821f15e39c74418cd65e9c93c /usr.bin/fsync
parent4aeb1c05fbe992cf7d9af2b316e897928efb207c (diff)
downloadsrc-2333aeef12fd50793a96b0adce06a554c3dfd0a3.tar.gz
src-2333aeef12fd50793a96b0adce06a554c3dfd0a3.zip
Oops. fsync(8) should have been fsync(1). (repo-copied by peter)
Change reference from update(4) to syncer(4).
Notes
Notes: svn path=/head/; revision=63500
Diffstat (limited to 'usr.bin/fsync')
-rw-r--r--usr.bin/fsync/Makefile1
-rw-r--r--usr.bin/fsync/fsync.14
2 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile
index 23229fed2af3..c9bc5249ee6f 100644
--- a/usr.bin/fsync/Makefile
+++ b/usr.bin/fsync/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= fsync
-MAN8= fsync.8
.include <bsd.prog.mk>
diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1
index ee193f9fac1b..8cab0c63b2f7 100644
--- a/usr.bin/fsync/fsync.1
+++ b/usr.bin/fsync/fsync.1
@@ -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