diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-29 07:12:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-29 07:12:45 +0000 |
commit | 5186b76fb4ff974ef18daa433c84766ac89376a5 (patch) | |
tree | e3d5ea540867d30a4f6a11c6d7c9fd2c0783b823 /lib/libc | |
parent | af0929019e23f5c322ac3d57affcd79fbf8ea817 (diff) |
remove dead Xrs to update.8;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/fsync.2 | 7 | ||||
-rw-r--r-- | lib/libc/sys/sync.2 | 10 |
2 files changed, 7 insertions, 10 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index 6922946ecd8..eb587b8472b 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsync.2,v 1.8 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: fsync.2,v 1.9 2011/04/29 07:12:44 jmc Exp $ .\" $NetBSD: fsync.2,v 1.4 1995/02/27 12:32:38 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fsync.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 29 2011 $ .Dt FSYNC 2 .Os .Sh NAME @@ -70,8 +70,7 @@ An I/O error occurred while reading from or writing to the file system. .El .Sh SEE ALSO .Xr sync 2 , -.Xr sync 8 , -.Xr update 8 +.Xr sync 8 .Sh HISTORY The .Fn fsync diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2 index c0219b80bef..b366fecf5f6 100644 --- a/lib/libc/sys/sync.2 +++ b/lib/libc/sys/sync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sync.2,v 1.11 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: sync.2,v 1.12 2011/04/29 07:12:44 jmc Exp $ .\" $NetBSD: sync.2,v 1.4 1995/02/27 12:38:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sync.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 29 2011 $ .Dt SYNC 2 .Os .Sh NAME @@ -49,8 +49,7 @@ The kernel keeps this information in core to reduce the number of disk I/O transfers required by the system. As information in the cache is lost after a system crash a .Fn sync -call is issued frequently by the in-kernel process -.Xr update 8 +call is issued frequently by the in-kernel process update (about every 30 seconds). .Pp The function @@ -58,8 +57,7 @@ The function may be used to synchronize individual file descriptor attributes. .Sh SEE ALSO .Xr fsync 2 , -.Xr sync 8 , -.Xr update 8 +.Xr sync 8 .Sh HISTORY A .Fn sync |