merge manpage and sync RCS IDs

not merged: POSuX character class nonsense
This commit is contained in:
tg
2009-03-22 18:09:17 +00:00
parent 75e01cb305
commit bf7c84eef6
2 changed files with 13 additions and 7 deletions

4
misc.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: misc.c,v 1.35 2009/01/17 22:06:44 millert Exp $ */
/* $OpenBSD: misc.c,v 1.36 2009/03/03 20:01:01 millert Exp $ */
/* $OpenBSD: path.c,v 1.12 2005/03/30 17:16:37 deraadt Exp $ */
#include "sh.h"
@ -6,7 +6,7 @@
#include <grp.h>
#endif
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.98 2009/03/22 17:31:17 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.99 2009/03/22 18:09:16 tg Exp $");
#undef USE_CHVT
#if defined(TIOCSCTTY) && !defined(MKSH_SMALL)