Author: markj
Date: Fri Mar 10 19:13:38 2017
New Revision: 315018
URL: https://svnweb.freebsd.org/changeset/base/315018

Log:
  Typo.
  
  MFC after:    3 days

Modified:
  head/sbin/kldstat/kldstat.c

Modified: head/sbin/kldstat/kldstat.c
==============================================================================
--- head/sbin/kldstat/kldstat.c Fri Mar 10 19:08:31 2017        (r315017)
+++ head/sbin/kldstat/kldstat.c Fri Mar 10 19:13:38 2017        (r315018)
@@ -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);
 }
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to