diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
| commit | d0353b836e88609b9400851d32e0aa6645ff9be3 (patch) | |
| tree | aa7324a24491215cb462cf95382795f1649d10b6 /lib/libedit | |
| parent | 1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (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 |
