summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-01-05 11:04:18 +0000
committerd <d@openbsd.org>1999-01-05 11:04:18 +0000
commit2ddc4be0aa780a3dcf3df0c0b62b7df9b9481210 (patch)
treeeb06127f821c00b4df5322cd16961c87a108fb89
parentupdate to correct entries for stacken (diff)
downloadwireguard-openbsd-2ddc4be0aa780a3dcf3df0c0b62b7df9b9481210.tar.xz
wireguard-openbsd-2ddc4be0aa780a3dcf3df0c0b62b7df9b9481210.zip
fix misleading proto
-rw-r--r--lib/libedit/editline.34
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