summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2008-08-10 11:22:40 +0000
committersobrado <sobrado@openbsd.org>2008-08-10 11:22:40 +0000
commitdf72775822a342fd86eaf5c9068c9c519960cc3c (patch)
tree20a5173dc98f167fc1a41372307175b9006350c1
parentPrepare for ehci: (diff)
downloadwireguard-openbsd-df72775822a342fd86eaf5c9068c9c519960cc3c.tar.xz
wireguard-openbsd-df72775822a342fd86eaf5c9068c9c519960cc3c.zip
add missing space.
ok krw@
-rw-r--r--sbin/disklabel/disklabel.86
-rw-r--r--sbin/disklabel/editor.c6
2 files changed, 5 insertions, 7 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8
index bbf26455669..3e5654eff04 100644
--- a/sbin/disklabel/disklabel.8
+++ b/sbin/disklabel/disklabel.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: disklabel.8,v 1.69 2008/06/25 18:31:07 otto Exp $
+.\" $OpenBSD: disklabel.8,v 1.70 2008/08/10 11:22:40 sobrado Exp $
.\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $
.\"
.\" Copyright (c) 1987, 1988, 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: June 25 2008 $
+.Dd $Mdocdate: August 10 2008 $
.Dt DISKLABEL 8
.Os
.Sh NAME
@@ -342,9 +342,7 @@ tracks/cylinder, sectors/cylinder, number of cylinders,
total sectors, rpm, and interleave.
.It Xo
.Cm g
-.Sm off
.Op Ar d | u
-.Sm on
.Xc
Set disk geometry based on what the
.Em disk
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index 7845981351c..27877d5b722 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.169 2008/08/10 02:03:06 krw Exp $ */
+/* $OpenBSD: editor.c,v 1.170 2008/08/10 11:22:40 sobrado 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.169 2008/08/10 02:03:06 krw Exp $";
+static char rcsid[] = "$OpenBSD: editor.c,v 1.170 2008/08/10 11:22:40 sobrado Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -1570,7 +1570,7 @@ editor_help(char *arg)
" 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"
+" 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"