Sort sections, use .Ic for a non-NetBSD program instead of .Xr.

This commit is contained in:
wiz 2001-11-16 12:07:43 +00:00
parent 13dc9abfef
commit d80de2cabd
1 changed files with 38 additions and 38 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: restore.8,v 1.32 2001/06/05 11:22:52 wiz Exp $
.\" $NetBSD: restore.8,v 1.33 2001/11/16 12:07:43 wiz Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -241,7 +241,7 @@ flag has been specified.
Note that the
.Fl t
flag replaces the function of the old
.Xr dumpdir 8
.Ic dumpdir
program.
.ne 1i
.It Fl x
@ -359,6 +359,36 @@ Always try to skip over the bad block(s) and continue.
.It Fl N
Do not perform actual writing to disk.
.El
.Sh ENVIRONMENT
If the following environment variable exists it will be utilized by
.Nm "" :
.Bl -tag -width "TMPDIR" -compact
.It TMPDIR
The directory given in TMPDIR will be used
instead of
.Pa /tmp
to store temporary files.
Refer to
.Xr environ 7
for more information.
.El
.Sh FILES
.Bl -tag -width "./restoresymtable" -compact
.It Pa /dev/nrst0
default tape unit to use.
Taken from
.Dv _PATH_DEFTAPE
in
.Pa /usr/include/paths.h .
.It Pa /dev/rst*
raw SCSI tape interface
.It Pa /tmp/rstdir*
file containing directories on the tape.
.It Pa /tmp/rstmode*
owner, mode, and time stamps for directories.
.It Pa \&./restoresymtable
information passed between incremental restores.
.El
.Sh DIAGNOSTICS
Complains if it gets a read error.
If
@ -428,42 +458,17 @@ After a dump read error,
may have to resynchronize itself.
This message lists the number of blocks that were skipped over.
.El
.Sh ENVIRONMENT
If the following environment variable exists it will be utilized by
.Nm "" :
.Bl -tag -width "TMPDIR" -compact
.It TMPDIR
The directory given in TMPDIR will be used
instead of
.Pa /tmp
to store temporary files.
Refer to
.Xr environ 7
for more information.
.El
.Sh FILES
.Bl -tag -width "./restoresymtable" -compact
.It Pa /dev/nrst0
default tape unit to use.
Taken from
.Dv _PATH_DEFTAPE
in
.Pa /usr/include/paths.h .
.It Pa /dev/rst*
raw SCSI tape interface
.It Pa /tmp/rstdir*
file containing directories on the tape.
.It Pa /tmp/rstmode*
owner, mode, and time stamps for directories.
.It Pa \&./restoresymtable
information passed between incremental restores.
.El
.Sh SEE ALSO
.Xr environ 7 ,
.Xr dump 8 ,
.Xr mount 8 ,
.Xr newfs 8 ,
.Xr rmt 8
.Sh HISTORY
The
.Nm
command appeared in
.Bx 4.2 .
.Sh BUGS
.Nm
can get confused when doing incremental restores from
@ -484,7 +489,7 @@ and
.Pa /tmp/rstmode*
are generated with a unique name based on the date of the dump
and the process ID (see
.Xr mktemp 3 ),
.Xr mktemp 3 ) ,
except for when
.Fl r
or
@ -499,8 +504,3 @@ be the same across different processes.
In all other cases, the files are unique because it is possible to
have two different dumps started at the same time, and separate
operations shouldn't conflict with each other.
.Sh HISTORY
The
.Nm
command appeared in
.Bx 4.2 .