summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix a group of typos:yar2006-12-292-2/+2
| | | | | | | | preceed -> precede, preceeded -> preceded, preceeding -> preceding. Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* Fix SUSv3 compliance: Use a single comma instead of comma and space to separatestefanf2006-12-291-1/+1
| | | | | | | additional group entries. PR: 107298 Submitted by: Joost Bekkers
* Fix tab lossage.ru2006-12-291-1/+1
|
* Remove extraneous whitespace.ru2006-12-294-7/+7
|
* The Christmas holidays were not showing up due to missing <tab>.ru2006-12-291-3/+3
|
* Fix markup nit.ru2006-12-281-1/+3
|
* Fix markup.ru2006-12-281-4/+4
|
* - Remove the ambiguity in the input format description.ru2006-12-271-6/+7
| | | | - Fix markup while here.
* Simplify.ru2006-12-261-1/+1
|
* Add my birthday to calendar.freebsddryice2006-12-261-0/+1
| | | | Approved by: itetcu (mentor)
* Say "utility", not "function".ru2006-12-261-1/+1
|
* Fix markup.ru2006-12-251-5/+9
|
* Markup nits.ru2006-12-241-2/+2
|
* Markup revision.ru2006-12-241-20/+20
|
* Document the -d option.ru2006-12-241-1/+5
|
* Fix markup.ru2006-12-241-22/+18
|
* Add missing things: a prototype and a const qualifier.yar2006-12-231-1/+3
| | | | Found by: WARNS=4
* Nits.ru2006-12-231-3/+5
|
* Dynamically resize the Disk column. It was too narrow for modernyar2006-12-231-21/+46
| | | | | | | | | disk device names such as da0s1b. So we also get rid of the nasty constant 5 scattered over the code. Implementing this change is a good chance to improve other bits around it: init saved lengths early, always check return value from kvm_getswapinfo().
* Clear to EOL after the end of meter so that its reading can decrease.yar2006-12-231-0/+1
|
* Make it possible for meter to reach 100% mark when swap is totally full.yar2006-12-231-1/+1
|
* Improve markup.ru2006-12-231-1/+2
|
* Improve style:yar2006-12-231-20/+6
| | | | | | | - Don't define vars inside loops. - Avoid useless casts. - Use C idioms. - Do alike things in a consistent way.
* Reposition the "(swap not configured)" sign WRT the new layout.yar2006-12-231-1/+1
|
* Eliminate a couple of screen coordinate variablesyar2006-12-231-14/+8
| | | | that were useless and just obfuscated the code.
* Add some vertical whitespace for easier reading.yar2006-12-231-1/+4
|
* Fix the swap display further:yar2006-12-231-8/+24
| | | | | | | | 1) Resize the Used column to avoid screen overflow if BLOCKSIZE is long. 2) Track the current swap configuration so that its changes don't break the display. Suggested by: bde (1)
* Fix the Total line shown if there are >1 swap devices.yar2006-12-231-11/+9
|
* Start fixing the "swap" display by saving one horizontal position.yar2006-12-231-2/+2
| | | | | Now the display won't overflow the 80-char row if BLOCKSIZE=1024. The new spacing is also consistent with the "pigs" display.
* Fic typo in previous commit.cperciva2006-12-231-1/+1
| | | | MFC after: 3 days
* Add two checks for inappropriate options: -U only makes sense in "x"cperciva2006-12-231-0/+4
| | | | | | mode, and --strip-components only makes sense in "x" and "t" modes. MFC after: 3 days
* Correct the names of some options.cperciva2006-12-232-5/+5
| | | | MFC after: 3 days
* Avoid 'bogus' uninitialized warning by initializing rather thanimp2006-12-221-4/+1
| | | | | playing cute games. It is much simpler, clearer and easier to follow and understand. Besides, gcc4 likes it better.
* The second argument (type) to socket(2) is an enum, not a bitmask, so parserodrigc2006-12-221-1/+1
| | | | | | | | | | | | | it as an enum. If an SCTP SOCK_SEQPACKET socket was opened, kdump would display this wrong output: socket(PF_INET,SOCK_STREAM|SOCK_RDM|SOCK_SEQPACKET,0x84) instead of this correct output: socket(PF_INET,SOCK_SEQPACKET,0x84) MFC after: 2 weeks
* Prevent a line from being broken on a line boundary.ru2006-12-211-1/+1
|
* Improve markup.ru2006-12-211-4/+9
|
* Improve markup and do some minor wordsmithing.ru2006-12-211-16/+26
|
* Markup cosmetics.ru2006-12-201-4/+6
|
* Document some details better, making it easier to translate.ru2006-12-201-21/+31
|
* Be more accurate in the description of the -I option:ru2006-12-201-1/+1
| | | | signaling to a process doesn't necessarily kill it.
* Remove -F option from getopts string -- this option has never donecperciva2006-12-201-1/+1
| | | | | | | | anything apart from invoking usage(), and apparently slipped in by accident. Approved by: kientzle MFC after: 3 days
* The -r option can also cause the files to be extended (notru2006-12-191-2/+2
| | | | necessarily truncated).
* Refine markup and add the EXIT STATUS section where appropriate.ru2006-12-191-4/+4
|
* Improve markup.ru2006-12-181-4/+5
|
* Fix the problem with the nsupdate(8) man page reporteddougb2006-12-152-1/+4
| | | | | | | | | | | | | in the PR by removing spurious .HP tags, thereby actually allowing the commands to show up in the man page output, and making the style consistent with the nslookup(1) man page. [1] While I'm here, fix the markup on the first command reference in nslookup(1). PR: docs/98009 [1] Submitted by: Dmitry Kazarov <kazarov@ttk.ru>
* Fix the fix in rev. 1.15 so that we jump to the next columnru2006-12-151-3/+3
| | | | | | instead of always skipping it. MFC after: 3 days
* Fix markup.ru2006-12-151-5/+7
|
* Fix one minor inaccuracy.ru2006-12-151-4/+4
|
* Improve markup and grammar.ru2006-12-151-16/+22
|
* Mention what underlining is meant here.ru2006-12-151-3/+7
|
OpenPOWER on IntegriCloud