This commit is contained in:
Nikita Ivanov 2022-08-02 22:45:42 +05:00
parent 7919d67e21
commit 1eff006767
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -254,16 +254,16 @@ Comments start with number sign
.PP .PP
Example: Example:
. .
.EX
.IP .IP
.EX
# Set an option # Set an option
set forcekitty set forcekitty
.IP \~
# Add a new preview # Add a new preview
preview cow .moo {{ preview cow .moo {{
\& cowsay < "$f" \& cowsay < "$f"
}} }}
.IP \~
# Remove some previews # Remove some previews
remove w3m remove w3m
remove lynx remove lynx
@ -340,7 +340,7 @@ to produce a formatted manpage like the one you are reading.
. .
.PP .PP
Manpages filenames may also end with other extensions: Manpages filenames may also end with other extensions:
\(lq.2\(rq,\(lq.3\(rq,\(lq.4\(rq and so on. \(lq.2\(rq, \(lq.3\(rq, \(lq.4\(rq and so on.
It's possible to make user-defines previews apply to several It's possible to make user-defines previews apply to several
file types at once: file types at once:
. .