summaryrefslogtreecommitdiff
path: root/src/tty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-24 18:33:12 +0000
committerJim Meyering <jim@meyering.net>1996-03-24 18:33:12 +0000
commit318a4977686edf841bf331a2a31ae4e6241c7894 (patch)
treebe401705f6da7bc3968c0d7dcc8dbf6e4a2b7cf6 /src/tty.c
parent7b428cdedab5fbe6f982304ccc479d76423c9dd4 (diff)
downloadcoreutils-318a4977686edf841bf331a2a31ae4e6241c7894.tar.xz
Update FSF's address.
Diffstat (limited to 'src/tty.c')
-rw-r--r--src/tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tty.c b/src/tty.c
index 2ba48212b..a5c94e630 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -12,8 +12,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Displays "not a tty" if stdin is not a terminal.
Displays nothing if -s option is given.