Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit Add An to authors. Wording.



details:   https://anonhg.NetBSD.org/src/rev/772967d58dc4
branches:  trunk
changeset: 329148:772967d58dc4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 11 09:01:42 2014 +0000

description:
Add An to authors. Wording.

diffstat:

 lib/libedit/editline.3 |  19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r c451b7f3e282 -r 772967d58dc4 lib/libedit/editline.3
--- a/lib/libedit/editline.3    Sun May 11 07:53:28 2014 +0000
+++ b/lib/libedit/editline.3    Sun May 11 09:01:42 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: editline.3,v 1.81 2014/05/11 01:05:17 christos Exp $
+.\"    $NetBSD: editline.3,v 1.82 2014/05/11 09:01:42 wiz Exp $
 .\"
 .\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -763,9 +763,9 @@
 .Fa file .
 .It Dv H_SAVE_FP , Fa "FILE *fp"
 Save the history list to the opened
-.Fa fp
 .Ft FILE
-pointer .
+pointer
+.Fa fp .
 .It Dv H_SETUNIQUE , Fa "int unique"
 Set flag that adjacent identical event strings should not be entered
 into the history.
@@ -886,17 +886,22 @@
 appeared in
 .Nx 1.5 .
 .Sh AUTHORS
+.An -nosplit
 The
 .Nm
-library was written by Christos Zoulas.
-Luke Mewburn wrote this manual and implemented
+library was written by
+.An Christos Zoulas .
+.An Luke Mewburn
+wrote this manual and implemented
 .Dv CC_REDISPLAY ,
 .Dv CC_REFRESH_BEEP ,
 .Dv EL_EDITMODE ,
 and
 .Dv EL_RPROMPT .
-Jaromir Dolecek implemented the readline emulation.
-Johny Mattsson implemented wide-character support.
+.An Jaromir Dolecek
+implemented the readline emulation.
+.An Johny Mattsson
+implemented wide-character support.
 .Sh BUGS
 At this time, it is the responsibility of the caller to
 check the result of the



Home | Main Index | Thread Index | Old Index