diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 16:01:33 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 16:01:33 +0000 |
commit | e2900f45a964e381e1d35a98466c15416a90ea6c (patch) | |
tree | 73ae4049e357eb3f1a87dbcc8714c1574b0cf64e /lib/libedit/editline.3 | |
parent | 3119f0b561c53a2ff7b5b29d8adf596bfec0d3b7 (diff) | |
download | FreeBSD-src-e2900f45a964e381e1d35a98466c15416a90ea6c.zip FreeBSD-src-e2900f45a964e381e1d35a98466c15416a90ea6c.tar.gz |
Introduce .Lb macro to libedit manpage
Diffstat (limited to 'lib/libedit/editline.3')
-rw-r--r-- | lib/libedit/editline.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index c1fed73..7528f5f 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -59,6 +59,8 @@ .Nm history_end , .Nm history .Nd line editor and history functions +.Sh LIBRARY +.Lb libedit .Sh SYNOPSIS .Fd #include <histedit.h> .Ft EditLine * |