fix more manpages

This commit is contained in:
tg
2009-11-22 18:23:38 +00:00
parent 4cff10296b
commit 29176a176f

8
mksh.1
View File

@@ -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.