From af1720c73402fbac95ce05a03acf153fdbf404b3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Mar 2018 18:22:02 +0100 Subject: passextract.1: Make literals bold To more clearly identify literals in "`literal`" blocks in the man page, make them bold by doing a simple text replacement on them. Note that this Makefile makes a `passextract.1` file at the root of the project. Need to fix that. --- doc/passextract.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/passextract.1 b/doc/passextract.1 index cddc96f..8aa4f0b 100644 --- a/doc/passextract.1 +++ b/doc/passextract.1 @@ -102,7 +102,7 @@ Copy the currently selected line .RE .SH "EXAMPLES" .sp -Passextract can be invoked on its own or with the piped output of pass show\&. +Passextract can be invoked on its own or with the piped output of \fBpass show\fR\&. .sp .if n \{\ .RS 4 @@ -115,7 +115,7 @@ $ passextract github\&.com .RE .\} .sp -The included Bash completion file provides the same tab completion options as pass show\&. +The included Bash completion file provides the same tab completion options as \fBpass show\fR\&. .SH "SHELL COMPLETION" .sp -Shell completion is provided to complete pass(1) files\&. To enable Bash completion, source the included passextract\&.bash\-completion file\&. +Shell completion is provided to complete pass(1) files\&. To enable Bash completion, source the included \fBpassextract\&.bash\-completion\fR file\&. -- cgit v1.2.3