From 9f9f6112da608f7ef68690bb88fbaf8a55f3d226 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sun, 1 May 2005 20:53:39 +0000 Subject: - better synopsis - sync usage() - add fstab(5) to SEE ALSO - NOTES -> CAVEATS and improve bits ok deraadt@ improvements and ok tom@ --- sbin/fdisk/fdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/fdisk/fdisk.c') diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 086bc824944..01e9e41c2da 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdisk.c,v 1.39 2004/08/03 09:22:03 otto Exp $ */ +/* $OpenBSD: fdisk.c,v 1.40 2005/05/01 20:53:38 jmc Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -48,7 +48,7 @@ usage(void) extern char * __progname; fprintf(stderr, "usage: %s " - "[-ieu] [-f mbrboot] [-c cyl -h head -s sect] disk\n" + "[-ieu] [-c cylinders -h heads -s sectors] [-f mbrfile] device\n" "\t-i: initialize disk with virgin MBR\n" "\t-u: update MBR code, preserve partition table\n" "\t-e: edit MBRs on disk interactively\n" -- cgit v1.2.3