Module Name: src
Committed By: wiz
Date: Sat Sep 2 06:48:10 UTC 2017
Modified Files:
src/lib/libedit: editline.3
Log Message:
Remove trailing whitespace; convert Xr readline to Nm readline, since
we won't get a readline man page in base.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 src/lib/libedit/editline.3:1.98
--- src/lib/libedit/editline.3:1.97 Fri Sep 1 10:19:10 2017
+++ src/lib/libedit/editline.3 Sat Sep 2 06:48:10 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: editline.3,v 1.97 2017/09/01 10:19:10 christos Exp $
+.\" $NetBSD: editline.3,v 1.98 2017/09/02 06:48:10 wiz Exp $
.\"
.\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -844,7 +844,7 @@ Save the history list to the opened
pointer
.Fa fp .
.It Dv H_NSAVE_FP , Fa "size_t n" , Fa "FILE *fp"
-Save the last
+Save the last
.Ft n
history entries to the opened
.Ft FILE
@@ -860,7 +860,7 @@ be entered into the history.
Delete the event numbered
.Fa e .
This function is only provided for
-.Xr readline 3
+.Nm readline
compatibility.
The caller is responsible for free'ing the string in the returned
.Fa HistEvent .