From 13fe9ea5a213be76500057f81901939ad340fea0 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 18 Jan 2005 10:09:38 +0000 Subject: Sort sections. --- sbin/restore/restore.8 | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'sbin/restore') 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 . -- cgit v1.1