- tweak manpage
This commit is contained in:
parent
371e41ab6e
commit
baf14920a9
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/03 20:27:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/05/04 07:46:23 jasper Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= ${APM_ARCHS}
|
||||
|
||||
COMMENT= generate a statusbar for use with i3/xmobar/dzen2
|
||||
|
||||
DISTNAME= i3status-2.5
|
||||
REVISION= 0
|
||||
CATEGORIES= x11 sysutils
|
||||
|
||||
HOMEPAGE= http://i3wm.org/i3status/
|
||||
|
26
x11/i3status/patches/patch-man_i3status_man
Normal file
26
x11/i3status/patches/patch-man_i3status_man
Normal file
@ -0,0 +1,26 @@
|
||||
$OpenBSD: patch-man_i3status_man,v 1.1 2012/05/04 07:46:23 jasper Exp $
|
||||
|
||||
Update manpage to reflect recent OpenBSD changes.
|
||||
|
||||
--- man/i3status.man.orig Wed May 2 17:43:57 2012
|
||||
+++ man/i3status.man Fri May 4 09:45:02 2012
|
||||
@@ -217,7 +217,7 @@ Gets the temperature of the given thermal zone.
|
||||
|
||||
=== CPU Usage
|
||||
|
||||
-Gets the percentual CPU usage from +/proc/stat+.
|
||||
+Gets the percentual CPU usage from +/proc/stat+ (Linux) or +sysctl(3)+ (FreeBSD/OpenBSD).
|
||||
|
||||
*Example order*: +cpu_usage+
|
||||
|
||||
@@ -254,6 +254,10 @@ details on the format string.
|
||||
|
||||
Outputs the volume of the specified mixer on the specified device. Works only
|
||||
on Linux because it uses ALSA.
|
||||
+A simplified configuration can be used on FreeBSD and OpenBSD due to
|
||||
+the lack of ALSA, the +device+, +mixer+ and +mixder_idl+ options can be
|
||||
+ignored on these systems. On these systems the OSS API is used instead to
|
||||
+query +/dev/mixer+ directly.
|
||||
|
||||
*Example order*: +volume master+
|
||||
|
Loading…
x
Reference in New Issue
Block a user