diff options
Diffstat (limited to 'sbin/disklabel/disklabel.8')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 0d7e79e13e2..c643f35cf70 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.49 2003/02/13 00:10:39 tedu Exp $ +.\" $OpenBSD: disklabel.8,v 1.50 2003/03/12 20:12:36 deraadt Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -514,12 +514,12 @@ with the flag and paste any entries you want from the default label into the real one. .Sh EXAMPLES -.Cm # disklabel sd0 +.Li # disklabel sd0 .Pp Display the in-core label for sd0 as obtained via .Pa /dev/rsd0c . .Pp -.Cm # disklabel -w -r /dev/rsd0c sd2212 foo +.Li # disklabel -w -r /dev/rsd0c sd2212 foo .Pp Create a label for sd0 based on information for .Dq sd2212 @@ -530,7 +530,7 @@ Any existing bootstrap code will be clobbered. .Fl r flag though.) .Pp -.Cm # disklabel -e -r sd0 +.Li # disklabel -e -r sd0 .Pp Read the on-disk label for sd0, edit it and reinstall in-core as well as on-disk. @@ -540,13 +540,13 @@ flag though.) Existing bootstrap code is unaffected. .Pp -.Cm # disklabel -R sd0 mylabel +.Li # disklabel -R sd0 mylabel .Pp Restore the on-disk and in-core label for sd0 from information in .Pa mylabel . Existing bootstrap code is unaffected. .Pp -.Cm # disklabel -B sd0 +.Li # disklabel -B sd0 .Pp Install a new bootstrap on sd0. The boot code comes from @@ -557,7 +557,7 @@ On-disk and in-core labels are unchanged, but on some systems other information may be destroyed. Use with care. .Pp -.Cm # disklabel -w -B /dev/rsd0c -b newboot sd2212 +.Li # disklabel -w -B /dev/rsd0c -b newboot sd2212 .Pp Install a new label and bootstrap. The label is derived from disktab information for |