Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Correct various misspellings.
details: https://anonhg.NetBSD.org/src/rev/9e2ec6e838ca
branches: trunk
changeset: 537530:9e2ec6e838ca
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Oct 02 10:36:44 2002 +0000
description:
Correct various misspellings.
diffstat:
lib/libc/sys/fdatasync.2 | 6 +++---
lib/libc/sys/fhopen.2 | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (61 lines):
diff -r acbf8af0e4d5 -r 9e2ec6e838ca lib/libc/sys/fdatasync.2
--- a/lib/libc/sys/fdatasync.2 Wed Oct 02 10:34:45 2002 +0000
+++ b/lib/libc/sys/fdatasync.2 Wed Oct 02 10:36:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fdatasync.2,v 1.10 2002/10/01 18:10:44 wiz Exp $
+.\" $NetBSD: fdatasync.2,v 1.11 2002/10/02 10:36:44 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -77,7 +77,7 @@
.Fa fd
argument is not a valid file descriptor.
.It Bq Er EINVAL
-This implementation does not support syncronized I/O for this file.
+This implementation does not support synchronized I/O for this file.
.It Bq Er ENOSYS
The
.Fn fdatasync
@@ -86,7 +86,7 @@
.Pp
In the event that any of the I/O operations to be performed fail,
.Fn fdatasync
-returns the eror conditions defined for
+returns the error conditions defined for
.Xr read 2
and
.Xr write 2 ,
diff -r acbf8af0e4d5 -r 9e2ec6e838ca lib/libc/sys/fhopen.2
--- a/lib/libc/sys/fhopen.2 Wed Oct 02 10:34:45 2002 +0000
+++ b/lib/libc/sys/fhopen.2 Wed Oct 02 10:36:44 2002 +0000
@@ -1,10 +1,10 @@
-.\" $NetBSD: fhopen.2,v 1.6 2002/10/01 18:10:44 wiz Exp $
+.\" $NetBSD: fhopen.2,v 1.7 2002/10/02 10:36:45 wiz Exp $
.\"
.\" Copyright (c) 1999 National Aeronautics & Space Administration
.\" All rights reserved.
.\"
.\" This software was written by William Studenmund of the
-.\" Numerical Aerospace Similation Facility, NASA Ames Research Center.
+.\" Numerical Aerospace Simulation Facility, NASA Ames Research Center.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -79,7 +79,7 @@
.Xr fstat 2
and
.Xr fstatfs 2
-calls except that they return information for the file refered to by
+calls except that they return information for the file referred to by
.Fa fhp
rather than an open file.
.Sh RETURN VALUES
@@ -99,7 +99,7 @@
.Xr fstat 2 ,
and
.Xr fstatfs 2
-respectivly,
+respectively,
.Fn fhopen ,
.Fn fhstat ,
and
Home |
Main Index |
Thread Index |
Old Index