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/41366c95b7c5
branches:  trunk
changeset: 487578:41366c95b7c5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 09 14:02:21 2000 +0000

description:
fix typo

diffstat:

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

diffs (18 lines):

diff -r e56f71781586 -r 41366c95b7c5 lib/libc/sys/access.2
--- a/lib/libc/sys/access.2     Fri Jun 09 14:00:52 2000 +0000
+++ b/lib/libc/sys/access.2     Fri Jun 09 14:02:21 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: access.2,v 1.12 1999/12/02 21:42:36 kleink Exp $
+.\"    $NetBSD: access.2,v 1.13 2000/06/09 14:02:21 lukem Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -82,7 +82,7 @@
 If a process has super-user privileges and indicates success for
 .Dv X_OK ,
 at least one of the user, group, or other execute bits is set.
-(However, the file may still not be eecutable.  See
+(However, the file may still not be executable.  See
 .Xr execve 2 .)
 .Sh RETURN VALUES
 If



Home | Main Index | Thread Index | Old Index