diff options
| author | polluks2 <74630735+polluks2@users.noreply.github.com> | 2024-08-25 15:39:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 22:39:20 +0900 |
| commit | 2775b771f27d7a1d89cdf067a56cc0e9238f101d (patch) | |
| tree | 5294973a1d2ca0f6b7cf3d64d55cf3fe1e7978a6 /man | |
| parent | cf7a3c6a0ec0421fe1a39a4bc31aae8fa2b5b160 (diff) | |
| download | fzf-2775b771f27d7a1d89cdf067a56cc0e9238f101d.tar.gz | |
[man] Add italics (#3097)
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf-tmux.1 | 2 | ||||
| -rw-r--r-- | man/man1/fzf.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index fd10c927..ccb9591b 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -27,7 +27,7 @@ THE SOFTWARE. fzf\-tmux - open fzf in tmux split pane .SH SYNOPSIS -.B fzf\-tmux [LAYOUT OPTIONS] [\-\-] [FZF OPTIONS] +.B fzf\-tmux [\fILAYOUT OPTIONS\fR] [\-\-] [\fIFZF OPTIONS\fR] .SH DESCRIPTION fzf\-tmux is a wrapper script for fzf that opens fzf in a tmux split pane or in diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 8ab7d7de..c960891d 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -27,7 +27,7 @@ THE SOFTWARE. fzf - a command-line fuzzy finder .SH SYNOPSIS -fzf [options] +fzf [\fIoptions\fR] .SH DESCRIPTION fzf is an interactive filter program for any kind of list. |
