diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-04-03 23:18:12 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-04-03 23:18:12 +0000 |
commit | d603406596fcda61dd9e56cb05f99ca5238c7e3c (patch) | |
tree | 0b347346ef8c23446eaf9fd6baeccf1b22d943e6 | |
parent | 3074e9622f75e1f2b3fb26800335865f87ef5a95 (diff) |
Bring comment into line with other docs. -E(dit) is not just for
new labels.
-rw-r--r-- | sbin/disklabel/editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 08fde434c13..cf6d1168b16 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.184 2009/03/30 10:51:37 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.185 2009/04/03 23:18:11 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -17,7 +17,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: editor.c,v 1.184 2009/03/30 10:51:37 krw Exp $"; +static char rcsid[] = "$OpenBSD: editor.c,v 1.185 2009/04/03 23:18:11 krw Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -131,7 +131,7 @@ static u_int64_t ending_sector; static int expert; /* - * Simple partition editor. Primarily intended for new labels. + * Simple partition editor. */ int editor(struct disklabel *lp, int f, char *dev, char *fstabfile, int aflag) |