Date: Tue, 6 Feb 2018 23:12:47 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328959 - head/lib/libc/sys Message-ID: <201802062312.w16NCltK070090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Tue Feb 6 23:12:47 2018 New Revision: 328959 URL: https://svnweb.freebsd.org/changeset/base/328959 Log: fsync.2: Cross-reference fsync(1) Reported by: rpokala Sponsored by: Dell EMC Isilon Modified: head/lib/libc/sys/fsync.2 Modified: head/lib/libc/sys/fsync.2 ============================================================================== --- head/lib/libc/sys/fsync.2 Tue Feb 6 23:12:16 2018 (r328958) +++ head/lib/libc/sys/fsync.2 Tue Feb 6 23:12:47 2018 (r328959) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802062312.w16NCltK070090>