Module Name: src
Committed By: wiz
Date: Thu Jan 10 16:03:06 UTC 2013
Modified Files:
src/lib/libedit: editline.3
Log Message:
In 2000, .editrc reading from $PWD was removed. Update the man page.
>From LEVAI Daniel via jmc@OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/lib/libedit/editline.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/editline.3
diff -u src/lib/libedit/editline.3:1.77 src/lib/libedit/editline.3:1.78
--- src/lib/libedit/editline.3:1.77 Tue Sep 11 20:29:58 2012
+++ src/lib/libedit/editline.3 Thu Jan 10 16:03:06 2013
@@ -1,6 +1,6 @@
-.\" $NetBSD: editline.3,v 1.77 2012/09/11 20:29:58 christos Exp $
+.\" $NetBSD: editline.3,v 1.78 2013/01/10 16:03:06 wiz Exp $
.\"
-.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1997-2013 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
@@ -26,7 +26,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 11, 2012
+.Dd January 10, 2013
.Dt EDITLINE 3
.Os
.Sh NAME
@@ -581,8 +581,6 @@ If
is
.Dv NULL ,
try
-.Pa $PWD/.editrc
-then
.Pa $HOME/.editrc .
Refer to
.Xr editrc 5