From 2333aeef12fd50793a96b0adce06a554c3dfd0a3 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Wed, 19 Jul 2000 08:44:26 +0000 Subject: [PATCH] Oops. fsync(8) should have been fsync(1). (repo-copied by peter) Change reference from update(4) to syncer(4). --- usr.bin/fsync/Makefile | 1 - usr.bin/fsync/fsync.1 | 4 ++-- 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 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