fix a small bug.
This commit is contained in:
parent
db822a6c0a
commit
a17cee9f2c
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: restore.8,v 1.23 1998/06/24 19:56:11 christos Exp $
|
||||
.\" $NetBSD: restore.8,v 1.24 1998/07/27 19:19:45 msaitoh Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1985, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -333,15 +333,16 @@ Read from the specified
|
|||
.Ar fileno
|
||||
on a multi-file tape.
|
||||
File numbering starts at 1.
|
||||
.It Fl v
|
||||
Normally
|
||||
.Nm
|
||||
does its work silently.
|
||||
.It Fl u
|
||||
The
|
||||
.Fl u
|
||||
(unlink)
|
||||
flag removes files before extracting them. This is useful when an executable
|
||||
file is in use.
|
||||
.It Fl v
|
||||
Normally
|
||||
.Nm
|
||||
does its work silently.
|
||||
The
|
||||
.Fl v
|
||||
(verbose)
|
||||
|
|
Loading…
Reference in New Issue