diff options
| author | lukem <lukem@NetBSD.org> | 1999-01-05 22:46:22 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1999-01-05 22:46:22 +0000 |
| commit | ddfeeeebfd62962c4946797c5df9af85cbbd4881 (patch) | |
| tree | 06922e2fda951b19aa4107d76a91e6d054701f0b /lib/libedit | |
| parent | d759703a01e3f0eb29d680ac7605ad8b4e15daec (diff) | |
fix history() prototype. (d@openbsd.org)
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/editline.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 3636a5a457a..660109123e5 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: editline.3,v 1.14 1998/07/29 02:26:00 lukem Exp $ +.\" $NetBSD: editline.3,v 1.15 1999/01/05 22:46:22 lukem Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -92,7 +92,7 @@ .Ft void .Fn history_end "History *h" .Ft int -.Fn history "History h" "HistEvent *ev" "int op" "..." +.Fn history "History *h" "HistEvent *ev" "int op" "..." .Sh DESCRIPTION The .Nm |
