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

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