From a4cc2b5e1ab748241f8a86bb4cd09043abc02a02 Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Sun, 1 May 2011 16:25:27 +0200 Subject: Cleaned up description and synopsis of files --- config.h | 2 +- console.c | 2 +- console.h | 2 +- devices.c | 2 +- devices.h | 2 +- macping.c | 2 +- mactelnet.c | 6 +++--- mactelnet.h | 2 +- mactelnetd.c | 2 +- mndp.c | 2 +- protocol.c | 2 +- protocol.h | 2 +- udp.c | 2 +- udp.h | 2 +- users.c | 2 +- users.h | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config.h b/config.h index 9009b54..2b472fb 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/console.c b/console.c index 43990f4..1a18011 100644 --- a/console.c +++ b/console.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/console.h b/console.h index d2427cd..25219c0 100644 --- a/console.h +++ b/console.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/devices.c b/devices.c index 6e1f7f7..58c8054 100644 --- a/devices.c +++ b/devices.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/devices.h b/devices.h index 2e85acf..7c24108 100644 --- a/devices.h +++ b/devices.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/macping.c b/macping.c index 699e285..834843f 100644 --- a/macping.c +++ b/macping.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/mactelnet.c b/mactelnet.c index f7f4fd1..066153d 100644 --- a/mactelnet.c +++ b/mactelnet.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify @@ -428,8 +428,8 @@ int main (int argc, char **argv) { if (print_help) { fprintf(stderr, "\nParameters:\n"); - fprintf(stderr, " MAC MAC-Address of the RouterOS device. Use mndp to discover them.\n"); - fprintf(stderr, " identity The identity/name of your RouterOS device. Uses MNDP protocol to find it.\n"); + fprintf(stderr, " MAC MAC-Address of the RouterOS/mactelnetd device. Use mndp to discover it.\n"); + fprintf(stderr, " identity The identity/name of your destination device. Uses MNDP protocol to find it.\n"); fprintf(stderr, " -n Do not use broadcast packets. Less insecure but requires root privileges.\n"); fprintf(stderr, " -t Amount of seconds to wait for a response on each interface.\n"); fprintf(stderr, " -u Specify username on command line.\n"); diff --git a/mactelnet.h b/mactelnet.h index 34fa605..5665da8 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/mactelnetd.c b/mactelnetd.c index 46f1202..164b768 100644 --- a/mactelnetd.c +++ b/mactelnetd.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/mndp.c b/mndp.c index 0245746..7f81545 100644 --- a/mndp.c +++ b/mndp.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/protocol.c b/protocol.c index cd1a040..42cc557 100644 --- a/protocol.c +++ b/protocol.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/protocol.h b/protocol.h index a2c5d8b..50f331b 100644 --- a/protocol.h +++ b/protocol.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/udp.c b/udp.c index a2968cc..a3df4f9 100644 --- a/udp.c +++ b/udp.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/udp.h b/udp.h index b415e16..269195c 100644 --- a/udp.h +++ b/udp.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/users.c b/users.c index 006d0c7..88b2f29 100644 --- a/users.c +++ b/users.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify diff --git a/users.h b/users.h index a23076a..e681789 100644 --- a/users.h +++ b/users.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen This program is free software; you can redistribute it and/or modify -- cgit v1.2.3