svn commit: r315210 - stable/11/sbin/kldstat

Mark Johnston markj at FreeBSD.org
Mon Mar 13 19:12:19 UTC 2017


Author: markj
Date: Mon Mar 13 19:12:18 2017
New Revision: 315210
URL: https://svnweb.freebsd.org/changeset/base/315210

Log:
  MFC r315018:
  Typo.

Modified:
  stable/11/sbin/kldstat/kldstat.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/kldstat/kldstat.c
==============================================================================
--- stable/11/sbin/kldstat/kldstat.c	Mon Mar 13 18:45:25 2017	(r315209)
+++ stable/11/sbin/kldstat/kldstat.c	Mon Mar 13 19:12:18 2017	(r315210)
@@ -97,7 +97,7 @@ printfile(int fileid, int verbose, int h
 static void
 usage(void)
 {
-    fprintf(stderr, "usage: kldstata[-d] [-h] [-q] [-v] [-i id] [-n filename]\n");
+    fprintf(stderr, "usage: kldstat [-d] [-h] [-q] [-v] [-i id] [-n filename]\n");
     fprintf(stderr, "       kldstat [-d] [-q] [-m modname]\n");
     exit(1);
 }


More information about the svn-src-all mailing list