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.



details:   https://anonhg.NetBSD.org/src/rev/552b75bbacb3
branches:  trunk
changeset: 583606:552b75bbacb3
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Aug 14 07:28:29 2005 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r 7d05e1df4346 -r 552b75bbacb3 lib/libc/sys/pathconf.2
--- a/lib/libc/sys/pathconf.2   Sun Aug 14 04:35:45 2005 +0000
+++ b/lib/libc/sys/pathconf.2   Sun Aug 14 07:28:29 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pathconf.2,v 1.18 2005/01/06 20:31:12 jmmv Exp $
+.\"    $NetBSD: pathconf.2,v 1.19 2005/08/14 07:28:29 jmmv Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -99,7 +99,7 @@
 .It Li _PC_VDISABLE
 Returns the terminal character disabling value.
 .It Li _PC_SYNC_IO
-Returns 1 of synchronized I/O is supported, otherwise 0.
+Returns 1 if synchronized I/O is supported, otherwise 0.
 .It Li _PC_FILESIZEBITS
 If the maximum size file that could ever exist on the mounted file system is
 .Dv maxsize ,



Home | Main Index | Thread Index | Old Index