Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/91afd5c2702e
branches:  trunk
changeset: 555463:91afd5c2702e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Nov 18 08:49:18 2003 +0000

description:
Fix typo in previous.

diffstat:

 lib/libc/sys/fsync.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0b5ff7c8bb4 -r 91afd5c2702e lib/libc/sys/fsync.2
--- a/lib/libc/sys/fsync.2      Tue Nov 18 05:28:05 2003 +0000
+++ b/lib/libc/sys/fsync.2      Tue Nov 18 08:49:18 2003 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index