Fix sentences at couple of places
s/a file/the file/ s/a -1 is returned/-1 is returned/
This commit is contained in:
parent
a50767fa9b
commit
bf7f329587
@ -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 @@ is undefined.
|
||||
.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 @@ and the remainder of the operation should be retried when possible.
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user