# HG changeset patch # User Rafael Laboissiere # Date 1205863550 14400 # Node ID 90ad1f69ca9df12ac13eb446d4cef1bf3525caa4 # Parent 5acf21344dff47553e752b727e77c43072d306a3 Escape "-" signs that mean the "minus" character diff -r 5acf21344dff -r 90ad1f69ca9d doc/ChangeLog --- a/doc/ChangeLog Tue Mar 18 14:01:28 2008 -0400 +++ b/doc/ChangeLog Tue Mar 18 14:05:50 2008 -0400 @@ -1,3 +1,8 @@ +2008-03-18 Rafael Laboissiere + + * interpreter/octave.1, interpreter/mkoctfile.1: + Escape "-" signs that mean the "minus" character. + 2008-03-12 David Bateman * interpreter/io.txi: Document dlmread, dlmwrite, csvread and diff -r 5acf21344dff -r 90ad1f69ca9d doc/interpreter/mkoctfile.1 --- a/doc/interpreter/mkoctfile.1 Tue Mar 18 14:01:28 2008 -0400 +++ b/doc/interpreter/mkoctfile.1 Tue Mar 18 14:05:50 2008 -0400 @@ -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 diff -r 5acf21344dff -r 90ad1f69ca9d doc/interpreter/octave.1 --- a/doc/interpreter/octave.1 Tue Mar 18 14:01:28 2008 -0400 +++ b/doc/interpreter/octave.1 Tue Mar 18 14:05:50 2008 -0400 @@ -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,