Don't workaround ancient macro argument limit with .Xo/.Xc.

This commit is contained in:
joerg 2009-03-11 18:02:00 +00:00
parent 8bd55ddc61
commit e4e7c43459
2 changed files with 11 additions and 43 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: gpt.8,v 1.4 2009/03/09 19:24:27 joerg Exp $
.\" $NetBSD: gpt.8,v 1.5 2009/03/11 18:02:00 joerg Exp $
.\"
.\" Copyright (c) 2002 Marcel Moolenaar
.\" All rights reserved.
@ -92,15 +92,8 @@ There is no formalized definition of the different levels yet.
.Ss Commands
.Bl -tag -width indent
.\" ==== add ====
.It Xo
.Nm
.Ic add
.Op Fl b Ar number
.Op Fl i Ar index
.Op Fl s Ar count
.Op Fl t Ar type
.Ar device ...
.Xc
.It Nm Ic add Oo Fl b Ar number Oc Oo Fl i Ar index Oc Oo Fl s Ar count Oc \
Oo Fl t Ar type Oc Ar device ...
The
.Ic add
command allows the user to add a new partition to an existing table.
@ -168,23 +161,10 @@ option instructs
.Nm
to destroy the table in a way that it can be recovered.
.\" ==== label ====
.It Xo
.Nm
.Ic label
.Op Fl a
.Aq Fl f Ar file | Fl l Ar label
.Ar device ...
.Xc
.It Xo
.Nm
.Ic label
.Op Fl b Ar number
.Op Fl i Ar index
.Op Fl s Ar count
.Op Fl t Ar type
.Aq Fl f Ar file | Fl l Ar label
.Ar device ...
.Xc
.It Nm Ic label Oo Fl a Oc Ao Fl f Ar file | Fl l Ar label Ac Ar device ...
.It Nm Ic label Oo Fl b Ar number Oc Oo Fl i Ar index Oc \
Oo Fl s Ar count Oc Oo Fl t Ar type Oc \
Ao Fl f Ar file | Fl l Ar label Ac Ar device ...
The
.Ic label
command allows the user to label any partitions that match the selection.
@ -258,15 +238,8 @@ disk labels into GPT partitions by creating
the GPT equivalent of a slice.
.\" ==== remove ====
.It Nm Ic remove Oo Fl a Oc Ar device ...
.It Xo
.Nm
.Ic remove
.Op Fl b Ar number
.Op Fl i Ar index
.Op Fl s Ar count
.Op Fl t Ar type
.Ar device ...
.Xc
.It Nm Ic remove Oo Fl b Ar number Oc Oo Fl i Ar index Oc \
Oo Fl s Ar count Oc Oo Fl t Ar type Oc Ar device ...
The
.Ic remove
command allows the user to remove any and all partitions that match the

View File

@ -1,4 +1,4 @@
.\" $NetBSD: extattrctl.8,v 1.2 2005/09/23 20:58:50 wiz Exp $
.\" $NetBSD: extattrctl.8,v 1.3 2009/03/11 18:05:37 joerg Exp $
.\"
.\" Copyright (c) 2000-2001 Robert N. M. Watson
.\" All rights reserved.
@ -87,12 +87,7 @@ kernel option must have been enabled.
Stop extended attribute support on the file system named using
.Ar path .
Extended attribute support must previously have been started.
.It Xo
.Cm initattr
.Op Fl f
.Op Fl p Ar path
.Ar attrsize attrfile
.Xc
.It Cm initattr Oo Fl f Oc Oo Fl p Ar path Oc Ar attrsize attrfile
Create and initialize a file to use as an attribute backing file.
You must specify a maximum per-inode size for the attribute in bytes in
.Ar attrsize ,