summaryrefslogtreecommitdiff
path: root/usr.bin/su
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/su')
-rw-r--r--usr.bin/su/Makefile2
-rw-r--r--usr.bin/su/su.12
-rw-r--r--usr.bin/su/su.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index c6989117c59d..a5dd7187772e 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.20 1998/09/02 14:46:20 bde Exp $
+# $Id: Makefile,v 1.21 1998/09/19 22:42:05 obrien Exp $
PROG= su
SRCS= su.c
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1
index 78ce5f15bd1b..ecd30b4129b0 100644
--- a/usr.bin/su/su.1
+++ b/usr.bin/su/su.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)su.1 8.2 (Berkeley) 4/18/94
-.\" $Id: su.1,v 1.14 1998/06/08 05:29:51 jkoshy Exp $
+.\" $Id: su.1,v 1.15 1998/10/09 20:14:48 markm Exp $
.\"
.\" this is for hilit19's braindeadness: "
.Dd April 18, 1994
diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c
index 9fdc9e7b16ea..cd2bba346c11 100644
--- a/usr.bin/su/su.c
+++ b/usr.bin/su/su.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: su.c,v 1.28 1998/09/21 07:44:25 roberto Exp $";
+ "$Id: su.c,v 1.29 1998/10/09 20:14:48 markm Exp $";
#endif /* not lint */
#include <sys/param.h>