changeset 28159:54d6f1b5fab2 stable

doc: Simplify print command in Intro chapter of manual. * intro.txi: Remove '-dpdf' from print command as it is unnecessary and confusing for newbies.
author Rik <rik@octave.org>
date Fri, 13 Mar 2020 15:14:49 -0700
parents 22cddebcb0d0
children 41750ce4752c
files doc/interpreter/intro.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/intro.txi	Thu Mar 12 23:51:49 2020 -0400
+++ b/doc/interpreter/intro.txi	Fri Mar 13 15:14:49 2020 -0700
@@ -358,7 +358,7 @@
 command.  For example,
 
 @example
-print -dpdf foo.pdf
+print foo.pdf
 @end example
 
 @noindent