diff --git a/doc/command_options.xml b/doc/command_options.xml
index f648d0aa..adfa599f 100644
--- a/doc/command_options.xml
+++ b/doc/command_options.xml
@@ -30,7 +30,7 @@
Config file to load instead of
- $HOME/.config/conky/conky.conf
+ ~/.config/conky/conky.conf.
@@ -128,7 +128,7 @@
- Text to render, remember single quotes, like -t ' $uptime '
+ Text to render, remember single quotes, like -t ' $uptime '.
@@ -169,7 +169,7 @@
- X position
+ X position.
@@ -179,7 +179,7 @@
- X position
+ X position.
@@ -200,7 +200,7 @@
- Y position
+ Y position.
diff --git a/doc/config_settings.xml b/doc/config_settings.xml
index fcf6e2cc..4bab79d1 100644
--- a/doc/config_settings.xml
+++ b/doc/config_settings.xml
@@ -96,7 +96,7 @@
A comma-separated list of strings to use as the bars of a
graph output to console/shell. The first list item is used for the
- minimum bar height and the last item is used for the maximum. Example:
+ minimum bar height and the last item is used for the maximum, e.g.
" ,_,=,#".
@@ -137,7 +137,7 @@
- Default color and border color
+ Default color and border color.
@@ -190,7 +190,7 @@
- Default outline color
+ Default outline color.
@@ -199,7 +199,7 @@
- Default shading color and border's shading color
+ Default shading color and border's shading color.
@@ -267,7 +267,7 @@
- Draw borders around text?
+ Draw borders around text.
@@ -276,7 +276,7 @@
- Draw borders around graphs?
+ Draw borders around graphs.
@@ -285,7 +285,7 @@
- Draw outlines?
+ Draw outlines.
@@ -294,7 +294,7 @@
- Draw shades?
+ Draw shades.
@@ -313,7 +313,7 @@
- Font name in X, xfontsel can be used to get a nice font
+ Font name in X, xfontsel can be used to get a nice font.
@@ -522,7 +522,7 @@
- Mail spool for mail checking
+ Mail spool for mail checking.
@@ -532,7 +532,7 @@
Allow each port monitor to track at most this many
- connections (if 0 or not set, default is 256)
+ connections (if 0 or not set, default is 256).
@@ -544,7 +544,7 @@
When a line in the output contains 'width' chars and the end
isn't reached, the next char will start on a new line. If you want to
- make sure that lines don't get broken, set 'width' to 0
+ make sure that lines don't get broken, set 'width' to 0.
@@ -555,7 +555,7 @@
Maximum size of user text buffer, i.e. text inside
- conky.text section in config file (default is 16384 bytes)
+ conky.text section in config file (default is 16384 bytes).
@@ -565,7 +565,7 @@
- Maximum width of window
+ Maximum width of window.
@@ -575,7 +575,7 @@
- Minimum height of the window
+ Minimum height of the window.
@@ -585,7 +585,7 @@
- Minimum width of window
+ Minimum width of window.
@@ -594,7 +594,7 @@
- Host of MPD server
+ Host of MPD server.
@@ -603,7 +603,7 @@
- MPD server password
+ MPD server password.
@@ -612,7 +612,7 @@
- Port of MPD server
+ Port of MPD server.
@@ -621,7 +621,7 @@
- Host of MySQL server. Defaults to localhost
+ Host of MySQL server. Defaults to localhost.
@@ -630,7 +630,7 @@
- Port of MySQL server. Defaults to the default mysql port
+ Port of MySQL server. Defaults to the default mysql port.
@@ -640,7 +640,7 @@
MySQL user name to use when connecting to the server.
- Defaults to your username
+ Defaults to your username.
@@ -650,7 +650,7 @@
Password of the MySQL user. Place it between "-chars. When
- this is not set there is no password used
+ this is not set there is no password used.
@@ -659,7 +659,7 @@
- MySQL database to use. Defaults to mysql
+ MySQL database to use. Defaults to mysql.
@@ -669,7 +669,7 @@
Music player thread update interval (defaults to Conky's
- update interval)
+ update interval).
@@ -678,7 +678,7 @@
- The number of samples to average for net data
+ The number of samples to average for net data.
@@ -687,7 +687,7 @@
- Subtract (file system) buffers from used memory?
+ Subtract (file system) buffers from used memory.
@@ -697,7 +697,7 @@
The display that the nvidia variable will use (defaults to
- the value of the display variable)
+ the value of the display variable).
@@ -715,7 +715,7 @@
- Let conky act as a small http-server serving it's text.
+ Let conky act as a small http-server serving its text.
@@ -726,7 +726,7 @@
Print text in the console, but use ncurses so that conky can
print the text of a new update over the old text. (In the future this
- will provide more useful things)
+ will provide more useful things).
@@ -747,7 +747,7 @@
When set to no, there will be no output in X (useful when
you also use things like out_to_console). If you set it to no, make
sure that it's placed before all other X-related setting (take the
- first line of your configfile to be sure). Default value is yes
+ first line of your configfile to be sure). Default value is yes.
@@ -756,7 +756,7 @@
- Force UTF8? requires XFT
+ Force UTF8. Requires XFT.
@@ -774,7 +774,7 @@
- Boolean, create own window to draw?
+ Boolean, create own window to draw.
@@ -796,7 +796,7 @@
If own_window_transparent no, set a specified background
colour (defaults to black). Takes either a hex value (e.g. '#ffffff'),
a shorthand hex value (e.g. '#fff'), or a valid RGB name (see
- /usr/lib/X11/rgb.txt)
+ /usr/lib/X11/rgb.txt).
@@ -881,7 +881,7 @@
- Pad percentages to this many decimals (0 = no padding)
+ Pad percentages to this many decimals (0 = no padding).
@@ -931,7 +931,7 @@
- Border stippling (dashing) in pixels
+ Border stippling (dashing) in pixels.
@@ -985,7 +985,7 @@
If true, variables that output times output a number that
- represents seconds. This doesn't affect $time, $tztime and $utime
+ represents seconds. This doesn't affect $time, $tztime and $utime.
@@ -1026,7 +1026,7 @@
Total number of times for Conky to update before quitting.
- Zero makes Conky run forever
+ Zero makes Conky run forever.
@@ -1036,7 +1036,7 @@
- Update interval
+ Update interval.
@@ -1046,7 +1046,7 @@
- Update interval when running on batterypower
+ Update interval when running on battery power.
@@ -1056,7 +1056,7 @@
One or more batteries to check in order to use
- update_interval_on_battery (comma separated, BAT0 default)
+ update_interval_on_battery (comma separated, BAT0 default).
@@ -1065,7 +1065,7 @@
- Boolean value, if true, text is rendered in upper case
+ Boolean value, if true, text is rendered in upper case.
@@ -1087,7 +1087,7 @@
- Use Xft (anti-aliased font and stuff)
+ Use Xft (anti-aliased font and stuff).
diff --git a/doc/docs.xml b/doc/docs.xml
index b58bca17..dd5103c9 100644
--- a/doc/docs.xml
+++ b/doc/docs.xml
@@ -180,24 +180,21 @@
- conky
-
+
Start Conky in its own window with date and clock as
text and 30 sec update interval.
- conky
-
+
Start Conky to background at coordinates (5,
500).
- conky
-
+
Do not start Conky, but have it output the builtin
default config file to ~/.config/conky/conky.conf for later
diff --git a/doc/variables.xml b/doc/variables.xml
index c262c39e..b9dc51ae 100644
--- a/doc/variables.xml
+++ b/doc/variables.xml
@@ -18,7 +18,7 @@
- ACPI fan state
+ ACPI fan state.
@@ -58,7 +58,7 @@
- CPU temperature from therm_adt746x
+ CPU temperature from therm_adt746x.
@@ -67,7 +67,7 @@
- Fan speed from therm_adt746x
+ Fan speed from therm_adt746x.
@@ -77,7 +77,7 @@
- Align text to centre
+ Align text to centre.
@@ -87,7 +87,7 @@
- Right-justify text, with space of N
+ Right-justify text, with space of N.
@@ -99,7 +99,7 @@
Sets up the connection to apcupsd daemon. Prints nothing,
- defaults to localhost:3551
+ defaults to localhost:3551.
@@ -237,7 +237,7 @@
- Display APM AC adapter status (FreeBSD, OpenBSD only)
+ Display APM AC adapter status. FreeBSD, OpenBSD only.
@@ -246,7 +246,7 @@
- Display APM battery life in percent (FreeBSD, OpenBSD only)
+ Display APM battery life in percent. FreeBSD, OpenBSD only.
@@ -256,7 +256,7 @@
Display remaining APM battery life in hh:mm:ss or "unknown"
- if AC adapterstatus is on-line or charging (FreeBSD, OpenBSD only)
+ if AC adapterstatus is on-line or charging. FreeBSD, OpenBSD only.
@@ -266,7 +266,7 @@
- Progress bar
+ Progress bar.
@@ -275,7 +275,7 @@
- Bitrate of current tune
+ Bitrate of current tune.
@@ -284,7 +284,7 @@
- Number of audio channels of current tune
+ Number of audio channels of current tune.
@@ -293,7 +293,7 @@
- Full path and filename of current tune
+ Full path and filename of current tune.
@@ -302,7 +302,7 @@
- Sampling frequency of current tune
+ Sampling frequency of current tune.
@@ -311,7 +311,7 @@
- Total length of current tune as MM:SS
+ Total length of current tune as MM:SS.
@@ -320,7 +320,7 @@
- Total length of current tune in seconds
+ Total length of current tune in seconds.
@@ -329,7 +329,7 @@
- The current volume fetched from Audacious
+ The current volume fetched from Audacious.
@@ -338,7 +338,7 @@
- Number of tunes in playlist
+ Number of tunes in playlist.
@@ -347,7 +347,7 @@
- Playlist position of current tune
+ Playlist position of current tune.
@@ -356,7 +356,7 @@
- Position of current tune (MM:SS)
+ Position of current tune (MM:SS).
@@ -365,7 +365,7 @@
- Position of current tune in seconds
+ Position of current tune in seconds.
@@ -374,7 +374,7 @@
- Player status (Playing/Paused/Stopped/Not running)
+ Player status (Playing/Paused/Stopped/Not running).
@@ -384,7 +384,7 @@
- Title of current tune with optional maximum length specifier
+ Title of current tune with optional maximum length specifier.
@@ -475,7 +475,7 @@
- Album in current BMPx track
+ Album in current BMPx track.
@@ -484,7 +484,7 @@
- Artist in current BMPx track
+ Artist in current BMPx track.
@@ -493,7 +493,7 @@
- Bitrate of the current BMPx track
+ Bitrate of the current BMPx track.
@@ -502,7 +502,7 @@
- Title of the current BMPx track
+ Title of the current BMPx track.
@@ -511,7 +511,7 @@
- Track number of the current BMPx track
+ Track number of the current BMPx track.
@@ -520,7 +520,7 @@
- URI of the current BMPx track
+ URI of the current BMPx track.
@@ -529,7 +529,7 @@
- Amount of memory buffered
+ Amount of memory buffered.
@@ -538,7 +538,7 @@
- Amount of memory cached
+ Amount of memory cached.
@@ -574,7 +574,7 @@
- PID of the first process that has string in it's commandline
+ PID of the first process that has string in its commandline.
@@ -619,7 +619,7 @@
- Print the file name of the current cmus song
+ Print the file name of the current cmus song.
@@ -628,7 +628,7 @@
- Print the date of the current cmus song
+ Print the date of the current cmus song.
@@ -637,7 +637,7 @@
- Print the genre name of the current cmus song
+ Print the genre name of the current cmus song.
@@ -730,9 +730,9 @@
Change drawing color to 'color' which is a name of a color
- or a hexcode preceded with # (for example #0A1B2C ). If you use
- ncurses only the following colors are supported:
- red,green,yellow,blue,magenta,cyan,black,white.
+ or a hexcode preceded with #, e.g. #0A1B2C. If you use ncurses only the
+ following colors are supported: red, green, yellow, blue, magenta,
+ cyan, black, and white.
@@ -766,7 +766,7 @@
- CPU architecture Conky was built for
+ CPU architecture Conky was built for.
@@ -775,7 +775,7 @@
- Date Conky was built
+ Date Conky was built.
@@ -784,7 +784,7 @@
- Conky version
+ Conky version.
@@ -996,7 +996,7 @@
- Download speed in suitable IEC units
+ Download speed in suitable IEC units.
@@ -1006,7 +1006,7 @@
- Download speed in KiB with one decimal
+ Download speed in KiB with one decimal.
@@ -1044,7 +1044,7 @@
- Text to show if any of the above are not true
+ Text to show if any of the above are not true.
@@ -1063,7 +1063,7 @@
- Current entropy available for crypto freaks
+ Current entropy available for crypto freaks.
@@ -1073,7 +1073,7 @@
- Normalized bar of available entropy for crypto freaks
+ Normalized bar of available entropy for crypto freaks.
@@ -1083,7 +1083,7 @@
Percentage of entropy available in comparison to the
- poolsize
+ poolsize.
@@ -1092,7 +1092,7 @@
- Total size of system entropy pool for crypto freaks
+ Total size of system entropy pool for crypto freaks.
@@ -1315,7 +1315,7 @@
Specify a different font. This new font will apply to the
current line and everything following. You can use a $font with no
- arguments to change back to the default font (much like with $color)
+ arguments to change back to the default font (much like with $color).
@@ -1346,7 +1346,7 @@
numbers behind the point by using \S followed by a number that
specifies the amount of digits behind the point that you want to see
(maximum 9). You can also place a 'x' behind \S so you have all digits
- behind the point and no trailing zero's. (also maximum 9)
+ behind the point and no trailing zero's. (also maximum 9).
@@ -1550,7 +1550,7 @@
- Horizontal line, height is the height in pixels
+ Horizontal line, height is the height in pixels.
@@ -1781,7 +1781,7 @@
file 'file'. The events are first ordered by starting time, events
that started in the past are ignored. The events that are shown are
the VEVENTS, the title that is shown is the SUMMARY and the starting
- time used for sorting is DTSTART .
+ time used for sorting is DTSTART.
@@ -1826,7 +1826,7 @@
if conky variable VAR is empty, display everything between
- $if_empty and the matching $endif
+ $if_empty and the matching $endif.
@@ -1849,7 +1849,7 @@
if there is at least one default gateway, display everything
- between $if_gw and the matching $endif
+ between $if_gw and the matching $endif.
@@ -1897,7 +1897,7 @@
if MOUNTPOINT is mounted, display everything between
- $if_mounted and the matching $endif
+ $if_mounted and the matching $endif.
@@ -1907,7 +1907,7 @@
if mpd is playing or paused, display everything between
- $if_mpd_playing and the matching $endif
+ $if_mpd_playing and the matching $endif.
@@ -1952,7 +1952,7 @@
when using smapi, if the battery with index INDEX is
installed, display everything between $if_smapi_bat_installed and the
- matching $endif
+ matching $endif.
@@ -1963,7 +1963,7 @@
if INTERFACE exists and is up, display everything between
- $if_up and the matching $endif
+ $if_up and the matching $endif.
@@ -2057,7 +2057,7 @@
Prints the current ioscheduler used for the given disk name
- (i.e. e.g. "hda" or "sdb")
+ (i.e. e.g. "hda" or "sdb").
@@ -2080,7 +2080,7 @@
- Kernel version
+ Kernel version.
@@ -2125,7 +2125,7 @@
- Git version numer (DragonFly only)
+ Git version number. DragonFly only.
@@ -2134,7 +2134,7 @@
- The value of /proc/sys/vm/laptop_mode
+ The value of /proc/sys/vm/laptop_mode.
@@ -2144,7 +2144,7 @@
- Displays the number of lines in the given file
+ Displays the number of lines in the given file.
@@ -2257,7 +2257,7 @@
- Machine, i686 for example
+ Machine, e.g. i686, x86_64.
@@ -2293,7 +2293,7 @@
- Amount of memory in use
+ Amount of memory in use.
@@ -2303,7 +2303,7 @@
Amount of memory in use, including that used by system
- buffers and caches
+ buffers and caches.
@@ -2313,7 +2313,7 @@
- Bar that shows amount of memory in use
+ Bar that shows amount of memory in use.
@@ -2324,7 +2324,7 @@
Bar that shows amount of memory in use (including memory
- used by system buffers and caches)
+ used by system buffers and caches).
@@ -2348,7 +2348,7 @@
- Amount of "dirty" memory (linux only)
+ Amount of "dirty" memory. Linux only.
@@ -2358,7 +2358,7 @@
Amount of free memory including the memory that is very
- easily freed (buffers/cache)
+ easily freed (buffers/cache).
@@ -2367,7 +2367,7 @@
- Amount of free memory
+ Amount of free memory.
@@ -2377,7 +2377,7 @@
- Gauge that shows amount of memory in use (see cpugauge)
+ Gauge that shows amount of memory in use (see cpugauge).
@@ -2400,7 +2400,7 @@
- Total amount of memory
+ Total amount of memory.
@@ -2409,7 +2409,7 @@
- Percentage of memory in use
+ Percentage of memory in use.
@@ -2489,7 +2489,7 @@
- Album of the current MOC song
+ Album of the current MOC song.
@@ -2498,7 +2498,7 @@
- Artist of the current MOC song
+ Artist of the current MOC song.
@@ -2507,7 +2507,7 @@
- Bitrate in the current MOC song
+ Bitrate in the current MOC song.
@@ -2516,7 +2516,7 @@
- Current time of the current MOC song
+ Current time of the current MOC song.
@@ -2525,7 +2525,7 @@
- File name of the current MOC song
+ File name of the current MOC song.
@@ -2534,7 +2534,7 @@
- Rate of the current MOC song
+ Rate of the current MOC song.
@@ -2561,7 +2561,7 @@
- Time left in the current MOC song
+ Time left in the current MOC song.
@@ -2570,7 +2570,7 @@
- Title of the current MOC song
+ Title of the current MOC song.
@@ -2579,7 +2579,7 @@
- Total length of the current MOC song
+ Total length of the current MOC song.
@@ -2617,7 +2617,7 @@
- Album in current MPD song
+ Album in current MPD song.
@@ -2626,7 +2626,7 @@
- Artist in current MPD song must be enabled at compile
+ Artist in current MPD song must be enabled at compile.
@@ -2645,7 +2645,7 @@
- Bar of mpd's progress
+ Bar of mpd's progress.
@@ -2654,7 +2654,7 @@
- Bitrate of current song
+ Bitrate of current song.
@@ -2663,7 +2663,7 @@
- Date of current song
+ Date of current song.
@@ -2672,7 +2672,7 @@
- Song's elapsed time
+ Song's elapsed time.
@@ -2681,7 +2681,7 @@
- Prints the file name of the current MPD song
+ Prints the file name of the current MPD song.
@@ -2690,7 +2690,7 @@
- Song's length
+ Song's length.
@@ -2699,7 +2699,7 @@
- Prints the MPD name field
+ Prints the MPD name field.
@@ -2708,7 +2708,7 @@
- Percent of song's progress
+ Percent of song's progress.
@@ -2717,7 +2717,7 @@
- Random status (On/Off)
+ Random status (On/Off).
@@ -2726,7 +2726,7 @@
- Repeat status (On/Off)
+ Repeat status (On/Off).
@@ -2737,7 +2737,7 @@
Prints the song name in either the form "artist - title" or
- file name, depending on whats available
+ file name, depending on whats available.
@@ -2756,7 +2756,7 @@
- Title of current MPD song
+ Title of current MPD song.
@@ -2765,7 +2765,7 @@
- Prints the MPD track field
+ Prints the MPD track field.
@@ -2774,7 +2774,7 @@
- MPD's volume
+ MPD's volume.
@@ -2817,7 +2817,7 @@
- Hostname
+ Hostname.
@@ -3104,7 +3104,7 @@
- Change outline color
+ Change outline color.
@@ -3220,7 +3220,7 @@
Directory used as rootdirectory by the process (this will be
- "/" unless the process did a chroot syscall)
+ "/" unless the process did a chroot syscall).
@@ -3230,7 +3230,7 @@
- Command line this process was invoked with
+ Command line this process was invoked with.
@@ -3240,7 +3240,7 @@
- Current working directory of the process
+ Current working directory of the process.
@@ -3250,7 +3250,7 @@
- Contents of a environment-var of the process
+ Contents of a environment-var of the process.
@@ -3260,7 +3260,7 @@
- List of environment-vars that the process can see
+ List of environment-vars that the process can see.
@@ -3270,7 +3270,7 @@
- Path to executed command that started the process
+ Path to executed command that started the process.
@@ -3280,7 +3280,7 @@
- The nice value of the process
+ The nice value of the process.
@@ -3290,7 +3290,7 @@
- List of files that the process has open
+ List of files that the process has open.
@@ -3300,7 +3300,7 @@
- The pid of the parent of the process
+ The pid of the parent of the process.
@@ -3310,7 +3310,7 @@
- The priority of the process (see 'priority' in "man 5 proc")
+ The priority of the process (see 'priority' in "man 5 proc").
@@ -3320,7 +3320,7 @@
- Total number of bytes read by the process
+ Total number of bytes read by the process.
@@ -3330,7 +3330,7 @@
- State of the process
+ State of the process.
@@ -3343,7 +3343,7 @@
One of the chars in "RSDZTW" representing the state of the
process where R is running, S is sleeping in an interruptible wait, D
is waiting in uninterruptible disk sleep, Z is zombie, T is traced or
- stopped (on a signal), and W is paging
+ stopped (on a signal), and W is paging.
@@ -3353,7 +3353,7 @@
- Filedescriptor binded to the STDERR of the process
+ Filedescriptor binded to the STDERR of the process.
@@ -3363,7 +3363,7 @@
- Filedescriptor binded to the STDIN of the process
+ Filedescriptor binded to the STDIN of the process.
@@ -3373,7 +3373,7 @@
- Filedescriptor binded to the STDOUT of the process
+ Filedescriptor binded to the STDOUT of the process.
@@ -3383,7 +3383,7 @@
- Number of threads in process containing this thread
+ Number of threads in process containing this thread.
@@ -3393,7 +3393,7 @@
- List with pid's from threads from this process
+ List with pid's from threads from this process.
@@ -3404,7 +3404,7 @@
Amount of time that the process has been scheduled in kernel
- mode in seconds
+ mode in seconds.
@@ -3415,7 +3415,7 @@
Amount of time that the process has been scheduled in user
- mode in seconds
+ mode in seconds.
@@ -3425,7 +3425,7 @@
- Sum of $pid_time_kernelmode and $pid_time_usermode
+ Sum of $pid_time_kernelmode and $pid_time_usermode.
@@ -3435,7 +3435,7 @@
- The real uid of the process
+ The real uid of the process.
@@ -3445,7 +3445,7 @@
- The effective uid of the process
+ The effective uid of the process.
@@ -3455,7 +3455,7 @@
- The saved set uid of the process
+ The saved set uid of the process.
@@ -3465,7 +3465,7 @@
- The file system uid of the process
+ The file system uid of the process.
@@ -3475,7 +3475,7 @@
- The real gid of the process
+ The real gid of the process.
@@ -3485,7 +3485,7 @@
- The effective gid of the process
+ The effective gid of the process.
@@ -3495,7 +3495,7 @@
- The saved set gid of the process
+ The saved set gid of the process.
@@ -3505,7 +3505,7 @@
- The file system gid of the process
+ The file system gid of the process.
@@ -3515,7 +3515,7 @@
- Peak virtual memory size of the process
+ Peak virtual memory size of the process.
@@ -3525,7 +3525,7 @@
- Virtual memory size of the process
+ Virtual memory size of the process.
@@ -3535,7 +3535,7 @@
- Locked memory size of the process
+ Locked memory size of the process.
@@ -3545,7 +3545,7 @@
- Peak resident set size ("high water mark") of the process
+ Peak resident set size ("high water mark") of the process.
@@ -3555,7 +3555,7 @@
- Resident set size of the process
+ Resident set size of the process.
@@ -3565,7 +3565,7 @@
- Data segment size of the process
+ Data segment size of the process.
@@ -3575,7 +3575,7 @@
- Stack segment size of the process
+ Stack segment size of the process.
@@ -3585,7 +3585,7 @@
- Text segment size of the process
+ Text segment size of the process.
@@ -3595,7 +3595,7 @@
- Shared library code size of the process
+ Shared library code size of the process.
@@ -3605,7 +3605,7 @@
- Page table entries size of the process
+ Page table entries size of the process.
@@ -3615,7 +3615,7 @@
- Total number of bytes written by the process
+ Total number of bytes written by the process.
@@ -3675,7 +3675,7 @@
- Total processes (sleeping and running)
+ Total processes (sleeping and running).
@@ -3737,7 +3737,7 @@
- Running processes (not sleeping), requires Linux 2.6
+ Running processes (not sleeping). Requires Linux 2.6.
@@ -3807,7 +3807,7 @@
'${sip_status 0}' # print allows apple-internal? Yes or No? NOTES: *
Available for all macOS versions (even the ones prior El Capitan where
SIP was first introduced) * If run on versions prior El Capitan SIP is
- unavailable, so all you will get is "unsupported"
+ unavailable, so all you will get is "unsupported".
@@ -3817,7 +3817,7 @@
- Change shading color
+ Change shading color.
@@ -3910,7 +3910,7 @@
- Stippled (dashed) horizontal line
+ Stippled (dashed) horizontal line.
@@ -3948,7 +3948,7 @@
Time), tradelinks, tt(Ticker Trend), 1ytp(1 yr Target Price), volume,
hv(Holdings Value), hvrt(Holdings Value realtime), 52weekrange,
dvc(Day's Value Change), dvcrt(Day's Value Change realtime), se(Stock
- Exchange), dy(Dividend Yield)
+ Exchange), dy(Dividend Yield).
@@ -3957,7 +3957,7 @@
- Amount of swap in use
+ Amount of swap in use.
@@ -3967,7 +3967,7 @@
- Bar that shows amount of swap in use
+ Bar that shows amount of swap in use.
@@ -3976,7 +3976,7 @@
- Amount of free swap
+ Amount of free swap.
@@ -3985,7 +3985,7 @@
- Total amount of swap
+ Total amount of swap.
@@ -3994,7 +3994,7 @@
- Percentage of swap in use
+ Percentage of swap in use.
@@ -4003,7 +4003,7 @@
- System name, Linux for example
+ System name, e.g. Linux.
@@ -4013,7 +4013,7 @@
- Print sysctl value by name. For FreeBSD only.
+ Print sysctl value by name. FreeBSD only.
@@ -4244,7 +4244,7 @@
- Total threads
+ Total threads.
@@ -4254,8 +4254,8 @@
- Local time, see man strftime to get more information about
- format
+ Local time, see "man strftime" to get more information about
+ format.
@@ -4293,7 +4293,7 @@
Same as top, except sorted by the amount of I/O the process
- has done during the update interval
+ has done during the update interval.
@@ -4303,7 +4303,7 @@
- Same as top, except sorted by mem usage instead of cpu
+ Same as top, except sorted by mem usage instead of cpu.
@@ -4314,7 +4314,7 @@
Same as top, except sorted by total CPU time instead of
- current CPU usage
+ current CPU usage.
@@ -4336,7 +4336,7 @@
- Total upload, this one too, may overflow
+ Total upload, this one too, may overflow.
@@ -4372,7 +4372,7 @@
- Name of group with this gid
+ Name of group with this gid.
@@ -4382,7 +4382,7 @@
- Username of user with this uid
+ Username of user with this uid.
@@ -4444,7 +4444,7 @@
- for debugging
+ for debugging.
@@ -4454,7 +4454,7 @@
- Upload speed in suitable IEC units
+ Upload speed in suitable IEC units.
@@ -4464,7 +4464,7 @@
- Upload speed in KiB with one decimal
+ Upload speed in KiB with one decimal.
@@ -4489,7 +4489,7 @@
- Uptime
+ Uptime.
@@ -4498,7 +4498,7 @@
- Uptime in a shorter format
+ Uptime in a shorter format.
@@ -4507,7 +4507,7 @@
- Lists the names of the users logged in
+ Lists the names of the users logged in.
@@ -4516,7 +4516,7 @@
- Number of users logged in
+ Number of users logged in.
@@ -4525,7 +4525,7 @@
- Lists the consoles in use
+ Lists the consoles in use.
@@ -4534,7 +4534,7 @@
- Lists how long users have been logged in for
+ Lists how long users have been logged in for.
@@ -4545,7 +4545,7 @@
Lists how long the user for the given console has been
- logged in for
+ logged in for.
@@ -4766,7 +4766,7 @@
- Wireless access point MAC address (Linux only)
+ Wireless access point MAC address. Linux only.
@@ -4776,7 +4776,7 @@
- Wireless bitrate (ie 11 Mb/s) (Linux only)
+ Wireless bitrate (ie 11 Mb/s). Linux only.
@@ -4786,7 +4786,7 @@
- WLAN channel on which device 'net' is listening
+ WLAN channel on which device 'net' is listening.
@@ -4796,7 +4796,7 @@
- Wireless access point ESSID (Linux only)
+ Wireless access point ESSID. Linux only.
@@ -4806,7 +4806,7 @@
- Frequency on which device 'net' is listening
+ Frequency on which device 'net' is listening.
@@ -4816,7 +4816,7 @@
- Wireless link quality bar (Linux only)
+ Wireless link quality bar. Linux only.
@@ -4826,7 +4826,7 @@
- Wireless link quality (Linux only)
+ Wireless link quality. Linux only.
@@ -4836,7 +4836,7 @@
- Wireless link quality maximum value (Linux only)
+ Wireless link quality maximum value. Linux only.
@@ -4846,7 +4846,7 @@
- Wireless link quality in percents (Linux only)
+ Wireless link quality in percents. Linux only.
@@ -4856,7 +4856,7 @@
- Wireless mode (Managed/Ad-Hoc/Master) (Linux only)
+ Wireless mode (Managed/Ad-Hoc/Master). Linux only.
@@ -4866,7 +4866,7 @@
- Displays the number of words in the given file
+ Displays the number of words in the given file.
@@ -4875,7 +4875,7 @@
- Album in current XMMS2 song
+ Album in current XMMS2 song.
@@ -4884,7 +4884,7 @@
- Artist in current XMMS2 song
+ Artist in current XMMS2 song.
@@ -4894,7 +4894,7 @@
- Bar of XMMS2's progress
+ Bar of XMMS2's progress.
@@ -4903,7 +4903,7 @@
- Bitrate of current song
+ Bitrate of current song.
@@ -4912,7 +4912,7 @@
- Comment in current XMMS2 song
+ Comment in current XMMS2 song.
@@ -4930,7 +4930,7 @@
- Duration of current song
+ Duration of current song.
@@ -4939,7 +4939,7 @@
- Song's elapsed time
+ Song's elapsed time.
@@ -4948,7 +4948,7 @@
- Genre in current XMMS2 song
+ Genre in current XMMS2 song.
@@ -4957,7 +4957,7 @@
- XMMS2 id of current song
+ XMMS2 id of current song.
@@ -4966,7 +4966,7 @@
- Percent of song's progress
+ Percent of song's progress.
@@ -4984,7 +4984,7 @@
- Size of current song
+ Size of current song.
@@ -4994,7 +4994,7 @@
Prints the song name in either the form "artist - title" or
- file name, depending on whats available
+ file name, depending on whats available.
@@ -5003,7 +5003,7 @@
- XMMS2 status (Playing, Paused, Stopped, or Disconnected)
+ XMMS2 status (Playing, Paused, Stopped, or Disconnected).
@@ -5021,7 +5021,7 @@
- Title in current XMMS2 song
+ Title in current XMMS2 song.
@@ -5030,7 +5030,7 @@
- Track number in current XMMS2 song
+ Track number in current XMMS2 song.
@@ -5039,7 +5039,7 @@
- Full path to current song
+ Full path to current song.