diff --git a/histrap.c b/histrap.c index 2d13cb4..5f1c1be 100644 --- a/histrap.c +++ b/histrap.c @@ -6,7 +6,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/histrap.c,v 1.78 2009/04/07 18:41:35 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/histrap.c,v 1.79 2009/04/07 21:23:28 tg Exp $"); /*- * MirOS: This is the default mapping type, and need not be specified. @@ -984,7 +984,7 @@ static const struct mksh_sigpair { int nr; } mksh_sigpairs[] = { #include "signames.inc" - { 0, NULL } + { NULL, 0 } }; #endif diff --git a/mksh.1 b/mksh.1 index 116ed6e..fa7e17d 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.156 2009/04/07 19:46:55 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.157 2009/04/07 21:23:28 tg Exp $ .\" $OpenBSD: ksh.1,v 1.128 2009/03/06 12:28:36 jmc Exp $ .\"- .\" Try to make GNU groff and AT&T nroff more compatible @@ -5588,7 +5588,7 @@ and many other persons, and is currently maintained by .An Thorsten Glaser Aq tg@mirbsd.org . .Sh BUGS This document attempts to describe -.Nm mksh\ R37b +.Nm mksh\ R37c and up, compiled without any options impacting functionality, such as .Dv MKSH_SMALL ,