diff options
author | 2002-06-09 05:34:26 +0000 | |
---|---|---|
committer | 2002-06-09 05:34:26 +0000 | |
commit | 2d22d2301fd6dd93080d849e2129e7052b5848af (patch) | |
tree | 76037802cd94eae4017dd44053b9f915cd19b790 | |
parent | rm trailing whitespace (diff) | |
download | wireguard-openbsd-2d22d2301fd6dd93080d849e2129e7052b5848af.tar.xz wireguard-openbsd-2d22d2301fd6dd93080d849e2129e7052b5848af.zip |
knf
-rw-r--r-- | bin/mkdir/mkdir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index 4ddfe88b239..070eb0afe89 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mkdir.c,v 1.12 2002/02/16 21:27:07 millert Exp $ */ +/* $OpenBSD: mkdir.c,v 1.13 2002/06/09 05:34:26 todd Exp $ */ /* $NetBSD: mkdir.c,v 1.14 1995/06/25 21:59:21 mycroft Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94"; #else -static char rcsid[] = "$OpenBSD: mkdir.c,v 1.12 2002/02/16 21:27:07 millert Exp $"; +static char rcsid[] = "$OpenBSD: mkdir.c,v 1.13 2002/06/09 05:34:26 todd Exp $"; #endif #endif /* not lint */ @@ -139,7 +139,7 @@ main(argc, argv) } /* - * mkpath -- create directories. + * mkpath -- create directories. * path - path * mode - file mode of terminal directory * dir_mode - file mode of intermediate directories |