diff options
author | 2014-12-12 17:04:22 +0000 | |
---|---|---|
committer | 2014-12-12 17:04:22 +0000 | |
commit | 29b9d79946e872425ad727248441e3d55c38a766 (patch) | |
tree | b0d6e9560af5fd01dfbb410b62739c2f96f2ce7d /lib | |
parent | oops, i was not supposed to disable mwait. found by stsp (diff) | |
download | wireguard-openbsd-29b9d79946e872425ad727248441e3d55c38a766.tar.xz wireguard-openbsd-29b9d79946e872425ad727248441e3d55c38a766.zip |
markup fixes from Kaspars at Bankovskis dot net;
some of this is already contained upstream in NetBSD,
the rest will be sent there
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/editline.3 | 19 | ||||
-rw-r--r-- | lib/libedit/editrc.5 | 11 |
2 files changed, 19 insertions, 11 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index c6a35b0c01f..58a0a6af31e 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.34 2014/05/19 08:58:34 nicm Exp $ +.\" $OpenBSD: editline.3,v 1.35 2014/12/12 17:04:22 schwarze Exp $ .\" $NetBSD: editline.3,v 1.73 2010/01/03 19:05:26 wiz Exp $ .\" .\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 19 2014 $ +.Dd $Mdocdate: December 12 2014 $ .Dt EDITLINE 3 .Os .Sh NAME @@ -73,7 +73,7 @@ .Nm tok_wstr .Nd line editor, history and tokenization functions .Sh SYNOPSIS -.Fd #include <histedit.h> +.In histedit.h .Ft EditLine * .Fn el_init "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr" .Ft void @@ -860,17 +860,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 diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 32d8a6c5dc4..7a7d6134104 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editrc.5,v 1.26 2013/01/10 14:21:47 jmc Exp $ +.\" $OpenBSD: editrc.5,v 1.27 2014/12/12 17:04:22 schwarze Exp $ .\" $NetBSD: editrc.5,v 1.24 2009/04/11 22:17:52 wiz Exp $ .\" .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 10 2013 $ +.Dd $Mdocdate: December 12 2014 $ .Dt EDITRC 5 .Os .Sh NAME @@ -518,8 +518,11 @@ library. .Xr regex 3 , .Xr termcap 5 .Sh AUTHORS +.An -nosplit The .Nm editline -library was written by Christos Zoulas, -and this manual was written by Luke Mewburn, +library was written by +.An Christos Zoulas , +and this manual was written by +.An Luke Mewburn , with some sections inspired by tcsh. |