summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-27 22:30:23 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-27 22:30:23 +0000
commit1581215daec7d0501679b882bb8c2f81858d33d8 (patch)
tree33535c66cc3409d24ea2f1dbafe5c42ea8bf5a2a /ax25rtd/ax25rtctl.c
parent3ac73eff216f78a6bbd0fee0052685d0cbc4f911 (diff)
Convert spelling of Joerg Reuter's name from umlaut to oe.
In a world that is caught between ISO 8859-1, ISO 8859-15 and UTF-8 non-ASCII characters are a guaranteed mess, still.
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r--ax25rtd/ax25rtctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index 59ed198..ddf5602 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -1,6 +1,6 @@
-/* $Id: ax25rtctl.c,v 1.3 2002/03/04 01:43:49 csmall Exp $
+/* $Id: ax25rtctl.c,v 1.4 2009/06/27 22:30:23 ralf Exp $
*
- * Copyright (c) 1996 Jörg Reuter (jreuter@poboxes.com)
+ * Copyright (c) 1996 Joerg Reuter (jreuter@poboxes.com)
*
* 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
@@ -251,7 +251,7 @@ static void Version(void)
int sock;
char buf[256];
- printf("ax25rtctl $Revision: 1.3 $\n");
+ printf("ax25rtctl $Revision: 1.4 $\n");
sock = open_socket();
wsock(sock, "version\n");
read(sock, buf, sizeof(buf));