From 1581215daec7d0501679b882bb8c2f81858d33d8 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 27 Jun 2009 22:30:23 +0000 Subject: 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. --- ax25rtd/ax25rtctl.8 | 2 +- ax25rtd/ax25rtctl.c | 6 +++--- ax25rtd/ax25rtd.8 | 2 +- ax25rtd/ax25rtd.c | 6 +++--- ax25rtd/ax25rtd.conf.5 | 2 +- ax25rtd/ax25rtd.h | 4 ++-- ax25rtd/cache_ctl.c | 4 ++-- ax25rtd/cache_dump.c | 4 ++-- ax25rtd/config.c | 4 ++-- ax25rtd/listener.c | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) (limited to 'ax25rtd') 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 +Joerg Reuter .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 +Joerg Reuter .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 +Joerg Reuter .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 -- cgit v1.2.3