X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-openpty.c;h=bac15272afd880936c12e50ca4ce5d0bbe77161d;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=41caaf2591da293e9f072a573adf581eb614067f;hpb=ff78f3d64436099230e35fc7e7f7a54ad967fa83;p=gnulib.git diff --git a/tests/test-openpty.c b/tests/test-openpty.c index 41caaf259..bac15272a 100644 --- a/tests/test-openpty.c +++ b/tests/test-openpty.c @@ -1,5 +1,5 @@ /* Test of pty.h and openpty function. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,7 +48,7 @@ main () } /* Set the terminal characteristics. - On Linux or MacOS X, they can be set on either the master or the slave; + On Linux or Mac OS X, they can be set on either the master or the slave; the effect is the same. But on Solaris, they have to be set on the master; tcgetattr on the slave fails. */ { @@ -101,7 +101,7 @@ main () } /* Close the master side before the slave side gets closed. - This is necessary on MacOS X 10.4.11. */ + This is necessary on Mac OS X 10.4.11. */ close (master); }