Skip to content

Commit 2aea3dc

Browse files
authored
Merge pull request #77 from polluks/patch-3
Changed .BR
2 parents f7890ce + 3802d83 commit 2aea3dc

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

pfetch.1

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,67 +9,67 @@ pfetch \- A pretty system information tool
99
is a pretty system information tool written in POSIX sh.
1010
.SH OPTIONS
1111
.TP
12-
.BR \-d,\ --debug
12+
.B \-d, --debug
1313
Debug information
1414
.TP
15-
.BR \-v,\ --version
15+
.B \-v, --version
1616
Prints out pfetch version
1717
.SH CONFIGURATION
1818
.B pfetch
1919
is configured through environment variables
2020
.TP
21-
.BR PF_INFO
21+
.B PF_INFO
2222
A space separated list of what information to display.
2323
If 'ascii' will be used, it must come first.
2424
If 'all' will be used it must be the only option.
2525

2626
Options: all, ascii, title, os, host, kernel, uptime, pkgs, memory, shell, editor, wm, de, palette, disk, term, resolution, cpus
2727
.TP
28-
.BR PF_SOURCE
28+
.B PF_SOURCE
2929
A file to source before running pfetch.
3030
.TP
31-
.BR PF_SEP
31+
.B PF_SEP
3232
Separator between info name and info data.
3333
.TP
34-
.BR PF_COLOR
34+
.B PF_COLOR
3535
Enable/Disable colors in output: 1 (true), 0 (false)
3636
.TP
37-
.BR PF_COL1
37+
.B PF_COL1
3838
Color of info names: Valid: 0-9
3939
.TP
40-
.BR PF_COL2
40+
.B PF_COL2
4141
Color of info data: Valid: 0-9
4242
.TP
43-
.BR PF_COL3
43+
.B PF_COL3
4444
Color of title data: Valid: 0-9
4545
.TP
46-
.BR PF_ALIGN
46+
.B PF_ALIGN
4747
Alignment padding.
4848
.TP
49-
.BR PF_ASCII
49+
.B PF_ASCII
5050
Which ascii art to use.
5151
.TP
52-
.BR PF_CUSTOM_ASCII
52+
.B PF_CUSTOM_ASCII
5353
When this is set to the path of a file, that file will be used as ascii art.
5454
.TP
55-
.BR PF_OS
55+
.B PF_OS
5656
Override the value of os.
5757
.TP
58-
.BR PF_HOST
58+
.B PF_HOST
5959
Override the value of host.
6060
.TP
61-
.BR PF_KERNEL
61+
.B PF_KERNEL
6262
Override the value of kernel.
6363
.TP
64-
.BR PF_PACKAGE_MANAGERS
64+
.B PF_PACKAGE_MANAGERS
6565
Show/Hide Package Manager names: Valid: on, tiny, off
6666
.TP
67-
.BR PF_DISABLED_PACKAGE_MANAGERS
67+
.B PF_DISABLED_PACKAGE_MANAGERS
6868
Disable individual package managers.
6969
.TP
70-
.BR PF_ENABLE_SLOW_PACKAGE_MANAGERS
70+
.B PF_ENABLE_SLOW_PACKAGE_MANAGERS
7171
Enable slower package managers that are disabled by default
7272
.TP
73-
.BR PF_DISKPATH
73+
.B PF_DISKPATH
7474
Mount point of the disk used for disk info.
7575
.TP

0 commit comments

Comments
 (0)