A few minor edits and corrections in man and inxi

This commit is contained in:
Harald Hope 2018-07-12 15:13:05 -07:00
parent 75b50f9204
commit aad0f48aef
2 changed files with 4 additions and 4 deletions

2
inxi
View file

@ -15433,7 +15433,7 @@ sub get_wm_wmctrl {
elsif ($desktop_session eq 'trinity' && lc($desktop[5]) eq 'kwin') {$desktop[5] = 'Twin'} elsif ($desktop_session eq 'trinity' && lc($desktop[5]) eq 'kwin') {$desktop[5] = 'Twin'}
get_wm_version('wmctrl',$desktop[5]); get_wm_version('wmctrl',$desktop[5]);
} }
eval $end if $b_log; eval $end if $b_log;
} }
sub get_wm_version { sub get_wm_version {
eval $start if $b_log; eval $start if $b_log;

6
inxi.1
View file

@ -692,9 +692,9 @@ idm, kdm, lightdm, lxdm, mdm, nodm, sddm, slim, tint, wdm, and xdm.
\- Adds, if run in X, window manager type (\fBwm\fR), if available. \- Adds, if run in X, window manager type (\fBwm\fR), if available.
Not all window managers are supported. Some desktops support using more than one Not all window managers are supported. Some desktops support using more than one
window manager, so this can be useful to see what windom manager is actually running. window manager, so this can be useful to see what window manager is actually running.
If none found, shows nothing. Uses a less accurate fallback test of \fBps\fR If none found, shows nothing. Uses a less accurate fallback tool \fBwmctrl\fR
data if \fBwmctrl\fR is not installed. if \fBps\fR tests fail to find data.
.TP .TP
.B \-xx \-\-slots\fR .B \-xx \-\-slots\fR
\- Adds slot length. \- Adds slot length.