File: manpage.patch

package info (click to toggle)
pmars 0.9.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 12,415; makefile: 49
file content (30 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description: fixing typos and syntax errors in manpage.
Author: Andrius Merkys <merkys@debian.org>
--- a/doc/pmars.6
+++ b/doc/pmars.6
@@ -588,7 +588,7 @@
 (Store P-space) stores A-value into P-space cell specified by
 B-value.
 .PP
-It is important to note that P-space cells are refered to by
+It is important to note that P-space cells are referred to by
 A/B-values as opposed to A/B-addresses. As an example,
 "STP #9,#1" stores number 9 in P-cell 1.
 .PP
@@ -848,7 +848,7 @@
 may contain C-style comparison and boolean operators (see below).
 An
 .I if
-immediately preceeding a loop end (![e]) can skip out of the loop.
+immediately preceding a loop end (![e]) can skip out of the loop.
 .TP
 .BI reset
 is used inside macros in conjunction with
@@ -869,7 +869,6 @@
 .I pqueue
 without argument uses the process queue of the current warrior. With
 argument 1,2,..,
-.pqueue
 uses the process queue of warrior 1,2,.., respectively.
 .I pqueue off
 returns to normal mode.