diff options
author | 2009-04-03 23:18:11 +0000 | |
---|---|---|
committer | 2009-04-03 23:18:11 +0000 | |
commit | 4d4a335e25065bc9baf699f8addc30c4844c9960 (patch) | |
tree | d6421b6ab653c05465d88d39c213a41acff22226 /sbin/disklabel/editor.c | |
parent | Show interface description names in "systat if 1"; some help from canacar (diff) | |
download | wireguard-openbsd-4d4a335e25065bc9baf699f8addc30c4844c9960.tar.xz wireguard-openbsd-4d4a335e25065bc9baf699f8addc30c4844c9960.zip |
Bring comment into line with other docs. -E(dit) is not just for
new labels.
Diffstat (limited to 'sbin/disklabel/editor.c')
-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) |