From ab140d7b49e4dcfd251530805ff52abd30350abf Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 18 Oct 2003 21:00:18 +0000 Subject: - new sentence, new line - spelling --- usr.bin/dc/dc.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/dc') 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 -- cgit v1.2.3