Bump date for last, fix a spelling error, sprinkle some Dq, change

some wording.
This commit is contained in:
snj 2004-10-23 00:39:18 +00:00
parent 0a0bd752e8
commit e85784770d
1 changed files with 17 additions and 12 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: restore.8,v 1.44 2004/10/22 22:38:38 bouyer Exp $
.\" $NetBSD: restore.8,v 1.45 2004/10/23 00:39:18 snj Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)restore.8 8.4 (Berkeley) 5/1/95
.\"
.Dd July 27, 2004
.Dd October 22, 2004
.Dt RESTORE 8
.Os
.Sh NAME
@ -121,12 +121,13 @@ the default is the current directory.
.It Ic add Op Ar arg
The current directory or specified argument is added to the list of
files to be extracted.
If a directory is specified, then it and all its descendents are
If a directory is specified, then it and all its descendants are
added to the extraction list
(unless the
.Fl h
flag is specified on the command line).
Files that are on the extraction list are prepended with a ``*''
Files that are on the extraction list are prepended with a
.Dq *
when they are listed by
.Ic ls .
.It Ic \&cd Ar arg
@ -134,7 +135,7 @@ Change the current working directory to the specified argument.
.It Ic delete Op Ar arg
The current directory or specified argument is deleted from the list of
files to be extracted.
If a directory is specified, then it and all its descendents are
If a directory is specified, then it and all its descendants are
deleted from the extraction list
(unless the
.Fl h
@ -153,8 +154,10 @@ start with the last volume, and work towards the first volume.
List a summary of the available commands.
.It Ic \&ls Op Ar arg
List the current or specified directory.
Entries that are directories are appended with a ``/''.
Entries that have been marked for extraction are prepended with a ``*''.
Entries that are directories are appended with a
.Dq / .
Entries that have been marked for extraction are prepended with a
.Dq * .
If the verbose
flag is set the inode number of each entry is also listed.
.It Ic pwd
@ -346,11 +349,12 @@ This is useful if only a few files are being extracted,
and one wants to avoid regenerating the complete pathname
to the file.
.It Fl M Ar mfile
Do not set the file flags on restore, instead append a
Do not set the file flags on restore.
Instead, append an
.Xr mtree 8
specification to
.Ar mfile
which can be used later to restore file flags:
specification to
.Ar mfile ,
which can be used to restore file flags with a command such as
.Bd -literal -offset indent
sort mfile | mtree -e -i -u
.Ed
@ -439,7 +443,8 @@ start with the last volume, and work towards the first volume.
.Pp
There are numerous consistency checks that can be listed by
.Nm .
Most checks are self-explanatory or can ``never happen''.
Most checks are self-explanatory or can
.Dq never happen .
Common errors are given below.
.Pp
.Bl -tag -width Ds -compact