summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-31 12:09:55 +0000
committerJim Meyering <jim@meyering.net>1998-03-31 12:09:55 +0000
commit85b39cb5897e513054e1dd210f4c172abd61d7db (patch)
tree3732f1e583cbbfc46595953fabb5c37cf421ba5e
parent9f358e683025d673998c9a519077eeca0c503ccd (diff)
downloadcoreutils-85b39cb5897e513054e1dd210f4c172abd61d7db.tar.xz
add descriptive first-line comment
-rw-r--r--lib/stpcpy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stpcpy.c b/lib/stpcpy.c
index 0ad8863cd..380e65f7d 100644
--- a/lib/stpcpy.c
+++ b/lib/stpcpy.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+/* stpcpy.c -- copy a string and return pointer to end of new string
+ Copyright (C) 1992, 1995, 1997, 1998 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@prep.ai.mit.edu.