Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/modload (usage): add -s and -S
details: https://anonhg.NetBSD.org/src/rev/c04d336e1e7d
branches: trunk
changeset: 515122:c04d336e1e7d
user: assar <assar%NetBSD.org@localhost>
date: Mon Sep 17 01:40:08 2001 +0000
description:
(usage): add -s and -S
diffstat:
sbin/modload/modload.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 661fa13af1bb -r c04d336e1e7d sbin/modload/modload.c
--- a/sbin/modload/modload.c Sun Sep 16 22:14:40 2001 +0000
+++ b/sbin/modload/modload.c Mon Sep 17 01:40:08 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: modload.c,v 1.27 2000/03/16 17:33:04 jdolecek Exp $ */
+/* $NetBSD: modload.c,v 1.28 2001/09/17 01:40:08 assar Exp $ */
/*
* Copyright (c) 1993 Terrence R. Lambert.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: modload.c,v 1.27 2000/03/16 17:33:04 jdolecek Exp $");
+__RCSID("$NetBSD: modload.c,v 1.28 2001/09/17 01:40:08 assar Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -118,7 +118,8 @@
{
fprintf(stderr, "usage:\n");
- fprintf(stderr, "modload [-d] [-v] [-n] [-A <kernel>] [-e <entry>]\n");
+ fprintf(stderr, "modload [-d] [-v] [-n] [-s] [-S] "
+ "[-A <kernel>] [-e <entry>]\n");
fprintf(stderr,
" [-p <postinstall>] [-o <output file>] <input file>\n");
exit(1);
Home |
Main Index |
Thread Index |
Old Index