-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
407 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
.\" | ||
.\" Written by John F. Woods <[email protected]> | ||
.\" | ||
.\" $NetBSD: gtar.1,v 1.1.1.2 1999/09/18 14:50:14 kim Exp $ | ||
.\" $NetBSD: gtar.1,v 1.2 2001/12/03 19:03:19 wiz Exp $ | ||
.\" from NetBSD: tar.1,v 1.8 1997/06/06 07:59:54 jeremy Exp | ||
.\" | ||
.Dd 6 August 1994 | ||
.Os NetBSD | ||
.Dd August 6, 1994 | ||
.Os | ||
.Dt GTAR 1 | ||
.Sh NAME | ||
.Nm gtar | ||
|
@@ -24,8 +24,8 @@ | |
.Op Fl C Ar directory-name | ||
.Sh DESCRIPTION | ||
.Nm | ||
is short for | ||
.Dq tape archiver, | ||
is short for | ||
.Dq tape archiver , | ||
so named for historical reasons; the | ||
.Nm | ||
program creates, adds files to, or extracts files from an archive file | ||
|
@@ -69,7 +69,7 @@ to the end of the archive (erasing the old end-of-archive block). | |
This has the effect of adding the files contained in the named file to | ||
the first archive, rather than adding the second archive as an element | ||
of the first. | ||
.Em Note: | ||
.Em Note : | ||
This option requires a rewritable tarfile, | ||
and therefore does not work on quarter-inch cartridge tapes. | ||
.It Fl c | ||
|
@@ -221,7 +221,7 @@ Extract files to standard output. | |
Extract all protection information. | ||
.It Fl -preserve | ||
Has the effect of | ||
.Fl p s. | ||
.Fl p s . | ||
.It Fl P | ||
.It Fl -absolute-paths | ||
Don't strip leading `/'s from file names. | ||
|
@@ -246,7 +246,7 @@ one per line. | |
Modifies behavior of | ||
.Fl T | ||
to expect null-terminated names; disables | ||
.Fl C. | ||
.Fl C . | ||
.It Fl -totals | ||
Prints total bytes written with | ||
.Fl -create . | ||
|
@@ -305,6 +305,33 @@ Don't recurse into subdirectories when creating. | |
.It Fl -unlink | ||
Unlink files before creating them. | ||
.El | ||
.Sh ENVIRONMENT | ||
The | ||
.Nm | ||
program examines the following environment variables: | ||
.Bl -tag -width "POSIXLY-CORRECT" | ||
.It Ev POSIXLY-CORRECT | ||
Normally, | ||
.Nm | ||
will process flag arguments that appear in the file list. | ||
If set in the environment, this flag causes | ||
.Nm | ||
to consider the first | ||
non-flag argument to terminate flag processing, as per the POSIX specification. | ||
.It Ev SHELL | ||
In interactive mode, a permissible response to the prompt is to | ||
request to spawn a subshell, which will be "/bin/sh" unless the | ||
.Ev SHELL | ||
variable is set. | ||
.It Ev TAPE | ||
Changes the default tape drive (which is still overridden by the | ||
.Fl f | ||
flag). | ||
.El | ||
.Sh FILES | ||
.Bl -tag -width "/dev/rst0" | ||
.It Pa /dev/rst0 | ||
The default tape drive. | ||
.Sh EXAMPLES | ||
To create an archive on tape drive | ||
.Pa /dev/rst0 | ||
|
@@ -352,33 +379,6 @@ which will add the files contained in archive2.tar onto the end of | |
archive1.tar (note that this can't be done by simply typing | ||
.Dl cat archive2.tar >> archive1.tar | ||
because of the end-of-file block at the end of a tar archive). | ||
.Sh ENVIRONMENT | ||
The | ||
.Nm | ||
program examines the following environment variables: | ||
.Bl -tag -width "POSIXLY-CORRECT" | ||
.It Ev POSIXLY-CORRECT | ||
Normally, | ||
.Nm | ||
will process flag arguments that appear in the file list. | ||
If set in the environment, this flag causes | ||
.Nm | ||
to consider the first | ||
non-flag argument to terminate flag processing, as per the POSIX specification. | ||
.It Ev SHELL | ||
In interactive mode, a permissible response to the prompt is to | ||
request to spawn a subshell, which will be "/bin/sh" unless the | ||
.Ev SHELL | ||
variable is set. | ||
.It Ev TAPE | ||
Changes the default tape drive (which is still overridden by the | ||
.Fl f | ||
flag). | ||
.El | ||
.Sh FILES | ||
.Bl -tag -width "/dev/rst0" | ||
.It Pa /dev/rst0 | ||
The default tape drive. | ||
.El | ||
.\" This next request is for sections 1, 6, 7 & 8 only | ||
.\" (command return values (to shell) and fprintf/stderr type diagnostics) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
.\" -*- nroff -*- | ||
.\" | ||
.\" $NetBSD: bbcim.1,v 1.2 2001/12/03 19:03:20 wiz Exp $ | ||
.\" | ||
.\" bbcim. | ||
.\" Copyright (C) 1996 W.H.Scholten. | ||
.\" | ||
|
@@ -16,7 +18,7 @@ | |
.\" | ||
.\" | ||
.\" | ||
.Dd June, 1997 | ||
.Dd June 1, 1997 | ||
.Dt BBCIM 1 | ||
.\" | ||
.\"------------------------------------------------------------------ | ||
|
@@ -86,7 +88,7 @@ utilitiy can be invoked to perform a variety of different | |
conversions - each synopsis form provides a different | ||
conversion. The first synopsis form has the | ||
following options: | ||
.Bl -tag -width Ds | ||
.Bl -tag -width Ds | ||
.It Fl H | ||
Display usage information. | ||
.It Fl V | ||
|
@@ -164,7 +166,7 @@ what you want to do | |
modifier only extracts the bare files - no information | ||
files are created. | ||
.Pp | ||
If the | ||
If the | ||
.Cm r | ||
modifier is specified the image is deleted after all files | ||
have been extracted. | ||
|
@@ -204,7 +206,7 @@ removes the DFS directory $ | |
and glues others to the file name. This can be used to | ||
make archive files from an xbeeb directory | ||
CAN BE USED TO | ||
MAKE ARCHIVE FILES FROM AN XBEEB DIRECTORY. | ||
MAKE ARCHIVE FILES FROM AN XBEEB DIRECTORY. | ||
.It Fl x Ar file ... | ||
.Qq xbeeb | ||
conversion of archive files in the list. | ||
|
@@ -245,7 +247,7 @@ DFS disk images | |
.Ar image Ns .w1 and | ||
.Ar image Ns .w2 . | ||
.El | ||
.Sh AUTHOR | ||
.Sh AUTHORS | ||
.Nm | ||
was written by Wouter Scholten last known email address | ||
[email protected]. This man page was put together by Nick | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
.\" $NetBSD: uulib.3,v 1.2 1998/08/07 10:40:17 agc Exp $ | ||
.Dd October, 1996 | ||
.\" $NetBSD: uulib.3,v 1.3 2001/12/03 19:03:20 wiz Exp $ | ||
.Dd October 1, 1996 | ||
.Dt UULIB 3 | ||
.Sh NAME | ||
.Nm libuu | ||
.Nd Decoding Library Programming Interface | ||
.Sh DESCRIPTION | ||
This library is used for encoding/unencoding uuencoded, xxencoded, | ||
This library is used for encoding/unencoding uuencoded, xxencoded, | ||
and Base64 encoded files. It can also unencode BinHex files (but not | ||
encode them). | ||
.Sh DOCUMENTATION | ||
Documentation for uulib is contained in FUNKYTOKENHEREshare/doc/uulib. | ||
.Sh AUTHOR | ||
.Ar Libuu | ||
is written by | ||
.Nm Frank Pilhofer <[email protected]> | ||
with thanks to | ||
.Nm Michael Newcomb, | ||
.Nm Nico Mak, | ||
.Nm Stephane Barizien, | ||
.Nm Kris Karas, | ||
and | ||
.Nm Joachim Meyn. | ||
.Sh SEE ALSO | ||
.Xr uudeview 1 | ||
.Xr uudeview 1 , | ||
.Xr xdeview 1 | ||
|
||
.Pp | ||
http://zeus.informatik.uni-frankfurt.de/~fp/uudeview | ||
.Sh HISTORY | ||
See the file FUNKYTOKENHEREshare/doc/uulib/HISTORY. | ||
.Sh AUTHORS | ||
.Ar Libuu | ||
is written by | ||
.Nm Frank Pilhofer <[email protected]> | ||
with thanks to | ||
.Nm Michael Newcomb , | ||
.Nm Nico Mak , | ||
.Nm Stephane Barizien , | ||
.Nm Kris Karas , | ||
and | ||
.Nm Joachim Meyn . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.