summaryrefslogtreecommitdiffstats
path: root/sbin/dmesg/dmesg.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-03-26 09:24:45 +0000
committerru <ru@FreeBSD.org>2004-03-26 09:24:45 +0000
commit74e1fa6daf8f0ba556c28fa4eeb8b3890f1c145f (patch)
tree410ec19492722a48beb197ef77450fae55973bf7 /sbin/dmesg/dmesg.c
parentfb7b3f0382bb50d07d08b4ffa5071ad38e3f36d5 (diff)
downloadFreeBSD-src-74e1fa6daf8f0ba556c28fa4eeb8b3890f1c145f.zip
FreeBSD-src-74e1fa6daf8f0ba556c28fa4eeb8b3890f1c145f.tar.gz
Not too much point specifying -N but not specifying -M.
Diffstat (limited to 'sbin/dmesg/dmesg.c')
-rw-r--r--sbin/dmesg/dmesg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c
index 57f543b..08cc732 100644
--- a/sbin/dmesg/dmesg.c
+++ b/sbin/dmesg/dmesg.c
@@ -105,7 +105,7 @@ main(int argc, char *argv[])
argc -= optind;
argv += optind;
- if (memf == NULL && nlistf == NULL) {
+ if (memf == NULL) {
/*
* Running kernel. Use sysctl. This gives an unwrapped
* buffer as a side effect.
@@ -196,6 +196,6 @@ main(int argc, char *argv[])
void
usage(void)
{
- (void)fprintf(stderr, "usage: dmesg [-a] [-M core] [-N system]\n");
+ (void)fprintf(stderr, "usage: dmesg [-a] [-M core [-N system]]\n");
exit(1);
}
OpenPOWER on IntegriCloud