mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Manpage] Addd dash remark to manpage.
This commit is contained in:
parent
58a51f7f88
commit
83610ff682
2 changed files with 9 additions and 0 deletions
|
@ -151,6 +151,11 @@ multiple entries can be passed using the \fB\fC\\x1f\fR separator.
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
.SH DASH shell
|
||||||
|
.PP
|
||||||
|
If you use the \fB\fCdash\fR shell for your script, take special care with how dash handles escaped values for the separators.
|
||||||
|
See issue #1201 on github.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.PP
|
.PP
|
||||||
rofi(1), rofi\-sensible\-terminal(1), dmenu(1), rofi\-theme(5), rofi\-theme\-selector(1)
|
rofi(1), rofi\-sensible\-terminal(1), dmenu(1), rofi\-theme(5), rofi\-theme\-selector(1)
|
||||||
|
|
|
@ -108,6 +108,10 @@ multiple entries can be passed using the `\x1f` separator.
|
||||||
echo -en "aap\0icon\x1ffolder\x1finfo\x1ftest\n"
|
echo -en "aap\0icon\x1ffolder\x1finfo\x1ftest\n"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## DASH shell
|
||||||
|
|
||||||
|
If you use the `dash` shell for your script, take special care with how dash handles escaped values for the separators.
|
||||||
|
See issue #1201 on github.
|
||||||
|
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
|
Loading…
Reference in a new issue