From 55e923b615ad2f876739cc41152552c15f29c07e Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Tue, 29 Apr 1997 17:48:58 +0000 Subject: [PATCH] Document -k flag here, too. --- sbin/restore/restore.8 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index e660390b2723..97cae9502a73 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -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.