fixed man page - iomenu - interactive terminal-based selection menu
 (HTM) git clone git://bitreich.org/iomenu git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/iomenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 831d075aa676cd1905db7374143f296b211ae4e5
 (DIR) parent a59517e3e67ce0600a1dc3b2f4d7377f419f4af5
 (HTM) Author: Josuah Demangeon <mail@josuah.net>
       Date:   Sat, 15 Apr 2017 13:14:12 +0200
       
       fixed man page
       
       Diffstat:
         M iomenu.1                            |      13 ++++---------
       
       1 file changed, 4 insertions(+), 9 deletions(-)
       ---
 (DIR) diff --git a/iomenu.1 b/iomenu.1
       @@ -14,11 +14,9 @@
        .
        .
        .Nm
       +.Op Fl tbs
        .Op Fl l Ar lines
        .Op Fl p Ar prompt
       -.Op Fl b
       -.Op Fl s
       -.Op Fl t
        .
        .
        .Sh DESCRIPTION
       @@ -48,14 +46,14 @@ lines.
        Set the prompt to display at the beginning of the input to
        .Ar prompt .
        .
       -.It Fl t
       +.It Fl s
        If a line starts with
        .Li # ,
        .Nm
        will interprete it as a header, which always matches, and can not be
        printed.
        .
       -.It Fl t / Fl b
       +.It Fl t Ns / Ns Fl b
        Print the menu at the top / bottom rather than at current cursor
        position.
        Reset the cursor postition afterward.
       @@ -69,12 +67,9 @@ An active selection is highlighted, and can be controlled with keybindings.
        .It Ic ^P Ns , Ic ^N
        Move selection to the previous/next item.
        .
       -.It Ic ^M Ns , Ic Enter
       +.It Ic ^M Ns , Ic ^J Ns , Ic Enter
        Print the selection to the standard output, and exit 0.
        .
       -.It Ic ^J
       -Print the current input to the standard output, and exit 0.
       -.
        .It Ic ^Y
        Print the selection to the standard output but
        .Sy continue running .