Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a group of typos: | yar | 2006-12-29 | 2 | -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 separate | stefanf | 2006-12-29 | 1 | -1/+1 |
| | | | | | | | additional group entries. PR: 107298 Submitted by: Joost Bekkers | ||||
* | Fix tab lossage. | ru | 2006-12-29 | 1 | -1/+1 |
| | |||||
* | Remove extraneous whitespace. | ru | 2006-12-29 | 4 | -7/+7 |
| | |||||
* | The Christmas holidays were not showing up due to missing <tab>. | ru | 2006-12-29 | 1 | -3/+3 |
| | |||||
* | Fix markup nit. | ru | 2006-12-28 | 1 | -1/+3 |
| | |||||
* | Fix markup. | ru | 2006-12-28 | 1 | -4/+4 |
| | |||||
* | - Remove the ambiguity in the input format description. | ru | 2006-12-27 | 1 | -6/+7 |
| | | | | - Fix markup while here. | ||||
* | Simplify. | ru | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | Add my birthday to calendar.freebsd | dryice | 2006-12-26 | 1 | -0/+1 |
| | | | | Approved by: itetcu (mentor) | ||||
* | Say "utility", not "function". | ru | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | Fix markup. | ru | 2006-12-25 | 1 | -5/+9 |
| | |||||
* | Markup nits. | ru | 2006-12-24 | 1 | -2/+2 |
| | |||||
* | Markup revision. | ru | 2006-12-24 | 1 | -20/+20 |
| | |||||
* | Document the -d option. | ru | 2006-12-24 | 1 | -1/+5 |
| | |||||
* | Fix markup. | ru | 2006-12-24 | 1 | -22/+18 |
| | |||||
* | Add missing things: a prototype and a const qualifier. | yar | 2006-12-23 | 1 | -1/+3 |
| | | | | Found by: WARNS=4 | ||||
* | Nits. | ru | 2006-12-23 | 1 | -3/+5 |
| | |||||
* | Dynamically resize the Disk column. It was too narrow for modern | yar | 2006-12-23 | 1 | -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. | yar | 2006-12-23 | 1 | -0/+1 |
| | |||||
* | Make it possible for meter to reach 100% mark when swap is totally full. | yar | 2006-12-23 | 1 | -1/+1 |
| | |||||
* | Improve markup. | ru | 2006-12-23 | 1 | -1/+2 |
| | |||||
* | Improve style: | yar | 2006-12-23 | 1 | -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. | yar | 2006-12-23 | 1 | -1/+1 |
| | |||||
* | Eliminate a couple of screen coordinate variables | yar | 2006-12-23 | 1 | -14/+8 |
| | | | | that were useless and just obfuscated the code. | ||||
* | Add some vertical whitespace for easier reading. | yar | 2006-12-23 | 1 | -1/+4 |
| | |||||
* | Fix the swap display further: | yar | 2006-12-23 | 1 | -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. | yar | 2006-12-23 | 1 | -11/+9 |
| | |||||
* | Start fixing the "swap" display by saving one horizontal position. | yar | 2006-12-23 | 1 | -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. | cperciva | 2006-12-23 | 1 | -1/+1 |
| | | | | MFC after: 3 days | ||||
* | Add two checks for inappropriate options: -U only makes sense in "x" | cperciva | 2006-12-23 | 1 | -0/+4 |
| | | | | | | mode, and --strip-components only makes sense in "x" and "t" modes. MFC after: 3 days | ||||
* | Correct the names of some options. | cperciva | 2006-12-23 | 2 | -5/+5 |
| | | | | MFC after: 3 days | ||||
* | Avoid 'bogus' uninitialized warning by initializing rather than | imp | 2006-12-22 | 1 | -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 parse | rodrigc | 2006-12-22 | 1 | -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. | ru | 2006-12-21 | 1 | -1/+1 |
| | |||||
* | Improve markup. | ru | 2006-12-21 | 1 | -4/+9 |
| | |||||
* | Improve markup and do some minor wordsmithing. | ru | 2006-12-21 | 1 | -16/+26 |
| | |||||
* | Markup cosmetics. | ru | 2006-12-20 | 1 | -4/+6 |
| | |||||
* | Document some details better, making it easier to translate. | ru | 2006-12-20 | 1 | -21/+31 |
| | |||||
* | Be more accurate in the description of the -I option: | ru | 2006-12-20 | 1 | -1/+1 |
| | | | | signaling to a process doesn't necessarily kill it. | ||||
* | Remove -F option from getopts string -- this option has never done | cperciva | 2006-12-20 | 1 | -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 (not | ru | 2006-12-19 | 1 | -2/+2 |
| | | | | necessarily truncated). | ||||
* | Refine markup and add the EXIT STATUS section where appropriate. | ru | 2006-12-19 | 1 | -4/+4 |
| | |||||
* | Improve markup. | ru | 2006-12-18 | 1 | -4/+5 |
| | |||||
* | Fix the problem with the nsupdate(8) man page reported | dougb | 2006-12-15 | 2 | -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 column | ru | 2006-12-15 | 1 | -3/+3 |
| | | | | | | instead of always skipping it. MFC after: 3 days | ||||
* | Fix markup. | ru | 2006-12-15 | 1 | -5/+7 |
| | |||||
* | Fix one minor inaccuracy. | ru | 2006-12-15 | 1 | -4/+4 |
| | |||||
* | Improve markup and grammar. | ru | 2006-12-15 | 1 | -16/+22 |
| | |||||
* | Mention what underlining is meant here. | ru | 2006-12-15 | 1 | -3/+7 |
| |