diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-11-03 19:19:40 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-11-03 19:19:40 +0000 |
commit | e53dc31c5b4e1df0e7938e553db119a768e8d8a5 (patch) | |
tree | c86ab1703303958a45cd7be83e98250db3696497 | |
parent | ebeb930e18ea47f363334e3dd38da969d738e221 (diff) |
HISTSIZE cranked to 500
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 35c40aae72d..962c79aef69 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.73 2004/10/28 04:55:51 jaredy Exp $ +.\" $OpenBSD: ksh.1,v 1.74 2004/11/03 19:19:39 jaredy Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1431,7 +1431,7 @@ in future, may also use a default history file. .It Ev HISTSIZE The number of commands normally stored for history. -The default is 128. +The default is 500. .It Ev HOME The default directory for the .Ic cd diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 8f176533b72..89330a040b4 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.73 2004/10/28 04:55:51 jaredy Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.74 2004/11/03 19:19:39 jaredy Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1431,7 +1431,7 @@ in future, may also use a default history file. .It Ev HISTSIZE The number of commands normally stored for history. -The default is 128. +The default is 500. .It Ev HOME The default directory for the .Ic cd |