aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-02-06 23:12:47 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-02-06 23:12:47 +0000
commit6e876d695e8180e9f8a7723caf9165a7416fd862 (patch)
tree862e5e77f303529655e88ba50c61efb61f5f8e65 /lib/libc
parent3182fd63c405644d35360b71c2f98bca927c4c04 (diff)
downloadsrc-6e876d695e8180e9f8a7723caf9165a7416fd862.tar.gz
src-6e876d695e8180e9f8a7723caf9165a7416fd862.zip
fsync.2: Cross-reference fsync(1)
Reported by: rpokala Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=328959
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/fsync.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2
index c2e1ea388053..6564737b8089 100644
--- a/lib/libc/sys/fsync.2
+++ b/lib/libc/sys/fsync.2
@@ -34,7 +34,7 @@
.\" @(#)fsync.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd May 24, 2017
+.Dd February 6, 2018
.Dt FSYNC 2
.Os
.Sh NAME
@@ -108,6 +108,7 @@ refers to a socket, not to a file.
An I/O error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
+.Xr fsync 1 ,
.Xr sync 2 ,
.Xr syncer 4 ,
.Xr sync 8