Skip to content

Commit f655136

Browse files
author
Connor
committed
Bumped to version 1.4.6; updated Man page
1 parent 9fc5f25 commit f655136

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OUTDIR = bin
1919

2020
# Target and Version
2121
TARGET = fetchme
22-
VERSION = 1.4.5
22+
VERSION = 1.4.6
2323
include config_backend.mk
2424
# These variables depend on values from config_backend.mk
2525
INCLUDES:= $(wildcard $(SRCDIR)/modules/include/*.h)

docs/fetchme.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.TH FETCHME 1 fetchme-v1.4.1
1+
.TH FETCHME 1 fetchme-v1.4.6
22
.SH "NAME"
33
.PP
4-
fetchme - Fast System Information Tool.
4+
fetchme - Fast System Information Tool Written in C.
55
.SH "SYNOPSIS"
66
.PP
77
\fBfetchme\fP \fB-h \fR|\fB -v\fP
@@ -15,7 +15,7 @@ computer specifications.
1515

1616
.TP
1717
There are Dependencies on Xlib/xcb, XRandr/xcb-randr, and libpci if you use the
18-
Resolution, Refresh Rate, or GPU detection modules respectfully.
18+
Resolution, Refresh Rate, Window Manager, or GPU detection modules respectfully.
1919
.SH "OPTIONS"
2020
.TP
2121
.BR \-h
@@ -32,9 +32,9 @@ compiled and linked in only when they are selected in the configuration,
3232
eliminating dead code.
3333
.SH "ISSUES"
3434
.PP
35-
Resolution, Refresh Rate, and GPU detection are all dependant on
35+
Resolution, Refresh Rate, Window Manager, and GPU detection are all dependant on
3636
libraries that some users may not have, making these modules useless
37-
for users that don't have X11, or don't have libpci.
37+
for users that don't have libX11, libXrandr, libxcb, or libpci.
3838
.SH "SEE ALSO"
3939
.PP
4040
\fBXrandr\fP(1) \fBpcilib\fP(1) \fBuname\fP(1)

0 commit comments

Comments
 (0)