diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
commit | 90235b6a389342833e0d0274e26e329442fc5afd (patch) | |
tree | 5829da3575e5c09e938690b0b6c65a06fa2c3d11 /bin/pax/tar.1 | |
parent | c51fd5b8a2f165a9fbe744c02af75eaa9dcffd59 (diff) |
add an EXIT STATUS section for /bin;
Diffstat (limited to 'bin/pax/tar.1')
-rw-r--r-- | bin/pax/tar.1 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 843692c59e0..dd251fd6b74 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tar.1,v 1.52 2010/07/22 08:09:29 jmc Exp $ +.\" $OpenBSD: tar.1,v 1.53 2010/09/03 09:53:20 jmc Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,9 +23,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tar.1,v 1.52 2010/07/22 08:09:29 jmc Exp $ +.\" $OpenBSD: tar.1,v 1.53 2010/09/03 09:53:20 jmc Exp $ .\" -.Dd $Mdocdate: July 22 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt TAR 1 .Os .Sh NAME @@ -280,17 +280,6 @@ The options .Op Fl 014578 can be used to select one of the compiled-in backup devices, .Pa /dev/rstN . -.Pp -The -.Nm -utility exits with one of the following values: -.Pp -.Bl -tag -width 2n -offset indent -compact -.It 0 -All files were processed successfully. -.It 1 -An error occurred. -.El .Sh ENVIRONMENT .Bl -tag -width Fl .It Ev TMPDIR @@ -304,6 +293,17 @@ Default tape device to use instead of .It Pa /dev/rst0 default archive name .El +.Sh EXIT STATUS +The +.Nm +utility exits with one of the following values: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It 0 +All files were processed successfully. +.It 1 +An error occurred. +.El .Sh EXAMPLES Create an archive on the default tape drive, containing the files named .Pa bonvole |