spu_create.2, getopt.3, passwd.5: Global fix: s/non-existing/nonexistent/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 18:04:12 +01:00
parent 44732c9c88
commit f74bac5df4
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ It creates a new logical context for an SPU in
.I pathname
and returns a file descriptor associated with it.
.I pathname
must refer to a non-existing directory in the mount point of
must refer to a nonexistent directory in the mount point of
the SPU file system
.RB ( spufs ).
If

View File

@ -29,7 +29,7 @@
.\" Modified 8 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk)
.\" Modified 990715, aeb: changed `EOF' into `-1' since that is what POSIX
.\" says; moreover, EOF is not defined in <unistd.h>.
.\" Modified 2002-02-16, joey: added information about non-existing
.\" Modified 2002-02-16, joey: added information about nonexistent
.\" option character and colon as first option character
.\" Modified 2004-07-28, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added text to explain how to order both '[-+]' and ':' at

View File

@ -108,7 +108,7 @@ directory.
.I shell
the program to run at login (if empty, use
.IR /bin/sh ).
If set to a non-existing executable, the user will be unable to login
If set to a nonexistent executable, the user will be unable to login
through
.BR login (1).
.RE