diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-06 16:46:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-06 16:46:24 +0000 |
| commit | 0d8324cd3617af09a60559e2f4557a793a167e34 (patch) | |
| tree | 2933c6e9f72276c03f0a16b3abc112db4f58a90e /lib/libedit | |
| parent | 1367cb73f53466185f1c79ee57154ab6a72ea325 (diff) | |
Notes
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/editline.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 8dfa4eb57560..e9688183776b 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -198,7 +198,7 @@ Refer to .Xr editrc 5 for more information. .Pp -.Em NOTE: +.Em NOTE : .Va argv[0] may be modified by .Fn el_parse . @@ -348,7 +348,7 @@ Expecting further command input as arguments, do nothing visually. Refresh display. .It Dv CC_CURSOR Cursor moved, so update and perform -.Dv CC_REFRESH. +.Dv CC_REFRESH . .It Dv CC_REDISPLAY Redisplay entire input line. This is useful if a key binding outputs extra information. @@ -420,8 +420,7 @@ Delete characters before the cursor. .It Fn el_data_set Set the user data to -.Fa data -. +.Fa data . .It Fn el_data_get Get the user data. .El |
