parent
452b527e36
commit
f6b31571f6
@ -124,7 +124,7 @@ specify whether the media units are to be inverted before insertion into
|
||||
.Pa <dst1 ET/EU>
|
||||
and
|
||||
.Pa <dst2 ET/EU>
|
||||
respecitively.
|
||||
respectively.
|
||||
.Pp
|
||||
Note that not all medium changers support the
|
||||
.Nm exchange
|
||||
|
@ -33,7 +33,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
|
||||
.\" $Id: date.1,v 1.16 1997/08/18 20:27:17 brian Exp $
|
||||
.\" $Id: date.1,v 1.17 1997/08/30 11:06:35 jmg Exp $
|
||||
.\"
|
||||
.Dd November 17, 1993
|
||||
.Dt DATE 1
|
||||
@ -113,7 +113,7 @@ Adjust the minute, hour, month day, week day, month or year according to
|
||||
If
|
||||
.Ar val
|
||||
is preceeded with a plus or minus sign, the date is adjusted forwards
|
||||
or backwards according to the remaining string, otherwise the relevent
|
||||
or backwards according to the remaining string, otherwise the relevant
|
||||
part of the date is set. The date can be adjusted as many times as
|
||||
required using these flags. Flags are processed in the order given.
|
||||
.Pp
|
||||
|
@ -2925,17 +2925,17 @@ exist in SPARClite but not in SPARC v7.
|
||||
.B \-mcypress
|
||||
.TP
|
||||
.B \-msupersparc
|
||||
These two options select the processor for which the code is optimised.
|
||||
These two options select the processor for which the code is optimized.
|
||||
.Sp
|
||||
With
|
||||
.B \-mcypress
|
||||
(the default), the compiler optimises code for the Cypress CY7C602 chip, as
|
||||
(the default), the compiler optimizes code for the Cypress CY7C602 chip, as
|
||||
used in the SparcStation/SparcServer 3xx series. This is also appropriate for
|
||||
the older SparcStation 1, 2, IPX etc.
|
||||
.Sp
|
||||
With
|
||||
.B \-msupersparc
|
||||
the compiler optimises code for the SuperSparc cpu, as used in the SparcStation
|
||||
the compiler optimizes code for the SuperSparc cpu, as used in the SparcStation
|
||||
10, 1000 and 2000 series. This flag also enables use of the full SPARC v8
|
||||
instruction set.
|
||||
.PP
|
||||
|
@ -946,7 +946,7 @@ Grow or shrink the current screen.
|
||||
Rewind the argument list.
|
||||
.TP
|
||||
.B "rta[g][!] tagstring"
|
||||
Edit the file refering the specified tag. (Only in gtagsmode)
|
||||
Edit the file referring the specified tag. (Only in gtagsmode)
|
||||
.TP
|
||||
.B "se[t] [option[=[value]] ...] [nooption ...] [option? ...] [all]"
|
||||
Display or set editor options.
|
||||
|
@ -250,7 +250,7 @@ the number of processes in each state
|
||||
(sleeping, running, starting, zombies, and stopped),
|
||||
and a percentage of time spent in each of the processor states
|
||||
(user, nice, system, and idle).
|
||||
It also includes information about physial and virtual memory allocation.
|
||||
It also includes information about physical and virtual memory allocation.
|
||||
.PP
|
||||
The remainder of the screen displays information about individual
|
||||
processes. This display is similar in spirit to
|
||||
|
@ -195,7 +195,7 @@ is read from or written to a terminal. If the input data is not in
|
||||
a format recognized by
|
||||
.I gzip,
|
||||
and if the option --stdout is also given, copy the input data without change
|
||||
to the standard ouput: let
|
||||
to the standard output: let
|
||||
.I zcat
|
||||
behave as
|
||||
.I cat.
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
|
||||
.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Paul Kranenburg
|
||||
.\" All rights reserved.
|
||||
@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
|
||||
.Ac \&.
|
||||
.Pp
|
||||
.Nm
|
||||
recognises a number of environment variables that can be used to modify
|
||||
recognizes a number of environment variables that can be used to modify
|
||||
its behaviour as follows:
|
||||
.Pp
|
||||
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
|
||||
@ -201,7 +201,7 @@ Additionally,
|
||||
.Sy \en
|
||||
and
|
||||
.Sy \et
|
||||
are recognised and have their usual meaning.
|
||||
are recognized and have their usual meaning.
|
||||
.\" .It Ev LD_NO_INTERN_SEARCH
|
||||
.\" When set,
|
||||
.\" .Nm
|
||||
|
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" /usr/bin/catman - preformat man pages
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: catman.1,v 1.12 1997/02/22 15:46:59 peter Exp $
|
||||
.Dd Mar 12, 1995
|
||||
.Dt CATMAN 1
|
||||
.Os
|
||||
@ -74,11 +74,11 @@ More warnings.
|
||||
.Pp
|
||||
Format man pages in
|
||||
.Ar /usr/share/man
|
||||
if neccessary.
|
||||
if necessary.
|
||||
.Pp
|
||||
.Dl $ catman $MANPATH
|
||||
.Pp
|
||||
Format all your man pages if neccessary.
|
||||
Format all your man pages if necessary.
|
||||
.Pp
|
||||
.Dl $ catman -f /usr/local/man/man1 /usr/local/man/manl
|
||||
.Pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
|
||||
.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Paul Kranenburg
|
||||
.\" All rights reserved.
|
||||
@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
|
||||
.Ac \&.
|
||||
.Pp
|
||||
.Nm
|
||||
recognises a number of environment variables that can be used to modify
|
||||
recognizes a number of environment variables that can be used to modify
|
||||
its behaviour as follows:
|
||||
.Pp
|
||||
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
|
||||
@ -201,7 +201,7 @@ Additionally,
|
||||
.Sy \en
|
||||
and
|
||||
.Sy \et
|
||||
are recognised and have their usual meaning.
|
||||
are recognized and have their usual meaning.
|
||||
.\" .It Ev LD_NO_INTERN_SEARCH
|
||||
.\" When set,
|
||||
.\" .Nm
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
|
||||
.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Paul Kranenburg
|
||||
.\" All rights reserved.
|
||||
@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
|
||||
.Ac \&.
|
||||
.Pp
|
||||
.Nm
|
||||
recognises a number of environment variables that can be used to modify
|
||||
recognizes a number of environment variables that can be used to modify
|
||||
its behaviour as follows:
|
||||
.Pp
|
||||
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
|
||||
@ -201,7 +201,7 @@ Additionally,
|
||||
.Sy \en
|
||||
and
|
||||
.Sy \et
|
||||
are recognised and have their usual meaning.
|
||||
are recognized and have their usual meaning.
|
||||
.\" .It Ev LD_NO_INTERN_SEARCH
|
||||
.\" When set,
|
||||
.\" .Nm
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: rtld.1,v 1.13 1997/02/22 15:46:47 peter Exp $
|
||||
.\" $Id: rtld.1,v 1.14 1997/05/27 13:46:40 max Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Paul Kranenburg
|
||||
.\" All rights reserved.
|
||||
@ -103,7 +103,7 @@ library-name, major-version-number, minor-version-number
|
||||
.Ac \&.
|
||||
.Pp
|
||||
.Nm
|
||||
recognises a number of environment variables that can be used to modify
|
||||
recognizes a number of environment variables that can be used to modify
|
||||
its behaviour as follows:
|
||||
.Pp
|
||||
.Bl -tag -width "LD_IGNORE_MISSING_OBJECTS"
|
||||
@ -201,7 +201,7 @@ Additionally,
|
||||
.Sy \en
|
||||
and
|
||||
.Sy \et
|
||||
are recognised and have their usual meaning.
|
||||
are recognized and have their usual meaning.
|
||||
.\" .It Ev LD_NO_INTERN_SEARCH
|
||||
.\" When set,
|
||||
.\" .Nm
|
||||
|
@ -160,7 +160,7 @@ option and
|
||||
.Nm passwd
|
||||
is unable to determine the name of the NIS master server (possibly because
|
||||
the local domainname isn't set), the name of the NIS master is assumed to
|
||||
be ``localhost''. This can be overriden with the
|
||||
be ``localhost''. This can be overidden with the
|
||||
.Fl s
|
||||
flag. The specified hostname need not be the name of an NIS master: the
|
||||
name of the NIS master for a given map can be determined by querying any
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: cdcontrol.1,v 1.10 1997/02/22 16:04:30 peter Exp $
|
||||
.\" $Id: cdcontrol.1,v 1.11 1997/09/04 11:52:26 charnier Exp $
|
||||
.\"
|
||||
.Dd July 3, 1995
|
||||
.Dt CDCONTROL 1
|
||||
@ -41,7 +41,7 @@ The available commands are listed below. Only as many
|
||||
characters as are required to uniquely identify a command
|
||||
need be specified. Word
|
||||
.Nm play
|
||||
can be ommitted.
|
||||
can be omitted.
|
||||
.Bl -tag -width Cm
|
||||
|
||||
.It Cm play Ar first_track Op Ar last_track
|
||||
@ -50,7 +50,7 @@ Play from track
|
||||
to track
|
||||
.Nm last_track.
|
||||
The first track has number 1.
|
||||
can be ommited in all cases.
|
||||
can be omitted in all cases.
|
||||
|
||||
.It Cm play Ar start_m:start_s.start_f Op Ar end_m:end_s.end_f
|
||||
Play from the absolute address
|
||||
|
@ -238,7 +238,7 @@ The crunched binary ``kcopy'' can be built as follows:
|
||||
.Pp
|
||||
.nf
|
||||
% crunchgen -m Makefile kcopy.conf # gen Makefile and kcopy.c
|
||||
% make objs # build the component progams' .o files
|
||||
% make objs # build the component programs' .o files
|
||||
% make # build the crunched binary kcopy
|
||||
% kcopy sh # test that this invokes a sh shell
|
||||
$ # it works!
|
||||
@ -255,7 +255,7 @@ takes care to eliminate link conflicts between the component programs
|
||||
of a crunched binary, conflicts are still possible between the
|
||||
libraries that are linked in. Some shuffling in the order of
|
||||
libraries may be required, and in some rare cases two libraries may
|
||||
have an unresolveable conflict and thus cannot be crunched together.
|
||||
have an unresolvable conflict and thus cannot be crunched together.
|
||||
.Pp
|
||||
Some versions of the BSD build environment do not by default build the
|
||||
intermediate object file for single-source file programs. The ``make
|
||||
|
@ -52,7 +52,7 @@ called with no option only the current settings are reported.
|
||||
Set the scanner with the values of the resolution selector switch.
|
||||
.TP
|
||||
\fB-q\fP
|
||||
Operate in quiet mode, i.e. do not report any of the current setings.
|
||||
Operate in quiet mode, i.e. do not report any of the current settings.
|
||||
Normally the parameters are shown after the modifications have been
|
||||
performed.
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user