Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37713108
en ru br
Репозитории ALT
S:0.7.3-alt4
5.1: 0.6.2-alt10
4.1: 0.6.2-alt7
4.0: 0.6.2-alt6
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: gforth

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 07-manpage.patch
Скачать


Description: The .TQ macro does not expect the actual text as an argument!
Forwarded: no
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2009-08-23
--- a/doc/gforth.1
+++ b/doc/gforth.1
@@ -57,18 +57,21 @@
 .SH OPTIONS
 
 .BI "\-\-help"
-.TQ "\-h"
+.TQ
+.BI "\-h"
 Lists the available options, including some not described here (see
 also the manual).
 .TP
 .BI "\-\-image\-file " "file"
-.TQ "\-i " "file"
+.TQ
+.BI "\-i " "file"
 Loads the Forth image
 .I file
 instead of the default \fCgforth.fi\fR.
 .TP
 .BI "\-\-path " "path"
-.TQ "\-p " "path"
+.TQ
+.BI "\-p " "path"
 Uses
 .I path
 for searching the image file and Forth source code
@@ -80,7 +83,8 @@
 list.
 .TP
 .BI "\-\-dictionary\-size " "size"
-.TQ "\-m " "size"
+.TQ
+.BI "\-m " "size"
 Allocate
 .I size
 space for the Forth dictionary space instead of
@@ -94,21 +98,24 @@
 \fCe\fR is used.
 .TP
 .BI "\-\-data\-stack\-size " "size"
-.TQ "\-d " "size"
+.TQ
+.BI "\-d " "size"
 Allocate
 .I size
 space for the data stack instead of using the
 default specified in the image (typically 16K).
 .TP
 .BI "\-\-return\-stack\-size " "size"
-.TQ "\-r " "size"
+.TQ
+.BI "\-r " "size"
 Allocate
 .I size
 space for the return stack instead of using the
 default specified in the image (typically 16K).
 .TP
 .BI "\-\-fp\-stack\-size " "size"
-.TQ "\-f " "size"
+.TQ
+.BI "\-f " "size"
 Allocate
 .I size
 space for the floating point stack instead of
@@ -118,7 +125,8 @@
 refers to floating point numbers.
 .TP
 .BI "\-\-locals\-stack\-size " "size"
-.TQ "\-l " "size"
+.TQ
+.BI "\-l " "size"
 Allocate
 .I size
 space for the locals stack instead of using the
@@ -126,7 +134,8 @@
 
 .TP
 .BI "\-\-evaluate " "forth"
-.TQ "\-e " "forth"
+.TQ
+.BI "\-e " "forth"
 Evaluates the
 .I forth
 code. This option takes only one argument; if you want to evaluate
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin