Skip to content

Commit

Permalink
Merge pull request #49 from Reokodoku/man-fixes
Browse files Browse the repository at this point in the history
Fix manpages
  • Loading branch information
Arnau478 committed Jul 9, 2024
2 parents f90e94c + fb15aff commit 24d9585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/hevi.1.man
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH HEVI 1 2024-05-12 "hevi 1.0.0-dev"
.TH HEVI 1 2024-07-09 "hevi 1.1.0-dev"
.SH NAME
hevi \- a hex viewer

Expand Down Expand Up @@ -38,7 +38,7 @@ enable or disable skipping of identical lines
raw format (disables most features)

.TP
\fB\-\-show-palette\fR
\fB\-\-show\-palette\fR
Show the current color palette in a table

.TP
Expand Down
10 changes: 5 additions & 5 deletions doc/hevi.5.man
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.TH HEVI 5 2024-05-12 "hevi 1.0.0-dev"
.TH HEVI 5 2024-07-09 "hevi 1.1.0-dev"
.SH NAME
hevi configuration file

.SH SYNOPSIS
.I ~/.config/hevi/config.ziggy
.I \[ti]/.config/hevi/config.ziggy

.SH DESCRIPTION
This page explains how the configuration file is structured and what its fields are.
Expand Down Expand Up @@ -63,9 +63,9 @@ The config file is located at:
.SH EXAMPLES
.in +4
.EX
.color = true,
.skip_lines = false,
.palette = Palette{
\[char46]color = true,
\[char46]skip_lines = false,
\[char46]palette = Palette{
.normal = @color("yellow"),
.normal_alt = @color("yellow::dim"),
.normal_accent = @color("yellow:bright_black:bold"),
Expand Down

0 comments on commit 24d9585

Please sign in to comment.