svn commit: r48032 - head/en_US.ISO8859-1/books/handbook/multimedia

Bjoern Heidotting bhd at FreeBSD.org
Sat Jan 16 10:13:46 UTC 2016


Author: bhd
Date: Sat Jan 16 10:13:45 2016
New Revision: 48032
URL: https://svnweb.freebsd.org/changeset/doc/48032

Log:
  - Remove a somewhat redundant sentence.
  - Make screen example fit on single line.
  
  Reviewed by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D4945

Modified:
  head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml	Fri Jan 15 20:51:04 2016	(r48031)
+++ head/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml	Sat Jan 16 10:13:45 2016	(r48032)
@@ -210,9 +210,6 @@ hint.sbc.0.irq="5"
 hint.sbc.0.drq="1"
 hint.sbc.0.flags="0x15"</programlisting>
 
-      <para>In this case, the card uses the <literal>0x220</literal>
-	I/O port and the IRQ <literal>5</literal>.</para>
-
       <para>The syntax used in <filename>/boot/device.hints</filename>
 	is described in &man.sound.4; and the manual page for the
 	driver of the sound card.</para>
@@ -1133,8 +1130,7 @@ zoom=yes</programlisting>
 	<para>This example demonstrates how to convert a DivX file
 	  into a PAL MPEG-1 file (PAL VCD):</para>
 
-	<screen>&prompt.user; <userinput>transcode -i
-<replaceable>input.avi</replaceable> -V --export_prof vcd-pal -o output_vcd</userinput>
+	<screen>&prompt.user; <userinput>transcode -i <replaceable>input.avi</replaceable> -V --export_prof vcd-pal -o output_vcd</userinput>
 &prompt.user; <userinput>mplex -f 1 -o <replaceable>output_vcd.mpg output_vcd.m1v output_vcd.mpa</replaceable></userinput></screen>
 
 	<para>The resulting <acronym>MPEG</acronym> file,


More information about the svn-doc-all mailing list