summaryrefslogtreecommitdiffstats
path: root/gamt.man
diff options
context:
space:
mode:
authorkraxel <kraxel>2007-08-23 11:29:53 +0000
committerkraxel <kraxel>2007-08-23 11:29:53 +0000
commit5982a4aaa9a3a03fa08304d0abbe91b4e66f8cf1 (patch)
tree7da4b19655064c5cf0a4579ef623b777ab9cde46 /gamt.man
parent36bbdb381a53d0dbdfd47e224510536a099b8f32 (diff)
downloadamtterm-5982a4aaa9a3a03fa08304d0abbe91b4e66f8cf1.tar.gz
add manpages
Diffstat (limited to 'gamt.man')
-rw-r--r--gamt.man48
1 files changed, 48 insertions, 0 deletions
diff --git a/gamt.man b/gamt.man
new file mode 100644
index 0000000..a5f21f3
--- /dev/null
+++ b/gamt.man
@@ -0,0 +1,48 @@
+.TH gamt 1 "(c) 2007 Gerd Hoffmann"
+.SH NAME
+gamt - Intel AMT serial-over-lan (sol) client.
+.SH SYNOPSIS
+.B gamt [ options ] [ host ]
+.SH DESCRIPTION
+.B gamt
+provides access to the serial-over-lan port of Intel AMT managed
+machines.
+.B host
+is the hostname or IP address of the machine gamt should connect
+to.
+.P
+For more inforamtions on Intel AMT check amt-howto(7).
+.SH OPTIONS
+.TP
+.B -h
+Display help text.
+.TP
+.B -u <user>
+Specify username, defaults to "admin".
+.TP
+.B -p <pass>
+Specify password.
+.B gamt
+will prompt you if unspecified.
+.TP
+.B -f <font>
+Specify terminal font, defaults to "monospace 12".
+.TP
+.B -c <color>
+Specify terminal text color, defaults to "gray".
+.TP
+.B -b <color>
+Specify terminal background color, defaults to "black".
+.P
+Font, colors can also be changed using menu options. These settings
+are also written to the
+.B ~/.gamtrc
+config file, so they persistent.
+.SH ENVIRONMENT
+.TP
+.B AMT_PASSWORD
+Default value for the password.
+.SH SEE ALSO
+amtterm(1), amt-howto(7)
+.SH AUTHOR
+(c) 2007 Gerd Hoffmann <kraxel@redhat.com>