summaryrefslogtreecommitdiff
path: root/usr.bin/id
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.9.0_cvscvs2svn2003-10-275-5/+5
| | | | | | | 'RELENG_4_9_0_RELEASE'. This commit was manufactured to restore the state of the 4.9-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: Fold groups(1) and whoami(1) into id(1).Ruslan Ermilov2001-12-204-93/+35
| | | | Notes: svn path=/stable/4/; revision=88268
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-163-10/+4
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: WARNS cleanups.Dima Dorfman2001-07-302-5/+7
| | | | Notes: svn path=/stable/4/; revision=80618
* MFC 1.13: be consistent with commas in the group list.Dima Dorfman2001-06-011-1/+1
| | | | Notes: svn path=/stable/4/; revision=77559
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+2
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-192-2/+2
| | | | Notes: svn path=/stable/4/; revision=70198
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-083-8/+8
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: Add DIAGNOSTICS section name and other doc fixes.Paul Saab2000-06-303-11/+11
| | | | Notes: svn path=/stable/4/; revision=62277
* Cast pw_change and pw_expire to long and fix the format specifier accordingly.Bill Fumerola1999-09-061-2/+2
| | | | Notes: svn path=/head/; revision=51032
* Remove unused variables.Chris Costello1999-09-051-3/+1
| | | | Notes: svn path=/head/; revision=50979
* Properly document -P and -p flags.Chris Costello1999-09-012-1/+4
| | | | Notes: svn path=/head/; revision=50775
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=48792
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-3/+5
| | | | Notes: svn path=/head/; revision=48566
* Add "-P" display the id as a password file entry.David E. O'Brien1998-08-212-6/+40
| | | | | | | Submitted by: terry Notes: svn path=/head/; revision=38468
* Use `.Nm id' instead of `.Nm' for the synopsis lines.Alexander Langer1998-02-281-5/+5
| | | | | | | PR: 5876 Notes: svn path=/head/; revision=33930
* Missing newline when euid != ruid.Steve Price1998-02-181-3/+3
| | | | | | | | PR: 5778 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Notes: svn path=/head/; revision=33576
* Use err(3) instead of local redefinition. Silent -Wall.Philippe Charnier1997-07-151-51/+26
| | | | Notes: svn path=/head/; revision=27418
* Show the real revision date and not the date that thisSteve Price1997-06-233-4/+4
| | | | | | | manpage is being viewed. Notes: svn path=/head/; revision=26826
* ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)John-Mark Gurney1997-04-271-14/+20
| | | | | | | | add missing Id's other minor clean ups Notes: svn path=/head/; revision=25189
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=23012
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}Wolfram Schneider1997-02-021-2/+2
| | | | Notes: svn path=/head/; revision=22210
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* add PATH variableWolfram Schneider1996-11-051-2/+4
| | | | Notes: svn path=/head/; revision=19420
* add PATH variableWolfram Schneider1996-11-051-2/+4
| | | | | | | better argument handling Notes: svn path=/head/; revision=19419
* Fixed bug where 'id <user>' output the wrong group name (the user nameDavid Greenman1995-08-281-11/+11
| | | | | | | was output instead). Pointed out by Chael Hall <nowhere@chaos.taylored.com>. Notes: svn path=/head/; revision=10359
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Make `id' and `groups' somewhat faster and less cpu-intensive :-)Garrett Wollman1994-10-112-2/+2
| | | | | | | Really! Notes: svn path=/head/; revision=3506
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-3/+1
| | | | Notes: svn path=/head/; revision=1866
* Cleanup so that make install can run, many install: maninstall changedRodney W. Grimes1994-05-301-2/+3
| | | | | | | to just install:, sperious targets and CLEANFILES removed. Notes: svn path=/head/; revision=1637
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-277-0/+702
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590