Blame SOURCES/brltty-4.5-man-fix.patch

510c49
diff -up brltty-4.5/Documents/brltty.1.in.orig brltty-4.5/Documents/brltty.1.in
510c49
--- brltty-4.5/Documents/brltty.1.in.orig	2013-03-28 01:24:27.000000000 +0100
510c49
+++ brltty-4.5/Documents/brltty.1.in	2013-07-15 17:26:50.610416942 +0200
510c49
@@ -41,8 +41,8 @@ Boot Parameters
510c49
 .IP 3. 4
510c49
 Environment Variables
510c49
 (if the
510c49
-.B -E
510c49
-.RB "(" "--environment-variables" ")"
510c49
+.B \-E
510c49
+.RB "(" "\-\-environment\-variables" ")"
510c49
 option is in effect)
510c49
 .IP 4. 4
510c49
 The Configuration File
510c49
@@ -56,7 +56,7 @@ the rightmost specification takes preced
510c49
 .PP
510c49
 The following options are supported:
510c49
 .TP
510c49
-\fB-a \fItable\fR (\fB--attributes-table=\fR)
510c49
+\fB\-a \fItable\fR (\fB\-\-attributes\-table=\fR)
510c49
 The path to the attributes table.
510c49
 Relative paths are anchored at
510c49
 .BR "@TABLES_DIRECTORY@" "."
510c49
@@ -66,12 +66,12 @@ extension is optional.
510c49
 The built-in default is
510c49
 .BR "attributes.atb" "."
510c49
 .TP
510c49
-\fB-b \fIdriver\fB,\fR...|\fBauto\fR (\fB--braille-driver=\fR)
510c49
+\fB\-b \fIdriver\fB,\fR...|\fBauto\fR (\fB\-\-braille\-driver=\fR)
510c49
 The driver for the braille display
510c49
 (see Driver Specification).
510c49
 The built-in default is \fBauto\fR.
510c49
 .TP
510c49
-\fB-c \fItable\fR (\fB--contraction-table=\fR)
510c49
+\fB\-c \fItable\fR (\fB\-\-contraction\-table=\fR)
510c49
 The path to the contraction table.
510c49
 Relative paths are anchored at
510c49
 .BR "@TABLES_DIRECTORY@" "."
510c49
@@ -79,7 +79,7 @@ The
510c49
 .B ".ctb"
510c49
 extension is optional.
510c49
 .TP
510c49
-\fB-d \fIdevice\fB,\fR... (\fB--braille-device=\fR)
510c49
+\fB\-d \fIdevice\fB,\fR... (\fB\-\-braille\-device=\fR)
510c49
 The device to which the braille display is connected.
510c49
 The built-in default is \fB@braille_device@\fR.
510c49
 .RS
510c49
@@ -131,23 +131,23 @@ or do set it but not to a unique value.
510c49
 A comma-delimited list of braille devices may be specified.
510c49
 If this is done then autodetection is performed on each listed device in sequence.
510c49
 This feature is particularly useful if you have
510c49
-a braille display with more than one interrface,
510c49
+a braille display with more than one interface,
510c49
 e.g. both a serial and a USB port.
510c49
 .RE
510c49
 .TP
510c49
-\fB-e\fR (\fB--standard-error\fR)
510c49
+\fB\-e\fR (\fB\-\-standard\-error\fR)
510c49
 Write logs to standard error rather than to the system log (useful for debugging).
510c49
 .TP
510c49
-\fB-f \fIfile\fR (\fB--configuration-file=\fR)
510c49
+\fB\-f \fIfile\fR (\fB\-\-configuration\-file=\fR)
510c49
 The path to the configuration file.
510c49
 Relative paths are anchored at the current working directory.
510c49
-The built-in default is
510c49
+The built\-in default is
510c49
 .BR "@CONFIGURATION_DIRECTORY@/@CONFIGURATION_FILE@" "."
510c49
 .TP
510c49
-\fB-h\fR (\fB--help\fR)
510c49
+\fB\-h\fR (\fB\-\-help\fR)
510c49
 Print a command line usage summary and then exit.
510c49
 .TP
510c49
-\fB-i \fIname\fR (\fB--speech-input=\fR)
510c49
+\fB\-i \fIname\fR (\fB\-\-speech\-input=\fR)
510c49
 The file system object
510c49
 (FIFO, named pipe, named socket, etc)
510c49
 which gives other applications access to
510c49
@@ -158,7 +158,10 @@ Relative paths are anchored at the curre
510c49
 The built-in default is
510c49
 that the file system object is not created.
510c49
 .TP
510c49
-\fB-l \fIlevel\fR (\fB--log-level=\fR)
510c49
+\fB\-k \fIfile\fR (\fB\-\-key\-table=\fR)
510c49
+Path to key table file.
510c49
+.TP
510c49
+\fB\-l \fIlevel\fR (\fB\-\-log\-level=\fR)
510c49
 The minimum severity level for messages written to the log.
510c49
 Any of the following numbers,
510c49
 or any abbreviation of their corresponding names,
510c49
@@ -193,7 +196,7 @@ may be specified:
510c49
 The built-in default is
510c49
 .BR "notice" "."
510c49
 .TP
510c49
-\fB-m \fIdevice\fR (\fB--midi-device=\fR)
510c49
+\fB\-m \fIdevice\fR (\fB\-\-midi\-device=\fR)
510c49
 The device to use for the Musical Instrument Digital Interface.
510c49
 For ALSA it's \fIclient\fB:\fIport\fR,
510c49
 where each may be either a number or a case-sensitive substring of its name.
510c49
@@ -206,10 +209,10 @@ the first available MIDI output port
510c49
 .B /dev/sequencer
510c49
 .RE
510c49
 .TP
510c49
-\fB-n\fR (\fB--no-daemon\fR)
510c49
+\fB\-n\fR (\fB\-\-no\-daemon\fR)
510c49
 Remain in the foreground (useful for debugging).
510c49
 .TP
510c49
-\fB-p \fIdevice\fR (\fB--pcm-device=\fR)
510c49
+\fB\-p \fIdevice\fR (\fB\-\-pcm\-device=\fR)
510c49
 The device to use for digital audio.
510c49
 For ALSA it's \fIname\fR[\fB:\fIargument\fB,\fR...].
510c49
 For other interfaces it's the full path to an appropriate system device.
510c49
@@ -231,34 +234,34 @@ the preferred PCM output device
510c49
 .B /dev/audio
510c49
 .RE
510c49
 .TP
510c49
-\fB-q\fR (\fB--quiet\fR)
510c49
+\fB\-q\fR (\fB\-\-quiet\fR)
510c49
 Suppress the start-up messages.
510c49
 This is done by reducing the default log level
510c49
 (see the
510c49
-.B -l
510c49
-.RB "(" "--log-level=" ")"
510c49
+.B \-l
510c49
+.RB "(" "\-\-log\-level=" ")"
510c49
 option)
510c49
 to
510c49
 .B warning
510c49
 .RB "(" "information"
510c49
 if either
510c49
-.B -v
510c49
-.RB "(" "--verify" ")"
510c49
+.B \-v
510c49
+.RB "(" "\-\-verify" ")"
510c49
 or
510c49
-.B -V
510c49
-.RB "(" "--version" ")"
510c49
+.B \-V
510c49
+.RB "(" "\-\-version" ")"
510c49
 is also specified).
510c49
 .TP
510c49
-\fB-r\fR (\fB--release-device\fR)
510c49
+\fB\-r\fR (\fB\-\-release\-device\fR)
510c49
 Release the device to which the braille display is connected
510c49
 when the current screen or window can't be read.
510c49
 .TP
510c49
-\fB-s \fIdriver\fB,\fR...|\fBauto\fR (\fB--speech-driver=\fR)
510c49
+\fB\-s \fIdriver\fB,\fR...|\fBauto\fR (\fB\-\-speech\-driver=\fR)
510c49
 The driver for the speech synthesizer
510c49
 (see Driver Specification).
510c49
 The built-in default is \fBauto\fR.
510c49
 .TP
510c49
-\fB-t \fItable\fR (\fB--text-table=\fR)
510c49
+\fB\-t \fItable\fR (\fB\-\-text\-table=\fR)
510c49
 The path to the text table.
510c49
 Relative paths are anchored at
510c49
 .BR "@TABLES_DIRECTORY@" "."
510c49
@@ -269,7 +272,7 @@ The built-in default is
510c49
 .B "nabcc.ttb"
510c49
 (the North American Braille Computer Code).
510c49
 .TP
510c49
-\fB-v\fR (\fB--verify\fR)
510c49
+\fB\-v\fR (\fB\-\-verify\fR)
510c49
 Print the start-up messages and then exit.
510c49
 This always includes the versions of
510c49
 .B brltty
510c49
@@ -277,8 +280,8 @@ itself,
510c49
 the server side of its application programming interface,
510c49
 and each of the selected braille and speech drivers.
510c49
 If the
510c49
-.B -q
510c49
-.RB "(" "--quiet" ")"
510c49
+.B \-q
510c49
+.RB "(" "\-\-quiet" ")"
510c49
 option isn't also specified
510c49
 then it also includes the values of the options after all sources have been considered.
510c49
 If more than one braille driver and/or more than one braille device
510c49
@@ -286,17 +289,17 @@ has been specified then braille display
510c49
 If more than one speech driver
510c49
 has been specified then speech synthesizer autodetection is performed.
510c49
 .TP
510c49
-\fB-x \fIdriver\fR (\fB--screen-driver=\fR)
510c49
+\fB\-x \fIdriver\fR (\fB\-\-screen\-driver=\fR)
510c49
 The screen driver.
510c49
 The built-in default is operating system appropriate.
510c49
 .TP
510c49
-\fB-A \fIname\fB=\fIvalue\fB,\fR... (\fB--api-parameters=\fR)
510c49
+\fB\-A \fIname\fB=\fIvalue\fB,\fR... (\fB\-\-api\-parameters=\fR)
510c49
 Parameters for the application programming interface.
510c49
 If the same parameter is specified more than once
510c49
 then the rightmost specification is used.
510c49
 Parameter names may be abbreviated.
510c49
 .TP
510c49
-\fB-B \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR... (\fB--braille-parameters=\fR)
510c49
+\fB\-B \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR... (\fB\-\-braille\-parameters=\fR)
510c49
 Parameters for the braille display driver.
510c49
 If the same parameter is specified more than once
510c49
 then the rightmost specification is used.
510c49
@@ -304,17 +307,23 @@ Parameter names may be abbreviated.
510c49
 If a parameter assignment is qualified with a driver identification code
510c49
 then it's only processed if that braille display driver is being used.
510c49
 .TP
510c49
-\fB-E\fR (\fB--environment-variables\fR)
510c49
+\fB\-D\fR (\fB\-\-drivers\-directory=\fR)
510c49
+Path to directory for loading drivers.
510c49
+.TP
510c49
+\fB\-E\fR (\fB\-\-environment\-variables\fR)
510c49
 Recognize environment variables.
510c49
 .TP
510c49
-\fB-F \fIfile\fR (\fB--preferences-file=\fR)
510c49
+\fB\-F \fIfile\fR (\fB\-\-preferences\-file=\fR)
510c49
 The path to the preferences file.
510c49
 Relative paths are anchored at
510c49
 .BR "@STATE_DIRECTORY@" "."
510c49
 The built-in default is
510c49
 .BR "@PREFERENCES_FILE@" "."
510c49
 .TP
510c49
-\fB-I\fR (\fB--install-service\fR)
510c49
+\fB\-H\fR (\fB\-\-full\-help\fR)
510c49
+Print a usage summary (all options), and then exit.
510c49
+.TP
510c49
+\fB\-I\fR (\fB\-\-install\-service\fR)
510c49
 (Windows only)
510c49
 Install
510c49
 .B brltty
510c49
@@ -325,21 +334,24 @@ and so that applications can know that a
510c49
 .B BrlAPI
510c49
 server is running.
510c49
 .TP
510c49
-\fB-L \fIfile\fR (\fB--log-file=\fR)
510c49
+\fB\-K \fIarg\fR (\fB\-\-keyboard\-properties=\fR)
510c49
+Properties of the keyboard.
510c49
+.TP
510c49
+\fB\-L \fIfile\fR (\fB\-\-log\-file=\fR)
510c49
 The file to which log messages are written.
510c49
 Relative paths are anchored at the current working directory.
510c49
 The default is to send log messages to the system log.
510c49
 .TP
510c49
-\fB-M \fIcsecs\fR (\fB--message-delay=\fR)
510c49
+\fB\-M \fIcsecs\fR (\fB\-\-message\-delay=\fR)
510c49
 The message hold time in hundredths of a second.
510c49
 The built-in default is
510c49
 .B 400
510c49
 (4 seconds).
510c49
 .TP
510c49
-\fB-N\fR (\fB--no-api\fR)
510c49
+\fB\-N\fR (\fB\-\-no\-api\fR)
510c49
 Don't start the application programming interface.
510c49
 .TP
510c49
-\fB-P \fIfile\fR (\fB--pid-file=\fR)
510c49
+\fB\-P \fIfile\fR (\fB\-\-pid\-file=\fR)
510c49
 The full path to the process identifier file.
510c49
 If this option is supplied,
510c49
 .B brltty
510c49
@@ -348,7 +360,7 @@ The file is removed when
510c49
 .B brltty
510c49
 terminates.
510c49
 .TP
510c49
-\fB-R\fR (\fB--remove-service\fR)
510c49
+\fB\-R\fR (\fB\-\-remove\-service\fR)
510c49
 (Windows only)
510c49
 Remove the
510c49
 .B BrlAPI
510c49
@@ -359,7 +371,7 @@ and so that applications can know that n
510c49
 .B BrlAPI
510c49
 server is running.
510c49
 .TP
510c49
-\fB-S \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR... (\fB--speech-parameters=\fR)
510c49
+\fB\-S \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR... (\fB\-\-speech\-parameters=\fR)
510c49
 Parameters for the speech synthesizer driver.
510c49
 If the same parameter is specified more than once
510c49
 then the rightmost specification is used.
510c49
@@ -367,13 +379,16 @@ Parameter names may be abbreviated.
510c49
 If a parameter assignment is qualified with a driver identification code
510c49
 then it's only processed if that speech synthesizer driver is being used.
510c49
 .TP
510c49
-\fB-U \fIcsecs\fR (\fB--update-interval=\fR)
510c49
+\fB\-T \fIdirectory\fR (\fB\-\-tables\-directory=\fR)
510c49
+Path to directory for text and attributes tables.
510c49
+.TP
510c49
+\fB\-U \fIcsecs\fR (\fB\-\-update\-interval=\fR)
510c49
 The braille window update interval in hundredths of a second.
510c49
 The built-in default is
510c49
 .B 4
510c49
 (25 times per second).
510c49
 .TP
510c49
-\fB-V\fR (\fB--version\fR)
510c49
+\fB\-V\fR (\fB\-\-version\fR)
510c49
 Print the versions of
510c49
 .B brltty
510c49
 itself,
510c49
@@ -381,119 +396,122 @@ the server side of its application progr
510c49
 and those drivers which were configured in at build-time,
510c49
 and then exit.
510c49
 If the
510c49
-.B -q
510c49
-.RB "(" "--quiet" ")"
510c49
+.B \-q
510c49
+.RB "(" "\-\-quiet" ")"
510c49
 option isn't also specified
510c49
 then also print copyright information.
510c49
 .TP
510c49
-\fB-X \fIname\fB=\fIvalue\fB,\fR... (\fB--screen-parameters=\fR)
510c49
+\fB\-W \fIdirectory\fR (\fB\-\-writable\-directory=\fR)
510c49
+Path to directory which can be written to.
510c49
+.TP
510c49
+\fB\-X \fIname\fB=\fIvalue\fB,\fR... (\fB\-\-screen\-parameters=\fR)
510c49
 Parameters for the screen driver.
510c49
 If the same parameter is specified more than once
510c49
 then the rightmost specification is used.
510c49
 Parameter names may be abbreviated.
510c49
 .SS "Environment Variables"
510c49
 The following environment variables are recognized if the
510c49
-.B -E
510c49
-.RB "(" "--environment-variables" ")"
510c49
+.B \-E
510c49
+.RB "(" "\-\-environment\-variables" ")"
510c49
 option is specified:
510c49
 .TP
510c49
 \fBBRLTTY_API_PARAMETERS=\fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the application programming interface.
510c49
 See the
510c49
-.B -A
510c49
-.RB "(" "--api-parameters=" ")"
510c49
+.B \-A
510c49
+.RB "(" "\-\-api\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_ATTRIBUTES_TABLE=\fItable\fR
510c49
 The attributes table.
510c49
 See the
510c49
-.B -a
510c49
-.RB "(" "--attributes-table=" ")"
510c49
+.B \-a
510c49
+.RB "(" "\-\-attributes\-table=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_BRAILLE_DEVICE=\fIdevice\fB,\fR...
510c49
 The device to which the braille display is connected.
510c49
 See the
510c49
-.B -d
510c49
-.RB "(" "--braille-device=" ")"
510c49
+.B \-d
510c49
+.RB "(" "\-\-braille\-device=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_BRAILLE_DRIVER=\fIdriver\fB,\fR...|\fBauto\fR
510c49
 The driver for the braille display.
510c49
 See the
510c49
-.B -b
510c49
-.RB "(" "--braille-driver=" ")"
510c49
+.B \-b
510c49
+.RB "(" "\-\-braille\-driver=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_BRAILLE_PARAMETERS=\fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the braille display driver.
510c49
 See the
510c49
-.B -B
510c49
-.RB "(" "--braille-parameters=" ")"
510c49
+.B \-B
510c49
+.RB "(" "\-\-braille\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_CONFIGURATION_FILE=\fIfile\fR
510c49
 The configuration file.
510c49
 See the
510c49
-.B -f
510c49
-.RB "(" "--configuration-file=" ")"
510c49
+.B \-f
510c49
+.RB "(" "\-\-configuration\-file=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_CONTRACTION_TABLE=\fItable\fR
510c49
 The contraction table.
510c49
 See the
510c49
-.B -c
510c49
-.RB "(" "--contraction-table=" ")"
510c49
+.B \-c
510c49
+.RB "(" "\-\-contraction\-table=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_MIDI_DEVICE=\fIdevice\fR
510c49
 The device to use for the Musical Instrument Digital Interface.
510c49
 See the
510c49
-.B -m
510c49
-.RB "(" "--midi-device=" ")"
510c49
+.B \-m
510c49
+.RB "(" "\-\-midi\-device=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_PCM_DEVICE=\fIdevice\fR
510c49
 The device to use for digital audio.
510c49
 See the
510c49
-.B -p
510c49
-.RB "(" "--pcm-device=" ")"
510c49
+.B \-p
510c49
+.RB "(" "\-\-pcm\-device=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_PREFERENCES_FILE=\fIfile\fR
510c49
 The preferences file.
510c49
 See the
510c49
-.B -F
510c49
-.RB "(" "--preferences-file=" ")"
510c49
+.B \-F
510c49
+.RB "(" "\-\-preferences\-file=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_RELEASE_DEVICE=on\fR|\fBoff\fR
510c49
 Release the device to which the braille display is connected
510c49
 when the current screen or window can't be read.
510c49
 See the
510c49
-.B -r
510c49
-.RB "(" "--release-device" ")"
510c49
+.B \-r
510c49
+.RB "(" "\-\-release\-device" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_SCREEN_DRIVER=\fIdriver\fR
510c49
 The screen driver.
510c49
 See the
510c49
-.B -x
510c49
-.RB "(" "--screen-driver=" ")"
510c49
+.B \-x
510c49
+.RB "(" "\-\-screen\-driver=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_SCREEN_PARAMETERS=\fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the screen driver.
510c49
 See the
510c49
-.B -X
510c49
-.RB "(" "--screen-parameters=" ")"
510c49
+.B \-X
510c49
+.RB "(" "\-\-screen\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_SPEECH_DRIVER=\fIdriver\fB,\fR...|\fBauto\fR
510c49
 The driver for the speech synthesizer.
510c49
 See the
510c49
-.B -s
510c49
-.RB "(" "--speech-driver=" ")"
510c49
+.B \-s
510c49
+.RB "(" "\-\-speech\-driver=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_SPEECH_INPUT=\fIname\fR
510c49
@@ -501,22 +519,22 @@ The file system object which gives other
510c49
 .BR brltty 's
510c49
 speech driver for text-to-speech conversion.
510c49
 See the
510c49
-.B -i
510c49
-.RB "(" "--speech-input=" ")"
510c49
+.B \-i
510c49
+.RB "(" "\-\-speech\-input=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_SPEECH_PARAMETERS=\fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the speech synthesizer driver.
510c49
 See the
510c49
-.B -S
510c49
-.RB "(" "--speech-parameters=" ")"
510c49
+.B \-S
510c49
+.RB "(" "\-\-speech\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 \fBBRLTTY_TEXT_TABLE=\fItable\fR
510c49
 The text table.
510c49
 See the
510c49
-.B -t
510c49
-.RB "(" "--text-table=" ")"
510c49
+.B \-t
510c49
+.RB "(" "\-\-text\-table=" ")"
510c49
 option for details.
510c49
 .SS "The Configuration File"
510c49
 Blank lines are ignored.
510c49
@@ -527,118 +545,118 @@ all characters from it to the end of tha
510c49
 .PP
510c49
 The following configuration directives are supported:
510c49
 .TP
510c49
-\fBapi-parameters \fIname\fB=\fIvalue\fB,\fR...
510c49
+\fBapi\-parameters \fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the application programming interface.
510c49
 See the
510c49
-.B -A
510c49
-.RB "(" "--api-parameters=" ")"
510c49
+.B \-A
510c49
+.RB "(" "\-\-api\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBattributes-table \fItable\fR
510c49
+\fBattributes\-table \fItable\fR
510c49
 The attributes table.
510c49
 See the
510c49
-.B -a
510c49
-.RB "(" "--attributes-table=" ")"
510c49
+.B \-a
510c49
+.RB "(" "\-\-attributes\-table=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBbraille-device \fIdevice\fB,\fR...
510c49
+\fBbraille\-device \fIdevice\fB,\fR...
510c49
 The device to which the braille display is connected.
510c49
 See the
510c49
-.B -d
510c49
-.RB "(" "--braille-device=" ")"
510c49
+.B \-d
510c49
+.RB "(" "\-\-braille\-device=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBbraille-driver \fIdriver\fB,\fR...|\fBauto\fR
510c49
+\fBbraille\-driver \fIdriver\fB,\fR...|\fBauto\fR
510c49
 The driver for the braille display.
510c49
 See the
510c49
-.B -b
510c49
-.RB "(" "--braille-driver=" ")"
510c49
+.B \-b
510c49
+.RB "(" "\-\-braille\-driver=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBbraille-parameters \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR...
510c49
+\fBbraille\-parameters \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the braille display driver.
510c49
 See the
510c49
-.B -B
510c49
-.RB "(" "--braille-parameters=" ")"
510c49
+.B \-B
510c49
+.RB "(" "\-\-braille\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBcontraction-table \fItable\fR
510c49
+\fBcontraction\-table \fItable\fR
510c49
 The contraction table.
510c49
 See the
510c49
-.B -c
510c49
-.RB "(" "--contraction-table=" ")"
510c49
+.B \-c
510c49
+.RB "(" "\-\-contraction\-table=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBmidi-device \fIdevice\fR
510c49
+\fBmidi\-device \fIdevice\fR
510c49
 The device to use for the Musical Instrument Digital Interface.
510c49
 See the
510c49
-.B -m
510c49
-.RB "(" "--midi-device=" ")"
510c49
+.B \-m
510c49
+.RB "(" "\-\-midi\-device=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBpcm-device \fIdevice\fR
510c49
+\fBpcm\-device \fIdevice\fR
510c49
 The device to use for digital audio.
510c49
 See the
510c49
-.B -p
510c49
-.RB "(" "--pcm-device=" ")"
510c49
+.B \-p
510c49
+.RB "(" "\-\-pcm\-device=" ")"
510c49
 option for details.
510c49
 .TP
510c49
 The preferences file.
510c49
 See the
510c49
-.B -F
510c49
-.RB "(" "--preferences-file=" ")"
510c49
+.B \-F
510c49
+.RB "(" "\-\-preferences\-file=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBrelease-device on\fR|\fBoff\fR
510c49
+\fBrelease\-device on\fR|\fBoff\fR
510c49
 Release the device to which the braille display is connected
510c49
 when the current screen or window can't be read.
510c49
 See the
510c49
-.B -r
510c49
-.RB "(" "--release-device" ")"
510c49
+.B \-r
510c49
+.RB "(" "\-\-release\-device" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBscreen-driver \fIdriver\fR
510c49
+\fBscreen\-driver \fIdriver\fR
510c49
 The screen driver.
510c49
 See the
510c49
-.B -x
510c49
-.RB "(" "--screen-driver=" ")"
510c49
+.B \-x
510c49
+.RB "(" "\-\-screen\-driver=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBscreen-parameters \fIname\fB=\fIvalue\fB,\fR...
510c49
+\fBscreen\-parameters \fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the screen driver.
510c49
 See the
510c49
-.B -X
510c49
-.RB "(" "--screen-parameters=" ")"
510c49
+.B \-X
510c49
+.RB "(" "\-\-screen\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBspeech-driver \fIdriver\fB,\fR...|\fBauto\fR
510c49
+\fBspeech\-driver \fIdriver\fB,\fR...|\fBauto\fR
510c49
 The driver for the speech synthesizer.
510c49
 See the
510c49
-.B -s
510c49
-.RB "(" "--speech-driver=" ")"
510c49
+.B \-s
510c49
+.RB "(" "\-\-speech\-driver=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBspeech-input \name\fR
510c49
+\fBspeech\-input \name\fR
510c49
 The file system object which gives other applications access to
510c49
 .BR brltty 's
510c49
-speech driver for text-to-speech conversion.
510c49
+speech driver for text\-to\-speech conversion.
510c49
 See the
510c49
-.B -i
510c49
-.RB "(" "--speech-input=" ")"
510c49
+.B \-i
510c49
+.RB "(" "\-\-speech\-input=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBspeech-parameters \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR...
510c49
+\fBspeech\-parameters \fR[\fIdriver\fB:\fR]\fIname\fB=\fIvalue\fB,\fR...
510c49
 Parameters for the speech synthesizer driver.
510c49
 See the
510c49
-.B -S
510c49
-.RB "(" "--speech-parameters=" ")"
510c49
+.B \-S
510c49
+.RB "(" "\-\-speech\-parameters=" ")"
510c49
 option for details.
510c49
 .TP
510c49
-\fBtext-table \fItable\fR
510c49
+\fBtext\-table \fItable\fR
510c49
 The text table.
510c49
 See the
510c49
-.B -t
510c49
-.RB "(" "--text-table=" ")"
510c49
+.B \-t
510c49
+.RB "(" "\-\-text\-table=" ")"
510c49
 option for details.
510c49
 .SS "Driver Specification"
510c49
 A braille display or speech synthesizer driver