X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-openpty.c;h=bac15272afd880936c12e50ca4ce5d0bbe77161d;hb=b0b422614cc9fda29e9675dcc6f2a377b3d517a8;hp=f491e338ab6036c20aac92e8c007ad6aa9c3b077;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-openpty.c b/tests/test-openpty.c index f491e338a..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-2011 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); }