Fix typo in previous.

This commit is contained in:
wiz 2003-11-18 08:49:18 +00:00
parent 2244ab26a9
commit faedb5db06

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fsync.2,v 1.14 2003/11/18 00:56:57 thorpej Exp $
.\" $NetBSD: fsync.2,v 1.15 2003/11/18 08:49:18 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@ -76,7 +76,7 @@ may flush the file data in one of two manners:
.Bl -tag -width FDATASYNC
.It Dv FDATASYNC
Synchronize the file data and sufficient meta-data to retrieve the
data for te specified range.
data for the specified range.
.It Dv FFILESYNC
Synchronize all modified file data and meta-data for the specified range.
.El