diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-05 11:04:19 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-05 11:04:19 +0000 |
commit | 65adbf725c06baaac6bc27dd4769fae6a9e3d45c (patch) | |
tree | cb66e5eabeb4d488624b2af1e4c53bbfded27b2a /lib/libedit | |
parent | ac116e4f7364fc1e4977fe5c8295f769a02d022a (diff) |
fix misleading proto
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 a72c255a379..485184a752c 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.2 1997/03/14 05:12:44 millert Exp $ +.\" $OpenBSD: editline.3,v 1.3 1999/01/05 11:04:18 d Exp $ .\" $NetBSD: editline.3,v 1.4 1997/01/14 04:17:23 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -89,7 +89,7 @@ .Ft void .Fn history_end "History *h" .Ft HistEvent * -.Fn history "History h" "int op" "..." +.Fn history "History *h" "int op" "..." .Sh DESCRIPTION The .Nm |