From 183497f4562bbbd4ceb45270ac728bb660ec1471 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 31 Dec 2006 09:40:58 +0000 Subject: [PATCH] Sort options in SYNOPSIS. Use Dq for strings and Pa for paths. New sentence, new line. --- share/man/man8/man8.sgimips/sgivol.8 | 39 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/share/man/man8/man8.sgimips/sgivol.8 b/share/man/man8/man8.sgimips/sgivol.8 index 8b62b21474bb..aa76d167c829 100644 --- a/share/man/man8/man8.sgimips/sgivol.8 +++ b/share/man/man8/man8.sgimips/sgivol.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: sgivol.8,v 1.1 2006/12/30 19:28:19 rumble Exp $ +.\" $NetBSD: sgivol.8,v 1.2 2006/12/31 09:40:58 wiz Exp $ .\" .\" Copyright (c) 2006 Stephen M. Rumble .\" All rights reserved. @@ -32,32 +32,32 @@ .Nd configure SGI Volume Header .Sh SYNOPSIS .Nm -.Op Fl qf +.Op Fl fq .Ar device .Nm -.Op Fl qf +.Op Fl fq .Fl i .Op Fl h Ar vhsize .Ar device .Nm -.Op Fl qf +.Op Fl fq .Fl r .Ar vhfilename .Ar diskfilename .Ar device .Nm -.Op Fl qf +.Op Fl fq .Fl w .Ar vhfilename .Ar diskfilename .Ar device .Nm -.Op Fl qf +.Op Fl fq .Fl d .Ar vhfilename .Ar device .Nm -.Op Fl qf +.Op Fl fq .Fl p .Ar partno .Ar partfirst @@ -77,7 +77,8 @@ to load the kernel from another filesystem. The following options are available: .Bl -tag -width 123456 .It Fl f -Force the operation. Do not ask the user before proceeding. +Force the operation. +Do not ask the user before proceeding. .It Fl h Set the size of the newly initialised volume header in blocks. One block is 512 bytes. @@ -105,38 +106,38 @@ The numerical partition types for the volume header include: .Ed .Sh EXAMPLES To display the existing volume header and partition table on disk -.Sq sd0 : +.Dq sd0 : .Dl Ic sgivol sd0 .Pp To initialise a new volume header 42 512-byte blocks large on disk -.Sq sd0 : +.Dq sd0 : .Dl Ic sgivol -i -h 42 sd0 .Pp To copy a file -.Sq boot +.Pa boot from the volume header to local file -.Sq /tmp/boot +.Pa /tmp/boot on disk -.Sq sd0 : +.Dq sd0 : .Dl Ic sgivol -r boot /tmp/boot sd0 .Pp To copy a local file -.Sq /usr/mdec/ip2xboot +.Pa /usr/mdec/ip2xboot to the volume header as -.Sq boot +.Pa boot on disk -.Sq sd0 : +.Dq sd0 : .Dl Ic sgivol -w boot /usr/mdec/ip2xboot sd0 .Pp To delete the existing file -.Sq boot +.Pa boot from the volume header on disk -.Sq sd0 : +.Dq sd0 : .Dl Ic sgivol -d boot sd0 .Pp To change partition 0 to type 4 (BSD4.2) beginning at block offset 3200 and continue for 28000 blocks on disk -.Sq sd0 : +.Dq sd0 : .Dl Ic sgivol -p 0 3200 28000 4 sd0 .Sh SEE ALSO .Xr boot 8