diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-01 11:23:20 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-01 11:23:20 +0000 |
commit | 40d744ca66751391cbefc0f7df8a8b14f45b6172 (patch) | |
tree | 5192defc490bdd177f2f71099b1b60358ca0783a | |
parent | a6426078ee624c22f5816c01a3ff5b80685d5dcb (diff) |
Fix typo, which was already spotted by jmc@, but missing in the previous
commit.
-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" |