Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's actually 11 minutes when the machine is assumed to be down and removed | ssouhlal | 2005-08-07 | 1 | -1/+1 |
| | | | | | | from the output. Obtained from: DragonFlyBSD | ||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring. | markm | 2002-07-01 | 1 | -12/+13 |
| | | | | Fix easy warnings. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -1/+1 |
| | | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee. | ||||
* | Fix time_t == int assumption, convert protocol int to time_t. | dillon | 2001-10-28 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Don't attempt to parse %c | ache | 2001-03-21 | 1 | -3/+9 |
| | |||||
* | Get rid of hard sentence break | charnier | 2000-03-27 | 1 | -2/+3 |
| | | | | Asked by: Sheldon | ||||
* | Add section number to .Xr references. Enumerate flags the standard way. | charnier | 2000-03-26 | 1 | -8/+9 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Fixed typo. | foxfair | 1998-12-20 | 1 | -1/+1 |
| | |||||
* | Be picky about the format of the commandline and cleanup | steve | 1998-05-03 | 1 | -6/+16 |
| | | | | | | | a warning related to qsort. PR: 6420 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> | ||||
* | Use err(3). Add usage() and prototypes. Add Xr to who(1). | charnier | 1997-08-08 | 2 | -20/+34 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Fix my error from previous commit with mixing rwhod protocol | ache | 1996-12-05 | 1 | -7/+8 |
| | | | | | and utmp sizes. Replace hardcoded constants by sizeofs or symbolic constants | ||||
* | Use UT_* contstants when possible instead of harcoded 8 | ache | 1996-12-05 | 1 | -8/+9 |
| | | | | 2.2 candidate | ||||
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -2/+2 |
| | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. | ||||
* | Fix some incorrect locations in the FILES sections of some man pages. | mpp | 1996-02-02 | 1 | -1/+1 |
| | |||||
* | Add setlocale LT_TIME | ache | 1995-10-24 | 1 | -0/+3 |
| | |||||
* | Change ctime to strftime %c to use national date/time representation. | ache | 1995-08-08 | 1 | -3/+5 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | My prevoius commit missed some things. The out_line didn't need | ats | 1994-12-27 | 1 | -2/+3 |
| | | | | | | | | | | to be padded to 8 chars. Simply make sure that never more than 8 chars are printed ( %-.8s ). The former commit otherwise hosed the width calculation and landed on different positions for the time output. Also the strlen(xx_out_line) hoses the wide calculation, so that it sometimes make it much larger than necessary. Simply use always 8 chars for the out_line calculation now. Looks good this way. | ||||
* | The out_line doesn't need to be zero terminated, so print it not with %s | ats | 1994-12-26 | 1 | -1/+1 |
| | | | | | but with a %-8.8s instead. this prevents funny output, if the out_line contains a long hostname that is larger than 8 chars. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+269 |