Mercurial > hg > octave-lyh
changeset 7595:90ad1f69ca9d
Escape "-" signs that mean the "minus" character
author | Rafael Laboissiere <rafael@debian.org> |
---|---|
date | Tue, 18 Mar 2008 14:05:50 -0400 |
parents | 5acf21344dff |
children | 6929e40fc597 |
files | doc/ChangeLog doc/interpreter/mkoctfile.1 doc/interpreter/octave.1 |
diffstat | 3 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-18 Rafael Laboissiere <rafael@debian.org> + + * interpreter/octave.1, interpreter/mkoctfile.1: + Escape "-" signs that mean the "minus" character. + 2008-03-12 David Bateman <dbateman@free.fr> * interpreter/io.txi: Document dlmread, dlmwrite, csvread and
--- a/doc/interpreter/mkoctfile.1 +++ b/doc/interpreter/mkoctfile.1 @@ -21,11 +21,11 @@ .\" .TH MKOCTFILE 1 "1 November 2002" "GNU Octave" .SH NAME -mkoctfile - Compile dynamic-load modules for GNU Octave +mkoctfile \- Compile dynamic-load modules for GNU Octave .SH SYNOPSIS -.BR mkoctfile\ [-IDIR]\ [-DDEF]\ [-lLIB]\ [-LDIR]\ [-M|--depend]\ -[-c]\ [-o FILE|--output FILE]\ [-p VAR|--print VAR]\ [-s|\--strip]\ -[-v|--verbose]\ [-h|-?|--help]\ \fIfile\fP .\|.\|. +.BR mkoctfile\ [\-IDIR]\ [\-DDEF]\ [\-lLIB]\ [\-LDIR]\ [\-M|\-\-depend]\ +[\-c]\ [\-o FILE|\-\-output FILE]\ [\-p VAR|\-\-print VAR]\ [\-s|\-\-strip]\ +[\-v|\-\-verbose]\ [\-h|\-?|\-\-help]\ \fIfile\fP .\|.\|. .SH DESCRIPTION .PP \fImkoctfile\fP is used to compile source C, C++ or Fortran source code in @@ -55,7 +55,7 @@ Compile but do not link. .TP 8 .B \-o FILE|\-\-output FILE -Output file name; default extension is .oct (or .mex if --mex is +Output file name; default extension is .oct (or .mex if \-\-mex is specified) unless linking a stand-alone executable. .TP .B \-p VAR|\-\-print VAR
--- a/doc/interpreter/octave.1 +++ b/doc/interpreter/octave.1 @@ -28,7 +28,7 @@ running the command .nf - octave --help + octave \-\-help .fi .SH DESCRIPTION @@ -44,7 +44,7 @@ the command .nf - octave:13> help -i + octave:13> help \-i .fi while running Octave interactively, by using the GNU Emacs info mode,