diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 10:09:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 10:09:38 +0000 |
commit | 13fe9ea5a213be76500057f81901939ad340fea0 (patch) | |
tree | 0cba49e2135bee04652378b88ade9f69b52d5f7b /sbin/restore | |
parent | d95b3c4c8de8ba10c562c372d97210ee4e5f3821 (diff) | |
download | FreeBSD-src-13fe9ea5a213be76500057f81901939ad340fea0.zip FreeBSD-src-13fe9ea5a213be76500057f81901939ad340fea0.tar.gz |
Sort sections.
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/restore.8 | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 1d57760..938de5f 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -367,6 +367,24 @@ preceded by its file type. Do not ask the user whether to abort the restore in the event of an error. Always try to skip over the bad block(s) and continue. .El +.Sh ENVIRONMENT +.Bl -tag -width ".Ev TMPDIR" +.It Ev TAPE +Device from which to read backup. +.It Ev TMPDIR +Name of directory where temporary files are to be created. +.El +.Sh FILES +.Bl -tag -width "./restoresymtable" -compact +.It Pa /dev/sa0 +the default tape drive +.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 The .Nm @@ -438,29 +456,16 @@ After a dump read error, may have to resynchronize itself. This message lists the number of blocks that were skipped over. .El -.Sh FILES -.Bl -tag -width "./restoresymtable" -compact -.It Pa /dev/sa0 -the default tape drive -.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 ENVIRONMENT -.Bl -tag -width ".Ev TMPDIR" -.It Ev TAPE -Device from which to read backup. -.It Ev TMPDIR -Name of directory where temporary files are to be created. -.El .Sh SEE ALSO .Xr dump 8 , .Xr mount 8 , .Xr newfs 8 , .Xr rmt 8 +.Sh HISTORY +The +.Nm +utility appeared in +.Bx 4.2 . .Sh BUGS The .Nm @@ -502,8 +507,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 -utility appeared in -.Bx 4.2 . |