diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2019-04-01 00:29:52 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2019-04-01 00:29:52 +0000 |
commit | c6ef20c23a9e288fbd4c914b44288df439c1a465 (patch) | |
tree | 6e2fec0f9b6c3e963e480022b77bca72ba5ffcb3 | |
parent | 46acd545973d502b0603cc98f6ae78cb9d49e5c0 (diff) |
Bring documentation into better correspondance
with latest command line prompt change.
ok kn@ jmc@, with more improvements inevitable.
-rw-r--r-- | sbin/disklabel/disklabel.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 8bbcc354477..5ce935836c3 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.133 2019/03/31 20:12:43 jmc Exp $ +.\" $OpenBSD: disklabel.8,v 1.134 2019/04/01 00:29:51 krw 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: March 31 2019 $ +.Dd $Mdocdate: April 1 2019 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -278,9 +278,7 @@ Commands may be aborted by entering .Pq Control-D . Entering .Ql ^D -at the main -.Ql > -prompt will exit the editor. +at the main prompt will exit the editor. .Pp The editor commands are as follows: .Bl -tag -width "p [unit] " @@ -436,6 +434,11 @@ Toggle .Dq expert mode . By default, some settings are reserved for experts only (such as the block and fragment size on ffs partitions). +While in expert mode the command line prompt will end +with +.Ql # +instead of +.Ql > . .It Cm x Exit the editor without saving any changes to the on-disk label. .It Cm z |