Module Name:    src
Committed By:   jruoho
Date:           Mon May 17 12:38:04 UTC 2010

Modified Files:
        src/lib/libc/sys: fsync.2

Log Message:
Offset indent, .Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/sys/fsync.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/fsync.2
diff -u src/lib/libc/sys/fsync.2:1.16 src/lib/libc/sys/fsync.2:1.17
--- src/lib/libc/sys/fsync.2:1.16	Tue Jan 25 23:55:20 2005
+++ src/lib/libc/sys/fsync.2	Mon May 17 12:38:04 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsync.2,v 1.16 2005/01/25 23:55:20 wrstuden Exp $
+.\"	$NetBSD: fsync.2,v 1.17 2010/05/17 12:38:04 jruoho Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)fsync.2	8.1 (Berkeley) 6/4/93
 .\"
-.Dd November 14, 2003
+.Dd May 17, 2010
 .Dt FSYNC 2
 .Os
 .Sh NAME
@@ -73,7 +73,7 @@
 .Pp
 .Fn fsync_range
 may flush the file data in one of two manners:
-.Bl -tag -width FDATASYNC
+.Bl -tag -width FDATASYNC -offset indent
 .It Dv FDATASYNC
 Synchronize the file data and sufficient meta-data to retrieve the
 data for the specified range.
@@ -86,7 +86,7 @@
 does not flush disk caches, assuming that storage media are able to ensure
 completed writes are transfered to media.
 The
-.Fa FDISKSYNC
+.Dv FDISKSYNC
 flag may be included in the
 .Fa how
 parameter to trigger flushing of all disk caches for the file.

Reply via email to