get the style of list that I wanted

This commit is contained in:
Bill Currie 2010-08-19 23:32:37 +09:00
parent a0ac22864d
commit e236c1dd4e
2 changed files with 61 additions and 57 deletions

View file

@ -3,13 +3,15 @@
\page surround_sound_spec Description of Surround-Sound Channels
Swiped from the vorbis docs
\li one channel - the stream is monophonic
\li two channels - the stream is stereo. channel order: left, right
\li three channels - the stream is a 1d-surround encoding. channel order: left, center, right
\li four channels - the stream is quadraphonic surround. channel order: front left, front right, rear left, rear right
\li five channels - the stream is five-channel surround. channel order: front left, center, front right, rear left, rear right
\li six channels - the stream is 5.1 surround. channel order: front left, center, front right, rear left, rear right, LFE
\li seven channels - the stream is 6.1 surround. channel order: front left, center, front right, side left, side right, rear center, LFE
\li eight channels - the stream is 7.1 surround. channel order: front left, center, front right, side left, side right, rear left, rear right, LFE
\li greater than eight channels - channel use and order is undefined
<dl>
<dt>one channel</dt> <dd>the stream is monophonic</dd>
<dt>two channels</dt> <dd>the stream is stereo. channel order: left, right</dd>
<dt>three channels</dt> <dd>the stream is a 1d-surround encoding. channel order: left, center, right</dd>
<dt>four channels</dt> <dd>the stream is quadraphonic surround. channel order: front left, front right, rear left, rear right</dd>
<dt>five channels</dt> <dd>the stream is five-channel surround. channel order: front left, center, front right, rear left, rear right</dd>
<dt>six channels</dt> <dd>the stream is 5.1 surround. channel order: front left, center, front right, rear left, rear right, LFE</dd>
<dt>seven channels</dt> <dd>the stream is 6.1 surround. channel order: front left, center, front right, side left, side right, rear center, LFE</dd>
<dt>eight channels</dt> <dd>the stream is 7.1 surround. channel order: front left, center, front right, side left, side right, rear left, rear right, LFE</dd>
<dt>greater than eight channels</dt> <dd>channel use and order is undefined </dd>
</dl>
*/

View file

@ -8,74 +8,76 @@ the date and time.
The following special codes are interpreted inside sv_timefmt strings.
\%a The abbreviated weekday name according to the current
locale.
<dl>
<dt>\%a</dt> <dd>The abbreviated weekday name according to the current
locale.</dd>
\%A The full weekday name according to the current
locale.
<dt>\%A</dt> <dd>The full weekday name according to the current
locale.</dd>
\%b The abbreviated month name according to the current
locale.
<dt>\%b</dt> <dd>The abbreviated month name according to the current
locale.</dd>
\%B The full month name according to the current
locale.
<dt>\%B</dt> <dd>The full month name according to the current
locale.</dd>
\%c The preferred date and time representation for the
current locale.
<dt>\%c</dt> <dd>The preferred date and time representation for the
current locale.</dd>
\%d The day of the month as a decimal number (range 01
to 31).
<dt>\%d</dt> <dd>The day of the month as a decimal number (range 01
to 31).</dd>
\%h Equivalent to %b. (SU)
<dt>\%h</dt> <dd>Equivalent to %b. (SU)</dd>
\%H The hour as a decimal number using a 24-hour clock
(range 00 to 23).
<dt>\%H</dt> <dd>The hour as a decimal number using a 24-hour clock
(range 00 to 23).</dd>
\%I The hour as a decimal number using a 12-hour clock
(range 01 to 12).
<dt>\%I</dt> <dd>The hour as a decimal number using a 12-hour clock
(range 01 to 12).</dd>
\%j The day of the year as a decimal number (range 001
to 366).
<dt>\%j</dt> <dd>The day of the year as a decimal number (range 001
to 366).</dd>
\%k The hour (24-hour clock) as a decimal number (range
0 to 23); single digits are preceded by a blank.
(See also %H.) (TZ)
<dt>\%k</dt> <dd>The hour (24-hour clock) as a decimal number (range
0 to 23); single digits are preceded by a blank.
(See also %H.) (TZ)</dd>
\%m The month as a decimal number (range 01 to 12).
<dt>\%m</dt> <dd>The month as a decimal number (range 01 to 12).</dd>
\%M The minute as a decimal number (range 00 to 59).
<dt>\%M</dt> <dd>The minute as a decimal number (range 00 to 59).</dd>
\%p Either `AM' or `PM' according to the given time
value, or the corresponding strings for the current
locale. Noon is treated as `pm' and midnight as
`am'.
<dt>\%p</dt> <dd>Either `AM' or `PM' according to the given time
value, or the corresponding strings for the current
locale. Noon is treated as `pm' and midnight as
`am'.</dd>
\%S The second as a decimal number (range 00 to 61).
<dt>\%S</dt> <dd>The second as a decimal number (range 00 to 61).</dd>
\%U The week number of the current year as a decimal
number, range 00 to 53, starting with the first
Sunday as the first day of week 01. See also %V and
%W.
<dt>\%U</dt> <dd>The week number of the current year as a decimal
number, range 00 to 53, starting with the first
Sunday as the first day of week 01. See also %V and
%W.</dd>
\%w The day of the week as a decimal, range 0 to 6,
Sunday being 0. See also %u.
<dt>\%w</dt> <dd>The day of the week as a decimal, range 0 to 6,
Sunday being 0. See also %u.</dd>
\%W The week number of the current year as a decimal
number, range 00 to 53, starting with the first
Monday as the first day of week 01.
<dt>\%W</dt> <dd>The week number of the current year as a decimal
number, range 00 to 53, starting with the first
Monday as the first day of week 01.</dd>
\%x The preferred date representation for the current
locale without the time.
<dt>\%x</dt> <dd>The preferred date representation for the current
locale without the time.</dd>
\%X The preferred time representation for the current
locale without the date.
<dt>\%X</dt> <dd>The preferred time representation for the current
locale without the date.</dd>
\%y The year as a decimal number without a century
(range 00 to 99).
<dt>\%y</dt> <dd>The year as a decimal number without a century
(range 00 to 99).</dd>
\%Y The year as a decimal number including the century.
<dt>\%Y</dt> <dd>The year as a decimal number including the century.</dd>
\%Z The time zone name or abbreviation.
\%\% A literal `\%' character.
<dt>\%Z</dt> <dd>The time zone name or abbreviation.</dd>
<dt>\%\%</dt> <dd>A literal `\%' character.</dd>
</dl>
*/