Revision: 77805
http://sourceforge.net/p/brlcad/code/77805
Author: brlcad
Date: 2020-11-23 17:48:23 +0000 (Mon, 23 Nov 2020)
Log Message:
-----------
fix the example that refers to the old name for the command.
Modified Paths:
--------------
brlcad/trunk/doc/docbook/system/mann/saveview.xml
Modified: brlcad/trunk/doc/docbook/system/mann/saveview.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/saveview.xml 2020-11-23 00:33:57 UTC
(rev 77804)
+++ brlcad/trunk/doc/docbook/system/mann/saveview.xml 2020-11-23 17:48:23 UTC
(rev 77805)
@@ -98,10 +98,10 @@
<example><title>Save current viewing parameters in a specified file in the
form of a shell script to run the BRL-CAD <emphasis>rt</emphasis>
program.</title>
<para>
- <prompt>mged></prompt><userinput>rt_script -s1024</userinput>
+ <prompt>mged></prompt><userinput>saveview script.rt -s1024</userinput>
</para>
- <para>Creates (or appends to) a file named <emphasis>rt_script</emphasis>
that will contain a script to run the <emphasis>rt</emphasis> program
and create a color-shaded image of the current MGED display. The image
- produced will be 1024 pixels square.
+ <para>Creates (or appends to) a file named <emphasis>script.rt</emphasis>
that will contain a POSX shell script for running the <emphasis>rt</emphasis>
program and create a color-shaded image of the current MGED display. The image
+ produced will be 1024 pixels square due to the additional
<option>-s1024</option> arg specified after the script name. Additional args
are passed to <emphasis>rt</emphasis>.
</para>
</example>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits