Procházet zdrojové kódy

Referring to the new changes in the manpage.

master
phillbush před 4 roky
rodič
revize
c0cff00dc8
2 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. +6
    -0
      xmenu.1
  2. +1
    -1
      xmenu.c

+ 6
- 0
xmenu.1 Zobrazit soubor

@@ -4,6 +4,7 @@ xmenu \- menu utility for X
.SH SYNOPSIS
.B xmenu
.RB [ \-w ]
.RI [ title... ]
.SH DESCRIPTION
.B xmenu
is a menu for X,
@@ -35,8 +36,13 @@ An item without label is considered a separator and is drawn as a thin line in t
separating the item above from the item below.
.IP
The command is the string that will be output after selecting the item.
If the item spawns a submenu, the command is the title of the menu.
.IP
The newline terminates the item specification.
.PP
If the argument
.I title
is given, the title of the menu window is set to it.
.SH USAGE
.B xmenu
is controlled by the mouse,


+ 1
- 1
xmenu.c Zobrazit soubor

@@ -827,6 +827,6 @@ cleanup(void)
static void
usage(void)
{
(void)fprintf(stderr, "usage: xmenu [-w]\n");
(void)fprintf(stderr, "usage: xmenu [-w] title...\n");
exit(1);
}

Načítá se…
Zrušit
Uložit