summaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 21:00:18 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 21:00:18 +0000
commitab140d7b49e4dcfd251530805ff52abd30350abf (patch)
tree95bdf84fdb68dcf65d00d5b81b8e4ba3d7c51d6b /usr.bin/dc
parent5a5ce3cfe1622e03baf86ad1396d0c9e3c3e2cad (diff)
- new sentence, new line
- spelling
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/dc.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1
index 844d3c939d1..2fb4aeb4797 100644
--- a/usr.bin/dc/dc.1
+++ b/usr.bin/dc/dc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dc.1,v 1.8 2003/10/18 19:47:10 otto Exp $
+.\" $OpenBSD: dc.1,v 1.9 2003/10/18 21:00:17 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -291,9 +291,9 @@ is written in an array that is later popped, to reveal the array that
stored
.Ql first .
.It Ic J
-Pop the top value of the stack. The recursion level is popped by that value,
-and following that, the input is skipped until the first occurence of
-the
+Pop the top value of the stack.
+The recursion level is popped by that value and, following that,
+the input is skipped until the first occurrence of the
.Ic M
operator.
.It Ic M
@@ -387,7 +387,7 @@ will terminate because of a too deep recursion level.
for trying to pop the recursion level more than the current
recursion level.
.It mark not found
-for a failed scan for an occurence of the
+for a failed scan for an occurrence of the
.Ic M
operator.
.El