diff options
author | 2003-11-01 11:23:19 +0000 | |
---|---|---|
committer | 2003-11-01 11:23:19 +0000 | |
commit | b0a51aa3284fca840902b6a74636210fb1ef9c20 (patch) | |
tree | a4df94db3e3c2c9ad86ee059b70c009ec751b843 /lib/libedit | |
parent | Complete incomplete H_ADD description. (diff) | |
download | wireguard-openbsd-b0a51aa3284fca840902b6a74636210fb1ef9c20.tar.xz wireguard-openbsd-b0a51aa3284fca840902b6a74636210fb1ef9c20.zip |
Fix typo, which was already spotted by jmc@, but missing in the previous
commit.
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editline.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index f63099880a2..f9f9bd6ea31 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.16 2003/11/01 08:24:09 otto Exp $ +.\" $OpenBSD: editline.3,v 1.17 2003/11/01 11:23:19 otto Exp $ .\" $NetBSD: editline.3,v 1.38 2003/09/26 21:09:13 wiz Exp $ .\" .\" Copyright (c) 1997-1999 The NetBSD Foundation, Inc. @@ -559,7 +559,7 @@ Append .Fa str to the current element of the history, or perform the .Dv H_ENTER -operation wth argument +operation with argument .Fa str if there is no current element. .It Dv H_APPEND , Fa "const char *str" |