Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sbin/fdisk Pull up following revision(s) (requested by se...
details: https://anonhg.NetBSD.org/src/rev/aa8366f907ac
branches: netbsd-8
changeset: 435221:aa8366f907ac
user: martin <martin%NetBSD.org@localhost>
date: Tue Aug 28 13:23:34 2018 +0000
description:
Pull up following revision(s) (requested by sevan in ticket #993):
sbin/fdisk/fdisk.c: revision 1.155
Add missing -z flag to usage()
diffstat:
sbin/fdisk/fdisk.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 58a9294a210e -r aa8366f907ac sbin/fdisk/fdisk.c
--- a/sbin/fdisk/fdisk.c Tue Aug 28 13:21:42 2018 +0000
+++ b/sbin/fdisk/fdisk.c Tue Aug 28 13:23:34 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdisk.c,v 1.153 2015/11/22 15:53:10 christos Exp $ */
+/* $NetBSD: fdisk.c,v 1.153.8.1 2018/08/28 13:23:34 martin Exp $ */
/*
* Mach Operating System
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fdisk.c,v 1.153 2015/11/22 15:53:10 christos Exp $");
+__RCSID("$NetBSD: fdisk.c,v 1.153.8.1 2018/08/28 13:23:34 martin Exp $");
#endif /* not lint */
#define MBRPTYPENAMES
@@ -677,7 +677,7 @@
"[-s [id][/[start][/[size][/bootmenu]]]] \\\n"
"%*s[-t disktab] [-T disktype] \\\n"
"%*s[-c bootcode] "
- "[-r|-w file] [device]\n"
+ "[-r|-w file] [-z sectorsize] [device]\n"
"\t-a change active partition\n"
"\t-f force - not interactive\n"
"\t-i initialise MBR code\n"
Home |
Main Index |
Thread Index |
Old Index