Module Name:    src
Committed By:   wiz
Date:           Sun May 11 09:01:42 UTC 2014

Modified Files:
        src/lib/libedit: editline.3

Log Message:
Add An to authors. Wording.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.81 src/lib/libedit/editline.3:1.82
--- src/lib/libedit/editline.3:1.81	Sun May 11 01:05:17 2014
+++ src/lib/libedit/editline.3	Sun May 11 09:01:42 2014
@@ -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 @@ Save the history list to
 .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 @@ and the readline emulation appeared in
 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

Reply via email to