]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/exit.3
intro.1, time.1, accept.2, bind.2, connect.2, execve.2, flock.2, getdents.2, getprior...
[thirdparty/man-pages.git] / man3 / exit.3
index 6a9ba20e10523ddfac749d0a1f2f3ca57d2baba5..554e11a2d1e63813ab553bf5373b327d6ba21955 100644 (file)
@@ -100,7 +100,7 @@ The use of
 and
 .B EXIT_FAILURE
 is slightly more portable
-(to non-Unix environments) than the use of 0 and some nonzero value
+(to non-UNIX environments) than the use of 0 and some nonzero value
 like 1 or \-1.
 In particular, VMS uses a different convention.
 .LP