X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-openpty.c;h=d72b26831b1c8950cb470d17fd5cffb0ae5eeb52;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=f491e338ab6036c20aac92e8c007ad6aa9c3b077;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-openpty.c b/tests/test-openpty.c index f491e338a..d72b26831 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-2011 Free Software Foundation, Inc. + Copyright (C) 2009-2014 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); }