diff options
Diffstat (limited to 'lib/libedit/editline.3')
-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 |