diff options
author | 1999-02-27 21:54:48 +0000 | |
---|---|---|
committer | 1999-02-27 21:54:48 +0000 | |
commit | 960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch) | |
tree | 7c7161599c52771fdf4d5c9d491663056a570428 /lib/libedit | |
parent | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff) | |
download | wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip |
make function names the correct case
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editline.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 485184a752c..6543ecec993 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.3 1999/01/05 11:04:18 d Exp $ +.\" $OpenBSD: editline.3,v 1.4 1999/02/27 21:57:22 deraadt Exp $ .\" $NetBSD: editline.3,v 1.4 1997/01/14 04:17:23 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -106,7 +106,7 @@ Programs should be linked with .Fl ledit ltermcap . .Sh LINE EDITING FUNCTIONS The line editing functions use a common data structure, -.Fa EditLine , +.Fa editline , which is created by .Fn el_init and freed by @@ -391,7 +391,7 @@ Otherwise, it's the responsibility of the application to call on the appropriate occasions. .It Fn el_line Return the editing information for the current line in a -.Fa LineInfo +.Fa lineinfo structure, which is defined as follows: .Bd -literal typedef struct lineinfo { @@ -414,7 +414,7 @@ characters before the cursor. .El .Sh HISTORY LIST FUNCTIONS The history functions use a common data structure, -.Fa History , +.Fa history , which is created by .Fn history_init and freed by |