Lines Matching full:units
22 U units Field is the units for the previous value field
42 "{,value:free/%u} {,units:Blocks}\n",
237 .. index:: Field Roles; Units
241 The Units Role ({U:})
244 Units are the dimension by which values are measured, such as degrees,
245 miles, bytes, and decibels. The units field carries this information
250 Note that the sense of the 'w' modifier is reversed for units;
253 When the XOF_UNITS flag is set, units are rendered in XML as the
254 "units" attribute::
256 <distance units="miles">50</distance>
258 Units can also be rendered in HTML as the "data-units" attribute::
260 <div class="data" data-tag="distance" data-units="miles"