diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
commit | 9d7fa165f85aeb19e753017101792f8a56d865dc (patch) | |
tree | 2b54b96f9a4c4cec177691393f9754f0235e163a /lib/libc/sys/fsync.2 | |
parent | 950254d909152efb61b61dec32ad79a3f0d2e200 (diff) |
use .In rather than .Fd #include
Diffstat (limited to 'lib/libc/sys/fsync.2')
-rw-r--r-- | lib/libc/sys/fsync.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index 8b646b217e4..c9831ca095d 100644 --- a/lib/libc/sys/fsync.2 +++ b/lib/libc/sys/fsync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsync.2,v 1.13 2013/08/14 06:32:28 jmc Exp $ +.\" $OpenBSD: fsync.2,v 1.14 2015/09/10 17:55:21 schwarze 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: August 14 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt FSYNC 2 .Os .Sh NAME @@ -38,7 +38,7 @@ .Nm fdatasync .Nd synchronize a file's in-core state with that on disk .Sh SYNOPSIS -.Fd #include <unistd.h> +.In unistd.h .Ft int .Fn fsync "int fd" .Ft int |