dwmalone
e3e153e6ce
ANSIify function definitions.
...
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
2002-09-04 23:29:10 +00:00
jmallett
51dc8825ab
Remove local prototypes for main().
2002-08-19 03:07:56 +00:00
obrien
3cb8dae44d
Consistently use FBSDID
2002-06-30 05:25:07 +00:00
imp
0338ac6a1a
remove __P
2002-03-22 01:22:50 +00:00
markm
72f8b8d824
Remove leaf node WARNS?=2 (that mainly I added). This should
...
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
ru
792ef9715a
Fold groups(1) and whoami(1) into id(1).
2001-09-14 14:04:08 +00:00
ru
59cbe41568
Now that we have it, replace `afterinstall' target with SCRIPTS.
2001-09-13 14:26:31 +00:00
ru
e6bcd7b5b8
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
ru
ecbb298b07
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
dd
401f308d6e
Silence warnings (most about constness) and clamp down with WARNS=2.
...
Tested on i386 and alpha.
2001-05-28 06:14:48 +00:00
dd
86ed377f96
Print commas in the group list in user(). current() already did this.
...
Reviewed by: ru, sheldonh
Inspired by: OpenBSD, NetBSD
2001-05-20 20:32:13 +00:00
ru
8ec47de9c3
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
ru
0957874304
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
a04b5e3476
.UC -> .Os
2000-11-06 09:27:03 +00:00
charnier
ee49ba4933
DIAGNOSTICS section name missing and .Nm changes
2000-03-26 14:24:40 +00:00
billf
1306cfe941
Cast pw_change and pw_expire to long and fix the format specifier accordingly.
1999-09-06 20:07:12 +00:00
chris
612c9cfa36
Remove unused variables.
1999-09-05 23:27:53 +00:00
chris
3b30ce3896
Properly document -P and -p flags.
1999-09-01 22:56:44 +00:00
peter
e4b04a2b21
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
nik
7e91e73b9f
Add $Id$, to make it simpler for members of the translation teams to
...
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
1999-07-12 20:24:20 +00:00
billf
251664b7db
Clean up some ambiguous nested if/elses.
1999-07-04 17:26:16 +00:00
obrien
480f5d8442
Add "-P" display the id as a password file entry.
...
Submitted by: terry
1998-08-21 06:47:58 +00:00
alex
3f59f6b06a
Use .Nm id' instead of
.Nm' for the synopsis lines.
...
PR: 5876
1998-02-28 21:37:54 +00:00
steve
e38a014c89
Missing newline when euid != ruid.
...
PR: 5778
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1998-02-18 17:35:16 +00:00
charnier
ed600397d7
Use err(3) instead of local redefinition. Silent -Wall.
1997-07-15 09:48:49 +00:00
steve
9c6b7d527a
Show the real revision date and not the date that this
...
manpage is being viewed.
1997-06-23 04:03:49 +00:00
jmg
68a3846d7e
`appears'' ->
`appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)
...
add missing Id's
other minor clean ups
1997-04-27 08:45:46 +00:00
imp
cd84ece5fd
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
peter
aef78d145b
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
wosch
1f549ce285
${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}
1997-02-02 14:41:43 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
wosch
8e312dfd97
add PATH variable
1996-11-05 07:24:48 +00:00
wosch
b98cea1bcb
add PATH variable
...
better argument handling
1996-11-05 07:22:47 +00:00
dg
ddb1127f91
Fixed bug where 'id <user>' output the wrong group name (the user name
...
was output instead). Pointed out by Chael Hall <nowhere@chaos.taylored.com>.
1995-08-28 10:23:58 +00:00
bde
8a5789682c
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
rgrimes
79e59e9123
Remove trailing whitespace.
1995-05-30 06:41:30 +00:00
wollman
f6c7206456
Make id' and
groups' somewhat faster and less cpu-intensive :-)
...
Really!
1994-10-11 02:13:21 +00:00
wollman
ca57e58947
More merry makefile munging for man page compatability.
1994-08-05 19:00:04 +00:00
rgrimes
dff4da98c8
Cleanup so that make install can run, many install: maninstall changed
...
to just install:, sperious targets and CLEANFILES removed.
1994-05-30 14:17:23 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00