diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
commit | 45285e8a9300cd754a760560640b75b09f98035e (patch) | |
tree | ad9f093885ad5c98e9dd4156674e7691c22ed0a2 /docs/manpages |
step 3/4: Move linuxport to trunk. How'd I get roped into this?
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/diskmounter.1 | 7 | ||||
-rw-r--r-- | docs/manpages/installXBMC.1 | 6 | ||||
-rw-r--r-- | docs/manpages/runXBMC.1 | 7 | ||||
-rw-r--r-- | docs/manpages/setAlsaVolumes.1 | 6 | ||||
-rw-r--r-- | docs/manpages/xbmc-j2meremote.1 | 19 | ||||
-rw-r--r-- | docs/manpages/xbmc-ps3remote.1 | 16 | ||||
-rw-r--r-- | docs/manpages/xbmc-standalone.1 | 6 | ||||
-rw-r--r-- | docs/manpages/xbmc-wiiremote.1 | 35 | ||||
-rw-r--r-- | docs/manpages/xbmc.1 | 1 | ||||
-rw-r--r-- | docs/manpages/xbmc.bin.1 | 31 |
10 files changed, 134 insertions, 0 deletions
diff --git a/docs/manpages/diskmounter.1 b/docs/manpages/diskmounter.1 new file mode 100644 index 0000000000..772ccddae9 --- /dev/null +++ b/docs/manpages/diskmounter.1 @@ -0,0 +1,7 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH DISKMOUNTER "1" "July 2009" "diskmounter " "User Commands" +.SH NAME +diskmounter \- mount various partitions +.SH DESCRIPTION +This utility searches for available HFS+, NTFS and FAT32 partitions, creates +mount points for them and mounts the partitions. diff --git a/docs/manpages/installXBMC.1 b/docs/manpages/installXBMC.1 new file mode 100644 index 0000000000..424e4fbfc4 --- /dev/null +++ b/docs/manpages/installXBMC.1 @@ -0,0 +1,6 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH INSTALLXBMC "1" "July 2009" "installXBMC " "User Commands" +.SH NAME +installXBMC \- XBMC Live installer +.SH DESCRIPTION +This script installs XBMC Live. diff --git a/docs/manpages/runXBMC.1 b/docs/manpages/runXBMC.1 new file mode 100644 index 0000000000..7c08b2fb2f --- /dev/null +++ b/docs/manpages/runXBMC.1 @@ -0,0 +1,7 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH RUNXBMC "1" "July 2009" "runXBMC " "User Commands" +.SH NAME +runXBMC \- XBMC Live launcher +.SH DESCRIPTION +runXBMC is a script that runs XBMC in standalone mode, meant to be run for +XBMC Live. diff --git a/docs/manpages/setAlsaVolumes.1 b/docs/manpages/setAlsaVolumes.1 new file mode 100644 index 0000000000..daa79dc2fc --- /dev/null +++ b/docs/manpages/setAlsaVolumes.1 @@ -0,0 +1,6 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH SETALSAVOLUMES "1" "July 2009" "setAlsaVolumes " "User Commands" +.SH NAME +setAlsaVolumes \- XBMC Live volume control script +.SH DESCRIPTION +Script that sets output volume for all amixer controls. diff --git a/docs/manpages/xbmc-j2meremote.1 b/docs/manpages/xbmc-j2meremote.1 new file mode 100644 index 0000000000..5ce2a99884 --- /dev/null +++ b/docs/manpages/xbmc-j2meremote.1 @@ -0,0 +1,19 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XBMC-J2MEREMOTE "1" "July 2009" "xbmc-j2meremote " "User Commands" +.SH NAME +xbmc-j2meremote \- Java Bluetooth Phone Remote Control Client for XBMC +.SH DESCRIPTION +This script is the XBMC remote control client that will allow XBMC to be +controlled by a Java Bluetooth Phone. +.SH USAGE +Usage for xbmc-j2meremote +.SS "Arguments:" +.TP +\fB\-\-address\fR ADDRESS +(default: localhost) +.TP +\fB\-\-port\fR PORT +(default: 9777) +.TP +\fB\-\-help\fR +(Brings up this message) diff --git a/docs/manpages/xbmc-ps3remote.1 b/docs/manpages/xbmc-ps3remote.1 new file mode 100644 index 0000000000..08e45b9dcd --- /dev/null +++ b/docs/manpages/xbmc-ps3remote.1 @@ -0,0 +1,16 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XBMC-PS3REMOTE "1" "July 2009" "xbmc-ps3remote " "User Commands" +.SH NAME +xbmc-ps3remote \- PS3 Blu\-Ray Remote Control Client for XBMC +.SH DESCRIPTION +This script is the XBMC remote control client that will allow XBMC to be +controlled by a PS3 Blu-Ray Remote. +.SH USAGE +Usage for xbmc-ps3remote +.SS "Arguments:" +.TP +\fB\-\-address\fR ADDRESS +(default: localhost) +.TP +\fB\-\-port\fR PORT +(default: 9777) diff --git a/docs/manpages/xbmc-standalone.1 b/docs/manpages/xbmc-standalone.1 new file mode 100644 index 0000000000..84f34286ad --- /dev/null +++ b/docs/manpages/xbmc-standalone.1 @@ -0,0 +1,6 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XBMC-STANDALONE "1" "July 2009" "xbmc-standalone " "User Commands" +.SH NAME +xbmc-standalone \- XBMC standalone mode +.SH DESCRIPTION +This script runs XBMC in standalone mode. diff --git a/docs/manpages/xbmc-wiiremote.1 b/docs/manpages/xbmc-wiiremote.1 new file mode 100644 index 0000000000..909a5803dd --- /dev/null +++ b/docs/manpages/xbmc-wiiremote.1 @@ -0,0 +1,35 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XBMC-WIIREMOTE "1" "July 2009" "xbmc-wiiremote " "User Commands" +.SH NAME +xbmc-wiiremote \- Wiimote Remote Control Client for XBMC +.SH DESCRIPTION +This script is the XBMC remote control client that will allow XBMC to be +controlled by a Wiimote. +.SS "Arguments:" +.HP +\fB\-\-disable\-mouseemulation\fR +.HP +\fB\-\-disable\-reconnect\fR +.HP +\fB\-\-disable\-nunchuck\fR +.HP +\fB\-\-address\fR ADDRESS +.HP +\fB\-\-port\fR PORT +.HP +\fB\-\-btaddr\fR MACADDRESS +.TP +\fB\-\-deadzone\-x\fR DEADX +| Number between 0 \- 100 (Default: 50) +.TP +\fB\-\-deadzone\-y\fR DEADY +| Number between 0 \- 100 (Default: 30) +.TP +\fB\-\-deadzone\fR DEAD +| Sets both X and Y too the number +.TP +\fB\-\-smoothing\-samples\fR SAMPLE +| Number 1 counts as Off (Default: 16) +.TP +\fB\-\-joystick\-map\fR JOYMAP +| The string ID for the joymap (Default: WiiRemote) diff --git a/docs/manpages/xbmc.1 b/docs/manpages/xbmc.1 new file mode 100644 index 0000000000..9bc7511fd1 --- /dev/null +++ b/docs/manpages/xbmc.1 @@ -0,0 +1 @@ +.so man1/xbmc.bin.1 diff --git a/docs/manpages/xbmc.bin.1 b/docs/manpages/xbmc.bin.1 new file mode 100644 index 0000000000..b52ece67ac --- /dev/null +++ b/docs/manpages/xbmc.bin.1 @@ -0,0 +1,31 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XBMC.BIN "1" "July 2009" "xbmc.bin " "User Commands" +.SH NAME +xbmc.bin \- XBMC main executable +.SH SYNOPSIS +.B xbmc.bin +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +This is the main executable that will run XBMC. +.SS "Arguments:" +.TP +\fB\-fs\fR +Runs XBMC in full screen +.TP +\fB\-\-standalone\fR +XBMC runs in a stand alone environment without a window +manager and supporting applications. For example, that +enables network settings. +.TP +\fB\-p\fR or \fB\-\-portable\fR +XBMC will look for configurations in install folder instead of ~/.xbmc +.TP +\fB\-\-legacy\-res\fR +Enables screen resolutions such as PAL, NTSC, etc. +.TP +\fB\-l\fR or \fB\-\-lircdev\fR +LircDevice to use default is /dev/lircd . +.TP +\fB\-n\fR or \fB\-\-nolirc\fR +do not use Lirc, aka no remote input. +.PP |