summaryrefslogtreecommitdiff
path: root/usr.bin/who
AgeCommit message (Collapse)Author
2004-08-18- Xr w 1Jason McIntyre
- sort options and sync usage()
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-14strlcat, but i memset 0 before to be safeTheo de Raadt
2003-04-07inlined strcpy, should be strncpy anyways; millert ok, from ↵Theo de Raadt
Hans-Joerg.Hoexer@yerbouti.franken.de
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-24fix the history refsMichael Shalayeff
2002-01-17Sync SYNOPSIS w/ usage(); Brian PooleTodd C. Miller
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
breaks and getting rid of short lines, making these files easier to work with.
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-22Avoid the chdir entirely by prefixing _PATH_DEV to the tty name whenTodd C. Miller
doing a stat. This makes the -T and -u flags work in confunction with a file argument.
2000-03-21only chdir() if needed. This affected having who reading different fileEric Jackson
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
1999-10-17More consistent introduction to options.Aaron Campbell
1999-07-18indentTheo de Raadt
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-08-20Add -q (quick), the only X/Open option I can work up enthusiasm to implement.denny
1997-07-281) Prototypes. pretty.flipk
2) setlocale(LC_ALL, "") from kleink@netbsd 3) Add XPG4.2 `-H' flag (show column headers) from kleink@netbsd 4) initialize flag variables before getopt 5) some Wall cleanup.
1997-03-25correct string empty test; yokota@freebsdTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt