diff options
author | kraxel <kraxel> | 2008-12-19 14:55:49 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2008-12-19 14:55:49 +0000 |
commit | 955840fce6a2862821e4bb0582f07f465d31e826 (patch) | |
tree | 0c0ea6253255e6731198e1f9a46b52f59db7388b | |
parent | 9baa8aadc712b981108d6fa1796dec23c0dc96fe (diff) | |
download | amtterm-955840fce6a2862821e4bb0582f07f465d31e826.tar.gz |
- minor tweaks, bumb version.
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | amttool.man | 4 | ||||
-rw-r--r-- | gamt.c | 6 |
3 files changed, 6 insertions, 6 deletions
@@ -1 +1 @@ -1.1 +1.2 diff --git a/amttool.man b/amttool.man index 1e6aa20..e253f7e 100644 --- a/amttool.man +++ b/amttool.man @@ -1,8 +1,8 @@ -.TH amttool 1 "(c) 2007 Gerd Hoffmann" +.TH amttool 1 "(c) 2007,08 Gerd Hoffmann" .SH NAME amttool - remotely control Intel AMT managed machines. .SH SYNOPSIS -.B amttool host [ command ] [ arg ] +.B amttool host [ command ] [ arg(s) ] .SH DESCRIPTION .B amttool is a perl script which speaks SOAP to Intel AMT managed machines. @@ -1,7 +1,7 @@ /* * amtterm -- Intel AMT serial-over-lan client, gtk version. * - * Copyright (C) 2007 Gerd Hoffmann <kraxel@redhat.com + * Copyright (C) 2007,08 Gerd Hoffmann <kraxel@redhat.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 @@ -386,7 +386,7 @@ static void menu_cb_man_amt_howto(GtkAction *action, void *data) static void menu_cb_about(GtkAction *action, void *data) { static char *comments = "Intel AMT serial-over-lan client"; - static char *copyright = "(c) 2007 Gerd Hoffmann"; + static char *copyright = "(c) 2007,08 Gerd Hoffmann"; static char *website = "http://dl.bytesex.org/releases/amtterm/"; static char *authors[] = { "Gerd Hoffmann <kraxel@redhat.com>", NULL }; struct gamt_window *gamt = data; @@ -893,7 +893,7 @@ static void usage(FILE *fp) "If no password is given " APPNAME " will ask for one.\n" "\n" "-- \n" - "(c) 2007 Gerd Hoffmann <kraxel@redhat.com>\n" + "(c) 2007,08 Gerd Hoffmann <kraxel@redhat.com>\n" "\n"); } |