summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2011-05-19 07:43:38 -0400
committerR. Bernstein <rocky@gnu.org>2011-05-19 07:43:38 -0400
commit7d23f847e680eda234c7846835d547b9b0893db8 (patch)
tree64fc158d7aad10963d76651596fc32d51f0ff41f /example
parentf2438edcbc08329cc4ff1fa3f8375f5e18f149f4 (diff)
Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address.
Diffstat (limited to 'example')
-rw-r--r--example/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/audio.c b/example/audio.c
index 6fd5604a..4977222a 100644
--- a/example/audio.c
+++ b/example/audio.c
@@ -289,7 +289,7 @@ usage(char *prog)
"way on a spare console and forget about it...\n"
"\n"
"(c) 1997,98 Gerd Knorr <kraxel@goldbach.in-berlin.de>\n"
- "(c) 2005 Rocky Bernstein <rocky@panix.com>\n"
+ "(c) 2005 Rocky Bernstein <rocky@gnu.org>\n"
, prog, prog);
}