diff options
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editline.3 | 4 | ||||
-rw-r--r-- | lib/libedit/editrc.5 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 373e5cd..1321fe8 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -189,7 +189,7 @@ The return value is -1 if the command is unknown, 0 if there was no error or .Dq prog -didn't match, or +did not match, or 1 if the command returned an error. Refer to .Xr editrc 5 @@ -449,7 +449,7 @@ Insert into the line at the cursor. Returns -1 if .Fa str -is empty or won't fit, and 0 otherwise. +is empty or will not fit, and 0 otherwise. .It Fn el_deletestr Delete .Fa num diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5 index 62c1409..e1fba8b 100644 --- a/lib/libedit/editrc.5 +++ b/lib/libedit/editrc.5 @@ -254,7 +254,7 @@ No sanity checking is done. .Xc Control which tty modes that .Nm -won't allow the user to change. +will not allow the user to change. .Fl d , .Fl q or |