Document -k flag here, too.

This commit is contained in:
Garrett Wollman 1997-04-29 17:48:58 +00:00
parent 1982ee69fd
commit 55e923b615
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25289

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)restore.8 8.4 (Berkeley) 5/1/95
.\" $Id: restore.8,v 1.9 1997/02/22 14:33:08 peter Exp $
.\" $Id: restore.8,v 1.10 1997/03/11 12:55:16 peter Exp $
.\"
.Dd May 1, 1995
.Dt RESTORE 8
@ -41,32 +41,32 @@
.Sh SYNOPSIS
.Nm restore
.Fl i
.Op Fl chmvy
.Op Fl chkmvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm restore
.Fl R
.Op Fl cvy
.Op Fl ckvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm restore
.Fl r
.Op Fl cvy
.Op Fl ckvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm restore
.Fl t
.Op Fl chvy
.Op Fl chkvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Op file ...
.Nm restore
.Fl x
.Op Fl chmvy
.Op Fl chkmvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
@ -295,6 +295,12 @@ or
reads from the named file on the remote host using
.Xr rmt 8 .
.Pp
.It Fl k
Use Kerberos authentication when contacting the remote tape server.
(Only available if this options was enabled when
.Nm restore
was compiled.)
.Pp
.It Fl h
Extract the actual directory,
rather than the files that it references.