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 sentences at couple of places



details:   https://anonhg.NetBSD.org/src/rev/2f72075e6069
branches:  trunk
changeset: 823451:2f72075e6069
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Apr 23 06:46:04 2017 +0000

description:
Fix sentences at couple of places
        s/a file/the file/
        s/a -1 is returned/-1 is returned/

diffstat:

 lib/libc/sys/write.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r af2ebb1a7cfd -r 2f72075e6069 lib/libc/sys/write.2
--- a/lib/libc/sys/write.2      Sun Apr 23 06:34:07 2017 +0000
+++ b/lib/libc/sys/write.2      Sun Apr 23 06:46:04 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: write.2,v 1.33 2013/07/14 14:29:09 njoly Exp $
+.\"    $NetBSD: write.2,v 1.34 2017/04/23 06:46:04 abhinav Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -115,7 +115,7 @@
 .Pp
 If the real user is not the super-user, then
 .Fn write
-clears the set-user-id bit on a file.
+clears the set-user-id bit on the file.
 This prevents penetration of system security
 by a user who
 .Dq captures
@@ -139,7 +139,7 @@
 .Sh RETURN VALUES
 Upon successful completion the number of bytes which were written
 is returned.
-Otherwise a \-1 is returned and the global variable
+Otherwise \-1 is returned and the global variable
 .Va errno
 is set to indicate the error.
 .Sh ERRORS



Home | Main Index | Thread Index | Old Index