From 2775b771f27d7a1d89cdf067a56cc0e9238f101d Mon Sep 17 00:00:00 2001 From: polluks2 <74630735+polluks2@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:39:20 +0200 Subject: [PATCH] [man] Add italics (#3097) --- man/man1/fzf-tmux.1 | 2 +- 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.