Revision: 72313
          http://sourceforge.net/p/brlcad/code/72313
Author:   starseeker
Date:     2019-02-01 19:18:42 +0000 (Fri, 01 Feb 2019)
Log Message:
-----------
ps -> postscript

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/mann/postscript.xml

Modified: brlcad/trunk/doc/docbook/system/mann/postscript.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/postscript.xml 2019-02-01 19:14:13 UTC 
(rev 72312)
+++ brlcad/trunk/doc/docbook/system/mann/postscript.xml 2019-02-01 19:18:42 UTC 
(rev 72313)
@@ -1,7 +1,7 @@
-<refentry xmlns="http://docbook.org/ns/docbook"; version="5.0" xml:id="ps">
+<refentry xmlns="http://docbook.org/ns/docbook"; version="5.0" 
xml:id="postscript">
 
 <refmeta>
-  <refentrytitle>PS</refentrytitle>
+  <refentrytitle>POSTSCRIPT</refentrytitle>
   <manvolnum>nged</manvolnum>
   <refmiscinfo class="source">BRL-CAD</refmiscinfo>
   <refmiscinfo class="manual">BRL-CAD User Commands</refmiscinfo>
@@ -8,7 +8,7 @@
 </refmeta>
 
 <refnamediv xml:id="name">
-  <refname>ps</refname>
+  <refname>postscript</refname>
   <refpurpose>Temporarily attaches the <emphasis>Postscript</emphasis> display 
manager and outputs
        the current MGED display to the specified 
<emphasis>output_file</emphasis> in <emphasis>PostScript      </emphasis> 
format.
    </refpurpose>
@@ -17,7 +17,7 @@
 <!-- body begins here -->
 <refsynopsisdiv xml:id="synopsis">
   <cmdsynopsis sepchar=" ">
-    <command>ps</command>
+    <command>postscript</command>
 
     <arg choice="opt" rep="norepeat">-f <replaceable>font</replaceable></arg>
     <arg choice="opt" rep="norepeat">-t <replaceable>title</replaceable></arg>
@@ -38,13 +38,13 @@
 
 <refsection xml:id="examples"><title>EXAMPLES</title>
 
-  <para>The first example shows the use of the <command>ps</command> command 
to place a <emphasis>PostScript   </emphasis> version of the current MGED 
display in a specified file and give it a particular title.  The        second 
example is much like the first except that a line width is specified and the 
title and output file       names are different.
+  <para>The first example shows the use of the <command>postscript</command> 
command to place a <emphasis>PostScript   </emphasis> version of the current 
MGED display in a specified file and give it a particular title.  The        
second example is much like the first except that a line width is specified and 
the title and output file       names are different.
   </para>
 
   <example><title>Place a <emphasis>PostScript</emphasis> version of the 
current MGED display in a specified file.</title>
 
     <para>
-      <prompt>mged&gt;</prompt><userinput>ps -t "Test Title" 
test.ps</userinput>
+      <prompt>mged&gt;</prompt><userinput>postscript -t "Test Title" 
test.ps</userinput>
     </para>
     <para>Places a <emphasis>PostScript</emphasis> version of the current MGED 
display in a file named         <emphasis>test.ps</emphasis> and titles it 
“Test Title.”
     </para>
@@ -52,7 +52,7 @@
   <example><title>Specify the line width of a <emphasis>PostScript</emphasis> 
version of the current MGED display in a         specified file.</title>
 
     <para>
-      <prompt>mged&gt;</prompt><userinput>ps -l 10 -t "Test Fat Lines" 
fat_lines.ps</userinput>
+      <prompt>mged&gt;</prompt><userinput>postscript -l 10 -t "Test Fat Lines" 
fat_lines.ps</userinput>
     </para>
     <para>Places a <emphasis>PostScript</emphasis> version of the current MGED 
display with fat lines in a file        named <emphasis>fat_lines.ps</emphasis> 
and titles it “Test Fat Lines.”
     </para>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to