From 29176a176f71868643657943641bb4a93df3e38f Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 22 Nov 2009 18:23:38 +0000 Subject: [PATCH] fix more manpages --- mksh.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mksh.1 b/mksh.1 index 7b896c7..ccef0ad 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.199 2009/11/22 14:23:21 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.200 2009/11/22 18:23:38 tg Exp $ .\" $OpenBSD: ksh.1,v 1.129 2009/05/28 06:09:06 jmc Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 @@ -2281,12 +2281,12 @@ in but a syntax error in GNU .Nm bash . .It Xo -.No &\*(Gt| Ar file , +.No &\*(Gt\*(Ba Ar file , .No &\*(Gt\*(Gt Ar file , .No &\*(Gt& Ar fd .Xc Same as -.Ic \*(Gt| Ar file , +.Ic \*(Gt\*(Ba Ar file , .Ic \*(Gt\*(Gt Ar file , or .Ic \*(Gt& Ar fd , @@ -4742,7 +4742,7 @@ parameter) or by prefixing the job number with a percent sign .Pq Sq % . Other percent sequences can also be used to refer to jobs: -.Bl -tag -width "%+ | %% | %XX" +.Bl -tag -width "%+ x %% x %XX" .It %+ \*(Ba %% \*(Ba % The most recently stopped job, or, if there are no stopped jobs, the oldest running job.