diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-01-20 18:06:10 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2005-01-20 18:06:10 +0000 |
commit | 99e0fe45139da0b465135e6c3fe1cd1ded43ef69 (patch) | |
tree | 19e1ab2dd83c9b1ada6660febe4e723fb57182b2 /alsaconf | |
parent | 2b83c39265ac52c4160cab36b550c017f0ee7ff4 (diff) | |
download | alsa-utils-99e0fe45139da0b465135e6c3fe1cd1ded43ef69.tar.gz |
Sort options in alphabetic order
Sort options in alphabetic order.
Diffstat (limited to 'alsaconf')
-rw-r--r-- | alsaconf/alsaconf.8 | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/alsaconf/alsaconf.8 b/alsaconf/alsaconf.8 index 9ce70bb..a3e1296 100644 --- a/alsaconf/alsaconf.8 +++ b/alsaconf/alsaconf.8 @@ -30,49 +30,49 @@ to load the correct parameters for your sound card. .SH OPTIONS Alsaconf accepts the following options: .TP -.B \-l, \-\-legacy -Check only for legacy non-isapnp cards. -.TP -.B \-m, \-\-modinfo -Read module descriptions instead of reading a card database. -.TP -.B \-s, \-\-sound\-wav\-file -Use the specified wav file as a test sound. +.B \-c, \-\-config file +Specify the module config file. +As default, +.B alsaconf +probes the available config file automatically. .TP -.B \-u, \-\-uid uid -Set the uid for the ALSA devices (default = 0). +.B \-d, \-\-devmode mode +Set the device mode for the ALSA devices (default = 0666). This option is obsolete in the recent ALSA version. .TP .B \-g, \-\-gid gid Set the gid for the ALSA devices (default = 0). This option is obsolete in the recent ALSA version. .TP -.B \-d, \-\-devmode mode -Set the device mode for the ALSA devices (default = 0666). -This option is obsolete in the recent ALSA version. -.TP -.B \-r, \-\-strict -Set strict device mode (equiv. with \-g 17 \-d 0660). -This option is obsolete in the recent ALSA version. +.B \-h, \-\-help +Displays this help text. .TP .B \-L, \-\-log file Logging on the given file. The log is appended to the file. This option is for debugging purpose only. .TP -.B \-p, \-\-probe card-name -Probe a legacy non-isapnp card and print module options. +.B \-l, \-\-legacy +Check only for legacy non-isapnp cards. +.TP +.B \-m, \-\-modinfo +Read module descriptions instead of reading a card database. .TP .B \-P, \-\-listprobe List the supported legacy card modules. .TP -.B \-c, \-\-config file -Specify the module config file. -As default, -.B alsaconf -probes the available config file automatically. +.B \-p, \-\-probe card-name +Probe a legacy non-isapnp card and print module options. .TP -.B \-h, \-\-help -Displays this help text. +.B \-r, \-\-strict +Set strict device mode (equiv. with \-g 17 \-d 0660). +This option is obsolete in the recent ALSA version. +.TP +.B \-s, \-\-sound\-wav\-file +Use the specified wav file as a test sound. +.TP +.B \-u, \-\-uid uid +Set the uid for the ALSA devices (default = 0). +This option is obsolete in the recent ALSA version. .SH DEBIAN SPECIFIC In Debian, the default gid of the device files is 29 (corresponding to the |