Skip to content

Commit

Permalink
Miscellaneous man page fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Dec 3, 2001
1 parent bf1895f commit b4f0a66
Show file tree
Hide file tree
Showing 29 changed files with 407 additions and 510 deletions.
70 changes: 35 additions & 35 deletions archivers/gtar-base/files/gtar.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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 .
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
12 changes: 7 additions & 5 deletions converters/bbcim/files/bbcim.1
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.
.\"
Expand All @@ -16,7 +18,7 @@
.\"
.\"
.\"
.Dd June, 1997
.Dd June 1, 1997
.Dt BBCIM 1
.\"
.\"------------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions converters/uulib/files/uulib.3
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 .
14 changes: 7 additions & 7 deletions cross/bfd-crunchide/files/crunchide.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: crunchide.1,v 1.1.1.1 1999/12/20 05:57:40 sakamoto Exp $
.\" $NetBSD: crunchide.1,v 1.2 2001/12/03 19:03:20 wiz Exp $
.\"
.\" Copyright (c) 1994 University of Maryland
.\" All Rights Reserved.
Expand Down Expand Up @@ -48,11 +48,11 @@
.Nm Crunchide
hides the global symbols of
.Ar object-file
such that they are ignored by subsequent runs of the linker,
such that they are ignored by subsequent runs of the linker,
.Xr ld 1 .
Some symbols may be left visible via the
.Fl k Ar keep-symbol
and
and
.Fl f Ar keep-list-file
options. The
.Ar keep-list-file
Expand All @@ -62,18 +62,18 @@ The names given by
or in
.Ar keep-list-file
should be C names. For example,
to keep the C function
to keep the C function
.Dq foo
visible, the option
.Dq -k foo
visible, the option
.Dq -k foo
should be used.
.Pp
To recognize kernel executable format, the
.Fl b
flag specifies BFD name of kernel.
.Pp
.Nm Crunchide
is designed as a companion program for
is designed as a companion program for
.Xr crunchgen 1 ,
which automates the process of creating crunched binaries from
multiple component programs.
Expand Down
8 changes: 4 additions & 4 deletions cross/bfd-mdsetimage/files/mdsetimage.8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" $NetBSD: mdsetimage.8,v 1.2 2001/10/01 23:39:25 cgd Exp $
.\" $NetBSD: mdsetimage.8,v 1.3 2001/12/03 19:03:20 wiz Exp $
.\"
.\" Copyright (c) 1996 Christopher G. Demetriou
.\" All rights reserved.
.\"
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
Expand All @@ -13,7 +13,7 @@
.\" documentation and/or other materials provided with the distribution.
.\" 3. The name of the author may not be used to endorse or promote products
.\" derived from this software without specific prior written permission.
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Expand All @@ -24,7 +24,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
.\" <<Id: LICENSE_GC,v 1.1 2001/10/01 23:24:05 cgd Exp>>
.\"
.Dd October 3, 1996
Expand Down
Loading

0 comments on commit b4f0a66

Please sign in to comment.