This commit is contained in:
tg 2006-07-23 14:35:44 +00:00
parent afcbdad1c5
commit 80c579a758
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.46 2006/07/11 14:51:00 tg Exp $
# $MirOS: src/bin/mksh/check.t,v 1.47 2006/07/23 14:35:43 tg Exp $
# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $
# $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
@ -3784,5 +3784,5 @@ category: pdksh
stdin:
echo $KSH_VERSION
expected-stdout:
@(#)MIRBSD KSH R27 2006/07/11
@(#)MIRBSD KSH R27 2006/07/23
---

4
main.c
View File

@ -6,9 +6,9 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.41 2006/07/11 14:51:01 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.42 2006/07/23 14:35:44 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/11"
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/23"
extern char **environ;

4
mksh.1
View File

@ -1,8 +1,8 @@
.\" $MirOS: src/bin/mksh/mksh.1,v 1.39 2006/07/23 14:35:10 tg Exp $
.\" $MirOS: src/bin/mksh/mksh.1,v 1.40 2006/07/23 14:35:44 tg Exp $
.\" $OpenBSD: ksh.1,v 1.112 2006/04/22 14:10:36 jmc Exp $
.\" $OpenBSD: sh.1tbl,v 1.53 2004/12/10 01:56:56 jaredy Exp $
.\"
.Dd June 21, 2006
.Dd June 23, 2006
.Dt MKSH 1
.Os MirBSD
.Sh NAME