From d603406596fcda61dd9e56cb05f99ca5238c7e3c Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Fri, 3 Apr 2009 23:18:12 +0000 Subject: Bring comment into line with other docs. -E(dit) is not just for new labels. --- sbin/disklabel/editor.c | 6 +++--- 1 file 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 @@ -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 @@ -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) -- cgit v1.2.3