Shorten the lines of '?' output in edit mode. A couple were too
authorkrw <krw@openbsd.org>
Sun, 10 Aug 2008 02:03:06 +0000 (02:03 +0000)
committerkrw <krw@openbsd.org>
Sun, 10 Aug 2008 02:03:06 +0000 (02:03 +0000)
long (>76 chars) for the install script space on the CD jackets.

Requested by deraadt@.

sbin/disklabel/editor.c

index 0f7852d..7845981 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: editor.c,v 1.168 2008/06/25 18:31:07 otto Exp $       */
+/*     $OpenBSD: editor.c,v 1.169 2008/08/10 02:03:06 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.168 2008/06/25 18:31:07 otto Exp $";
+static char rcsid[] = "$OpenBSD: editor.c,v 1.169 2008/08/10 02:03:06 krw Exp $";
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -1563,16 +1563,16 @@ editor_help(char *arg)
        default:
                puts("Available commands:");
                puts(
-"  ? [command] - show help                   n [part] - set mount point\n"
-"  a [part]    - add partition               p [unit] - print partitions\n"
-"  b           - set OpenBSD boundaries      q        - quit & save changes\n"
-"  c [part]    - change partition size       r        - display free space\n"
-"  D           - reset label to default      s [path] - save label to file\n"
-"  d [part]    - delete partition            u        - undo last change\n"
-"  e           - edit drive parameters       w        - write label to disk\n"
-"  g [d|u]     - [d]isk or [u]ser geometry   X        - toggle expert mode\n"
-"  l [unit]    - print disk label header     x        - exit w/o saving changes\n"
-"  M           - disklabel(8) man page       z        - delete all partitions\n"
+"  ? [command] - show help                  n [part] - set mount point\n"
+"  a [part]    - add partition              p [unit] - print partitions\n"
+"  b           - set OpenBSD boundaries     q        - quit & save changes\n"
+"  c [part]    - change partition size      r        - display free space\n"
+"  D           - reset label to default     s [path] - save label to file\n"
+"  d [part]    - delete partition           u        - undo last change\n"
+"  e           - edit drive parameters      w        - write label to disk\n"
+"  g [d|u]     - [d]isk or [u]ser geometry  X        - toggle expert mode\n"
+"  l [unit]    - print disk label header    x        - exit & lose changes\n"
+"  M           - disklabel(8) man page      z        - delete all partitions\n"
 "  m [part]    - modify partition\n"
 "\n"
 "Suffixes can be used to indicate units other than sectors:\n"