mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix wrong ' in manpage (should be `)
This commit is contained in:
parent
8099dbef4c
commit
e7375f77e8
2 changed files with 2 additions and 2 deletions
|
@ -624,7 +624,7 @@ Message can be multi-line.
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
'-pid' *path*
|
`-pid` *path*
|
||||||
|
|
||||||
Make **rofi** create a pid file and check this on startup. Avoiding multiple copies running
|
Make **rofi** create a pid file and check this on startup. Avoiding multiple copies running
|
||||||
simultaneously. This is useful when running **rofi** from a keybinding daemon.
|
simultaneously. This is useful when running **rofi** from a keybinding daemon.
|
||||||
|
|
|
@ -984,7 +984,7 @@ default: {w} {c} {t}
|
||||||
Popup a message dialog (used internally for showing errors) with \fImessage\fR\. Message can be multi\-line\.
|
Popup a message dialog (used internally for showing errors) with \fImessage\fR\. Message can be multi\-line\.
|
||||||
.
|
.
|
||||||
.SS "Other"
|
.SS "Other"
|
||||||
\'\-pid\' \fIpath\fR
|
\fB\-pid\fR \fIpath\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
Make \fBrofi\fR create a pid file and check this on startup\. Avoiding multiple copies running simultaneously\. This is useful when running \fBrofi\fR from a keybinding daemon\.
|
Make \fBrofi\fR create a pid file and check this on startup\. Avoiding multiple copies running simultaneously\. This is useful when running \fBrofi\fR from a keybinding daemon\.
|
||||||
|
|
Loading…
Reference in a new issue