This commit is contained in:
tg 2014-10-03 12:35:38 +00:00
parent 78580b4eef
commit 478a2af837
1 changed files with 4 additions and 4 deletions

8
mksh.1
View File

@ -1,4 +1,4 @@
.\" $MirOS: src/bin/mksh/mksh.1,v 1.342 2014/09/24 10:47:11 tg Exp $
.\" $MirOS: src/bin/mksh/mksh.1,v 1.343 2014/10/03 12:35:38 tg Exp $
.\" $OpenBSD: ksh.1,v 1.153 2014/08/17 07:15:41 jmc Exp $
.\"-
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
@ -74,7 +74,7 @@
.\" with -mandoc, it might implement .Mx itself, but we want to
.\" use our own definition. And .Dd must come *first*, always.
.\"
.Dd $Mdocdate: September 24 2014 $
.Dd $Mdocdate: October 3 2014 $
.\"
.\" Check which macro package we use, and do other -mdoc setup.
.\"
@ -1875,9 +1875,9 @@ This is different from
.It Ev HISTSIZE
The number of commands normally stored for history.
The default is 2047.
Do not set this value as high as 1000000000 because otherwise,
Do not set this value to insanely high values such as 1000000000 because
.Nm
cannot allocate enough memory for keeping the history and will not start.
can then not allocate enough memory for the history and will not start.
.It Ev HOME
The default directory for the
.Ic cd