summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.so/ldd/ldd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/ldd/ldd.c b/libexec/ld.so/ldd/ldd.c
index f46dc0b0366..2c43fdbad48 100644
--- a/libexec/ld.so/ldd/ldd.c
+++ b/libexec/ld.so/ldd/ldd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldd.c,v 1.7 2001/07/09 07:04:42 deraadt Exp $ */
+/* $OpenBSD: ldd.c,v 1.8 2002/02/20 03:56:48 jason Exp $ */
/*
* Copyright (c) 2001 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -59,7 +59,7 @@ main(int argc, char **argv)
}
if (xflag)
- errx(1, "-x not yet implemented\n");
+ errx(1, "-x not yet implemented");
argc -= optind;
argv += optind;