1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 2 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" 3 [ 4 <!ENTITY legal SYSTEM "legal.xml"> 5 <!ENTITY appversion "0.8.9"> 6 <!ENTITY manrevision "0.1"> 7 <!ENTITY date "Feb 2011"> 8 <!ENTITY app "<application>findwebcams</application>"> 9 <!ENTITY appname "findwebcams"> 10 <!ENTITY version "0.8"> 11 ] 12 > 13 14 <refentry id="findwebcams"> 15 <refmeta> 16 <refentrytitle>findwebcams</refentrytitle> 17 <manvolnum>1</manvolnum> 18 </refmeta> 19 20 <!-- the refname becomes the output name of the man page --> 21 <refnamediv> 22 <refname>findwebcams</refname> 23 <refpurpose>Gnash Utility For finding webcams on computer.</refpurpose> 24 </refnamediv> 25 26 27 <refsynopsisdiv><title>Synopsis</title> 28 <synopsis> 29 findwebcams 30 </synopsis> 31 </refsynopsisdiv> 32 33 <refsect1><title>Description</title> 34 <para> 35 Findwebcams is a utility that uses Gstreamer to identify what types 36 of webcams you have installed on your computer, so that you can 37 properly configure Gnash on which one to use. 38 </para> 39 40 <variablelist> 41 <varlistentry> 42 <term>-h</term> 43 <listitem> 44 <para> 45 Print usage info. 46 </para> 47 </listitem> 48 </varlistentry> 49 50 <varlistentry> 51 <term>-V</term> 52 <listitem> 53 <para> 54 Print version information. 55 </para> 56 </listitem> 57 </varlistentry> 58 59 <varlistentry> 60 <term>-d</term> 61 <listitem> 62 <para> 63 Display init file to the terminal. 64 </para> 65 </listitem> 66 </varlistentry> 67 68 <varlistentry> 69 <term>-n</term> 70 <listitem> 71 <para> 72 Verbose networking debug info. 73 </para> 74 </listitem> 75 </varlistentry> 76 77 <varlistentry> 78 <term>-v</term> 79 <listitem> 80 <para> 81 Verbose output. 82 </para> 83 </listitem> 84 </varlistentry> 85 86 87 </variablelist> 88 89 </refsect1> 90 </refentry> 91