~ubuntu-branches/ubuntu/precise/s3d/precise

« back to all changes in this revision

Viewing changes to Documentation/manpages/s3dmanpage.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sven Eckelmann
  • Date: 2009-07-11 17:00:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090711170052-2lltwp4rr01e6oly
* New upstream release
* debian/control:
  - Reduce debhelper dependency to 5
  - Only depend on xmlto and docbook-xml in Build-Depends-Indep for
    arch all package s3d-doc
* debian/patches:
  - Add 100-installable-examples.patch, make example usable without
    extra headers
  - Remove upstream merged patches 100-hyphen-used-as-minus-sign.patch,
    101-fix-sigbus-on-mips.patch, 102-send-correct-load-over-net.patch,
    103-endian-safe-float.patch, 104-reduce-depends.patch,
    105-s3dfm-pathnames.patch, 106-g3dorientation.patch,
    107-fix-cmake-ftbfs.patch, 108-fix-gpsd-ftbfs.patch,
    109-strip-libs3d-parameters.patch, 110-s3dosm-api06.patch,
    111-xmlto-documentation.patch
* Install examples with libs3d-dev and libs3dw-dev
* Convert debian/copyright to new dep5 version
* Upgraded to policy 3.8.2, no changes required
* Install upstream changelogs

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                </para>
42
42
                <variablelist>
43
43
                        <varlistentry> 
44
 
                                <term><option>-s</option>,
45
 
                                        <option>--use-sdl</option></term>
 
44
                                <term><option>-s</option>, <option>--use-sdl</option></term>
46
45
                                <listitem> 
47
46
                                        <para> Tells &program; to use SDL as graphics framework system. </para>
48
47
                                </listitem>
49
48
                        </varlistentry> 
50
49
                        <varlistentry> 
51
 
                                <term><option>-r <replaceable>rc-script</replaceable></option>,
52
 
                                        <option>--rc <replaceable>rc-script</replaceable></option></term>
 
50
                                <term><option>-r <replaceable>rc-script</replaceable></option>, <option>--rc <replaceable>rc-script</replaceable></option></term>
53
51
                                <listitem> 
54
52
                                        <para> Use the specified file as rc-script. By default &program; uses ~/.s3drc as
55
53
                                                   per-user rc-script and /etc/s3drc as system-wide rc-script</para>
56
54
                                </listitem> 
57
55
                        </varlistentry>
58
56
                        <varlistentry> 
59
 
                                <term><option>-n</option>,
60
 
                                        <option>--no-rc</option></term>
 
57
                                <term><option>-n</option>, <option>--no-rc</option></term>
61
58
                                <listitem> 
62
59
                                        <para> Don't use rc-scripts even if the exist in the apropriate locations. </para>
63
60
                                </listitem>