diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-31 12:09:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-31 12:09:55 +0000 |
commit | 85b39cb5897e513054e1dd210f4c172abd61d7db (patch) | |
tree | 3732f1e583cbbfc46595953fabb5c37cf421ba5e /lib | |
parent | 9f358e683025d673998c9a519077eeca0c503ccd (diff) | |
download | coreutils-85b39cb5897e513054e1dd210f4c172abd61d7db.tar.xz |
add descriptive first-line comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stpcpy.c | 3 |
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. |