summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-01-06 20:30:28 +0000
committerwiz <wiz@NetBSD.org>2003-01-06 20:30:28 +0000
commit1035faff1d69d2b2b87d1edb2ef3c0b0be73af7a (patch)
tree4bb2a96f03fc8e94de278ea70f7bc8d246d7e9b5 /gnu/libexec
parenteca381fce47f9f7c9e56dd33f06c3deea8ea319a (diff)
writable, not writeable.
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/common_sources/system.h6
-rw-r--r--gnu/libexec/uucp/doc/uucp.texi6
-rw-r--r--gnu/libexec/uucp/tstuu.c4
3 files changed, 8 insertions, 8 deletions
diff --git a/gnu/libexec/uucp/common_sources/system.h b/gnu/libexec/uucp/common_sources/system.h
index 5fcc525f984..0527e7ead9a 100644
--- a/gnu/libexec/uucp/common_sources/system.h
+++ b/gnu/libexec/uucp/common_sources/system.h
@@ -448,9 +448,9 @@ extern openfile_t esysdep_open_receive P((const struct uuconf_system *qsys,
location. The zto argument is the file to create. The zorig
argument is the name of the file to move. If fmkdirs is TRUE, then
any necessary directories are created; fpublic indicates whether
- they should be publically writeable or not. If fcheck is TRUE,
- this should make sure the directory is writeable by the user zuser
- (if zuser is NULL, then it must be writeable by any user); this is
+ they should be publically writable or not. If fcheck is TRUE,
+ this should make sure the directory is writable by the user zuser
+ (if zuser is NULL, then it must be writable by any user); this is
to avoid a window of vulnerability between fsysdep_in_directory and
fsysdep_move_file. This function should return FALSE on error, in
which case the zorig file should still exist. */
diff --git a/gnu/libexec/uucp/doc/uucp.texi b/gnu/libexec/uucp/doc/uucp.texi
index ea093f08b02..c702ec92c16 100644
--- a/gnu/libexec/uucp/doc/uucp.texi
+++ b/gnu/libexec/uucp/doc/uucp.texi
@@ -4843,7 +4843,7 @@ requested by a local user. The default is @samp{~}.
Specifies that files may be received into the named directories when
requested by the remote system. The default is @samp{~}. On Unix, the
remote system may only request that files be received into directories
-that are writeable by the world, regardless of how this is set.
+that are writable by the world, regardless of how this is set.
@item forward-to @var{strings}
@findex forward-to
@@ -5649,8 +5649,8 @@ Keywords: UUCP, protocol, FAQ
Approved: news-answers-request@@MIT.Edu
Archive-name: uucp-internals
-Version: $Revision: 1.4 $
-Last-modified: $Date: 2003/01/06 12:38:47 $
+Version: $Revision: 1.5 $
+Last-modified: $Date: 2003/01/06 20:30:43 $
@end format
@end ifset
diff --git a/gnu/libexec/uucp/tstuu.c b/gnu/libexec/uucp/tstuu.c
index c791d558407..ff3ac468db9 100644
--- a/gnu/libexec/uucp/tstuu.c
+++ b/gnu/libexec/uucp/tstuu.c
@@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
-const char tstuu_rcsid[] = "$Id: tstuu.c,v 1.4 1995/08/24 05:18:42 jtc Exp $";
+const char tstuu_rcsid[] = "$Id: tstuu.c,v 1.5 2003/01/06 20:30:43 wiz Exp $";
#endif
#include "sysdep.h"
@@ -851,7 +851,7 @@ uprepare_test (fmake, itest, fcall_uucico, zsys)
const char *zfrom;
const char *zto;
-/* We must make /usr/tmp/tstuu world writeable or we won't be able to
+/* We must make /usr/tmp/tstuu world writable or we won't be able to
receive files into it. */
(void) umask (0);