summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--AUTHORS2
-rw-r--r--ax25rtd/ax25rtctl.82
-rw-r--r--ax25rtd/ax25rtctl.c6
-rw-r--r--ax25rtd/ax25rtd.82
-rw-r--r--ax25rtd/ax25rtd.c6
-rw-r--r--ax25rtd/ax25rtd.conf.52
-rw-r--r--ax25rtd/ax25rtd.h4
-rw-r--r--ax25rtd/cache_ctl.c4
-rw-r--r--ax25rtd/cache_dump.c4
-rw-r--r--ax25rtd/config.c4
-rw-r--r--ax25rtd/listener.c4
11 files changed, 20 insertions, 20 deletions
diff --git a/AUTHORS b/AUTHORS
index 4806dd6..7b91e72 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,7 +6,7 @@ Rob Mayfield VK5XXX/VK5ZEU <mayfieldrob@mail.dec.com>
Terry Dawson VK2KTJ <terry@animats.net>
ax25rtd:
-Jörg Reuter <jreuter@poboxes.com>
+Joerg Reuter <jreuter@poboxes.com>
Llaus Kudielka OE1KIB
listen:
diff --git a/ax25rtd/ax25rtctl.8 b/ax25rtd/ax25rtctl.8
index fd489fc..9fcbc06 100644
--- a/ax25rtd/ax25rtctl.8
+++ b/ax25rtd/ax25rtctl.8
@@ -70,7 +70,7 @@ With one exception: ax25_routes and ip_routes use interface names.
.LP
.SH AUTHORS
.nf
-Jörg Reuter <jreuter@poboxes.com>
+Joerg Reuter <jreuter@poboxes.com>
.br
Llaus Kudielka OE1KIB
.fi
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));
diff --git a/ax25rtd/ax25rtd.8 b/ax25rtd/ax25rtd.8
index c765358..3646484 100644
--- a/ax25rtd/ax25rtd.8
+++ b/ax25rtd/ax25rtd.8
@@ -39,7 +39,7 @@ it saves the caches to those files.
.LP
.SH AUTHORS
.nf
-Jörg Reuter <jreuter@poboxes.com>
+Joerg Reuter <jreuter@poboxes.com>
.br
Llaus Kudielka OE1KIB
.fi
diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c
index 7180640..e08cb1d 100644
--- a/ax25rtd/ax25rtd.c
+++ b/ax25rtd/ax25rtd.c
@@ -1,6 +1,6 @@
-/* $Id: ax25rtd.c,v 1.7 2009/06/21 18:01:57 ralf Exp $
+/* $Id: ax25rtd.c,v 1.8 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
@@ -58,7 +58,7 @@
#include "../pathnames.h"
#include "ax25rtd.h"
-const char *Version = "ax25rtd $Revision: 1.7 $";
+const char *Version = "ax25rtd $Revision: 1.8 $";
config *Config = NULL;
int reload = 0;
diff --git a/ax25rtd/ax25rtd.conf.5 b/ax25rtd/ax25rtd.conf.5
index ac42d71..eb0f03c 100644
--- a/ax25rtd/ax25rtd.conf.5
+++ b/ax25rtd/ax25rtd.conf.5
@@ -138,7 +138,7 @@ address. Not really a problem, I hope.
.LP
.SH AUTHORS
.nf
-Jörg Reuter <jreuter@poboxes.com>
+Joerg Reuter <jreuter@poboxes.com>
.br
Llaus Kudielka OE1KIB
.fi
diff --git a/ax25rtd/ax25rtd.h b/ax25rtd/ax25rtd.h
index ca0e499..1e94fed 100644
--- a/ax25rtd/ax25rtd.h
+++ b/ax25rtd/ax25rtd.h
@@ -1,6 +1,6 @@
-/* $Id: ax25rtd.h,v 1.3 2006/10/05 11:50:39 dl9sau Exp $
+/* $Id: ax25rtd.h,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
diff --git a/ax25rtd/cache_ctl.c b/ax25rtd/cache_ctl.c
index e6abb42..7e83280 100644
--- a/ax25rtd/cache_ctl.c
+++ b/ax25rtd/cache_ctl.c
@@ -1,6 +1,6 @@
-/* $Id: cache_ctl.c,v 1.3 2009/06/21 18:01:57 ralf Exp $
+/* $Id: cache_ctl.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
diff --git a/ax25rtd/cache_dump.c b/ax25rtd/cache_dump.c
index b8e6c47..5ad3f53 100644
--- a/ax25rtd/cache_dump.c
+++ b/ax25rtd/cache_dump.c
@@ -1,6 +1,6 @@
-/* $Id: cache_dump.c,v 1.3 2009/06/21 18:01:57 ralf Exp $
+/* $Id: cache_dump.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
diff --git a/ax25rtd/config.c b/ax25rtd/config.c
index 9e3e678..e05cb95 100644
--- a/ax25rtd/config.c
+++ b/ax25rtd/config.c
@@ -1,6 +1,6 @@
-/* $Id: config.c,v 1.6 2009/06/21 18:01:57 ralf Exp $
+/* $Id: config.c,v 1.7 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
diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c
index 7bbb710..342e41b 100644
--- a/ax25rtd/listener.c
+++ b/ax25rtd/listener.c
@@ -1,6 +1,6 @@
-/* $Id: listener.c,v 1.7 2009/06/21 18:01:57 ralf Exp $
+/* $Id: listener.c,v 1.8 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