Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site lownlab.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!harvard!lownlab!kiely From: kiely@lownlab.UUCP (James P. Kiely) Newsgroups: net.bugs.4bsd Subject: restore(8) manual page missing some options Message-ID: <148@lownlab.UUCP> Date: Mon, 11-Nov-85 16:11:27 EST Article-I.D.: lownlab.148 Posted: Mon Nov 11 16:11:27 1985 Date-Received: Wed, 13-Nov-85 04:33:23 EST Organization: Lown Cardiovascular Laboratory, Harvard University Lines: 95 Subject: restore(8) manual page missing some options Index: man/man8/restore.8 4.2BSD Description: The manual page for restore(8) is missing descriptions of the "s", "c", and "d" keys. Fix: Here are the diffs: (rcsdiffs) ------------------------------------------------------------------------- *** /tmp/,RCSt1025820 Mon Nov 11 15:29:08 1985 --- /tmp/,RCSt2025820 Mon Nov 11 15:29:12 1985 *************** *** 1,3 .TH RESTORE 8 "19 January 1983" .UC 4 .SH NAME --- 1,4 ----- + .\" $Header: restore.8,v 1.1.1.2 85/11/11 15:00:01 kiely Exp $ .TH RESTORE 8 "19 January 1983" .UC 4 .SH NAME *************** *** 70,76 .I restore is used to change the size of a file system. .TP 5n ! .B R .I Restore requests a particular tape of a multi volume set on which to restart a full restore --- 71,77 ----- .I restore is used to change the size of a file system. .TP 5n ! .B R .I Restore requests a particular tape of a multi volume set on which to restart a full restore *************** *** 81,86 .I restore to be interrupted and then restarted. .TP 5n .B x The named files are extracted from the tape. If the named file matches a directory whose contents --- 82,95 ----- .I restore to be interrupted and then restarted. .TP 5n + .B s + .I Restore + \fBs\fRkips to a particular file on the tape for + tapes with multi-file dumps on them. + Tape files are numbered starting from + .B 1 + for the first file. + .TP 5n .B x The named files are extracted from the tape. If the named file matches a directory whose contents *************** *** 256,261 rather than the files that it references. This prevents hierarchical restoration of complete subtrees from the tape. .SH DIAGNOSTICS Complaints about bad key characters. .PP --- 265,283 ----- rather than the files that it references. This prevents hierarchical restoration of complete subtrees from the tape. + .TP 5n + .B c + .I Restore + converts old + .I (4.1BSD) + directories to new + .I (4.2BSD) + directory format. + .TP %n + .B d + .I Restore + prints a great deal of debugging information on the + controlling terminal. .SH DIAGNOSTICS Complaints about bad key characters. .PP