Module Name:    src
Committed By:   pgoyette
Date:           Mon Dec  7 03:34:00 UTC 2015

Modified Files:
        src/sbin/drvctl: drvctl.c

Log Message:
synch usage() with the man page.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/drvctl/drvctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/drvctl/drvctl.c
diff -u src/sbin/drvctl/drvctl.c:1.17 src/sbin/drvctl/drvctl.c:1.18
--- src/sbin/drvctl/drvctl.c:1.17	Tue Feb 24 18:15:29 2015
+++ src/sbin/drvctl/drvctl.c	Mon Dec  7 03:34:00 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: drvctl.c,v 1.17 2015/02/24 18:15:29 mlelstv Exp $ */
+/* $NetBSD: drvctl.c,v 1.18 2015/12/07 03:34:00 pgoyette Exp $ */
 
 /*
  * Copyright (c) 2004
@@ -55,7 +55,7 @@ usage(void)
 	fprintf(stderr, "Usage: %s -r [-a attribute] busdevice [locator ...]\n"
 	    "       %s -d device\n"
 	    "       %s [-nt] -l [device]\n"
-	    "       %s [-n] -p device [prop]\n"
+	    "       %s [-n] -p device [property]\n"
 	    "       %s -Q device\n"
 	    "       %s -R device\n"
 	    "       %s -S device\n",

Reply via email to