From 4b4289e4d0f4ca2ec891d9ad5889de7d561cbec7 Mon Sep 17 00:00:00 2001 From: Chris Costello Date: Fri, 23 Jun 2000 20:47:50 +0000 Subject: [PATCH] Repair a cross-reference to sync(1) that should refer to sync(8). --- lib/libc/sys/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 845ba94b297..b02fec03da6 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -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.