1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

remove .Tn; from Jan Stary <hans at stare dot cz>

This commit is contained in:
schwarze 2015-01-15 19:06:31 +00:00
parent 5e4d3a2adf
commit 12bc606974
29 changed files with 159 additions and 296 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: cat.1,v 1.33 2013/07/16 06:52:05 jmc Exp $
.\" $OpenBSD: cat.1,v 1.34 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: cat.1,v 1.12 1995/09/27 05:38:55 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
.\"
.Dd $Mdocdate: July 16 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt CAT 1
.Os
.Sh NAME
@ -92,12 +92,9 @@ which are displayed normally.
The tab character, control-I, can be made visible via the
.Fl t
option.
The
.Tn DEL
character (octal 0177) prints as
The DEL character (octal 0177) prints as
.Ql ^? .
.Pf Non- Ns Tn ASCII
characters (with the high bit set) are printed as
Non-ASCII characters (with the high bit set) are printed as
.Ql M-
(for meta) followed by the character for the low 7 bits.
.El

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: chio.1,v 1.32 2013/07/15 23:43:58 schwarze Exp $
.\" $OpenBSD: chio.1,v 1.33 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $
.\"
.\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd $Mdocdate: July 15 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt CHIO 1
.Os
.Sh NAME
@ -243,9 +243,7 @@ Configure the changer to use picker 2 (third picker) for operations:
.Sh AUTHORS
The
.Nm
program and
.Tn SCSI
changer driver were written by
program and SCSI changer driver were written by
.An Jason R. Thorpe Aq Mt thorpej@and.com
for And Communications
.Pq Lk http://www.and.com/ .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: csh.1,v 1.73 2014/12/09 15:37:13 schwarze Exp $
.\" $OpenBSD: csh.1,v 1.74 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)csh.1 8.2 (Berkeley) 1/21/94
.\"
.Dd $Mdocdate: December 9 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt CSH 1
.Os
.Sh NAME
@ -179,9 +179,7 @@ in the home directory of the invoker,
and, if this is a login shell, the file
.Pa .login
in the same location.
It is typical for users on
.Tn CRT Ns s
to put the command
It is typical for users on CRTs to put the command
.Ic stty crt
in their
.Pa .login
@ -1677,9 +1675,7 @@ Like
but no
.Ql \e
escapes are recognized and words are delimited
by
.Tn NUL
characters in the output.
by NUL characters in the output.
Useful for programs that wish to use the shell to filename expand a list
of words.
.Pp
@ -1936,9 +1932,7 @@ to the given
The final two forms run command at priority 4 and
.Ar number
respectively.
The greater the number, the less
.Tn CPU
the process will get.
The greater the number, the less CPU the process will get.
The superuser may specify negative priority by using
.Dq nice \-number ... .
.Ar command
@ -2570,9 +2564,7 @@ Built-in commands that fail return exit status 1,
all other built-in commands set status to 0.
.It Ic time
Controls automatic timing of commands.
If set, then any command that takes more than this many
.Tn CPU
seconds
If set, then any command that takes more than this many CPU seconds
will cause a line giving user, system, and real times, and a utilization
percentage which is the ratio of user plus system times to real time
to be printed when it terminates.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: date.1,v 1.64 2014/02/14 19:12:27 jmc Exp $
.\" $OpenBSD: date.1,v 1.65 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)date.1 8.3 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: February 14 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt DATE 1
.Os
.Sh NAME
@ -93,8 +93,7 @@ Print out (in specified format) the date and time represented by
.Ar seconds
from the Epoch.
.It Fl t Ar minutes_west
Set the system's value for minutes west of
.Tn GMT .
Set the system's value for minutes west of GMT.
.Ar minutes_west
specifies the number of minutes returned in
.Fa tz_minuteswest

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: dd.1,v 1.31 2014/03/27 15:32:13 tedu Exp $
.\" $OpenBSD: dd.1,v 1.32 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\"
.Dd $Mdocdate: March 27 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt DD 1
.Os
.Sh NAME
@ -123,9 +123,7 @@ using the tape
.Xr ioctl 2
function calls.
If the seek operation is past the end of file, space from the current
end of file to the specified offset is filled with blocks of
.Tn NUL
bytes.
end of file to the specified offset is filled with blocks of NUL bytes.
.It Cm skip= Ns Ar n
Skip
.Ar n
@ -165,12 +163,8 @@ is one of the symbols from the following list.
.It Cm ascii
The same as the
.Cm unblock
value except that characters are translated from
.Tn EBCDIC
to
.Tn ASCII
before the
records are converted.
value except that characters are translated from EBCDIC to ASCII
before the records are converted.
(These values imply
.Cm unblock
if the operand
@ -191,19 +185,14 @@ error output at the completion of the copy.
.It Cm ebcdic , ibm
The same as the
.Cm block
value except that characters are translated from
.Tn ASCII
to
.Tn EBCDIC
after the
records are converted.
value except that characters are translated from ASCII to EBCDIC
after the records are converted.
(These values imply
.Cm block
if the operand
.Cm cbs
is also specified.)
There are two conversion maps for
.Tn EBCDIC .
There are two conversion maps for EBCDIC.
The value
.Cm ebcdic
specifies the recommended one which is compatible with
@ -224,9 +213,7 @@ in the same format as the standard completion message.
If the
.Cm sync
conversion is also specified, any missing input data will be replaced
with
.Tn NUL
bytes (or with spaces if a block oriented conversion value was
with NUL bytes (or with spaces if a block oriented conversion value was
specified) and processed as a normal input buffer.
If the
.Cm sync
@ -258,9 +245,7 @@ ignored during swapping.
.It Cm sync
Pad every input block to the input buffer size.
Spaces are used for pad bytes if a block oriented conversion value is
specified, otherwise
.Tn NUL
bytes are used.
specified, otherwise NUL bytes are used.
.It Cm ucase
Transform lowercase characters into uppercase characters.
.It Cm unblock

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pax.1,v 1.69 2014/09/08 01:27:54 schwarze Exp $
.\" $OpenBSD: pax.1,v 1.70 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
@ -34,7 +34,7 @@
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
.\"
.Dd $Mdocdate: September 8 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt PAX 1
.Os
.Sh NAME
@ -305,8 +305,7 @@ bytes per write to the archive file.
The
.Ar blocksize
must be a multiple of 512 bytes with a maximum of 64512 bytes.
Archive block sizes larger than 32256 bytes violate the
.Tn POSIX
Archive block sizes larger than 32256 bytes violate the POSIX
standard and will not be portable to all systems.
A
.Ar blocksize

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: tar.1,v 1.56 2014/09/08 01:27:54 schwarze Exp $
.\" $OpenBSD: tar.1,v 1.57 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 1996 SigmaSoft, Th. Lockert
.\" All rights reserved.
@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: September 8 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt TAR 1
.Os
.Sh NAME
@ -131,9 +131,8 @@ Set blocking factor to use for the archive.
.Nm
uses 512-byte blocks.
The default is 20, the maximum is 126.
Archives with a blocking factor larger than 63 violate the
.Tn POSIX
standard and will not be portable to all systems.
Archives with a blocking factor larger than 63
violate the POSIX standard and will not be portable to all systems.
.It Fl C Ar directory
This is a positional argument which sets the working directory for the
following files.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: stty.1,v 1.44 2014/05/29 12:59:13 jmc Exp $
.\" $OpenBSD: stty.1,v 1.45 2015/01/15 19:06:31 schwarze Exp $
.\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@ -33,7 +33,7 @@
.\"
.\" @(#)stty.1 8.5 (Berkeley) 6/1/94
.\"
.Dd $Mdocdate: May 29 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt STTY 1
.Os
.Sh NAME
@ -265,15 +265,10 @@ Discard (do not discard) EOFs on output.
Local mode flags (lflags) affect various and sundry characteristics of terminal
processing.
Historically the term "local" pertained to new job control features
implemented by Jim Kulp on a
.Tn Pdp 11/70
at
.Tn IIASA .
Later the driver ran on the first
.Tn VAX
at Evans Hall, UC Berkeley, where the job control details
were greatly modified but the structure definitions and names
remained essentially unchanged.
implemented by Jim Kulp on a PDP 11/70 at IIASA.
Later the driver ran on the first VAX at Evans Hall, UC Berkeley,
where the job control details were greatly modified
but the structure definitions and names remained essentially unchanged.
The second interpretation of the
.Sq l
in lflag is

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: caesar.6,v 1.8 2007/05/31 19:19:17 jmc Exp $
.\" $OpenBSD: caesar.6,v 1.9 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)caesar.6 8.2 (Berkeley) 11/16/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: January 15 2015 $
.Dt CAESAR 6
.Os
.Sh NAME
@ -55,8 +55,7 @@ may be used to specify a specific rotation value.
If this utility is invoked as
.Nm rot13 ,
it will rotate by 13 characters.
This format is commonly used on
.Tn USENET
This format is commonly used on USENET
and in some of the databases used by the
.Xr fortune 6
program to

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: rain.6,v 1.17 2014/09/08 01:27:54 schwarze Exp $
.\" $OpenBSD: rain.6,v 1.18 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)rain.6 8.1 (Berkeley) 5/31/93
.\"
.Dd $Mdocdate: September 8 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt RAIN 6
.Os
.Sh NAME
@ -40,9 +40,7 @@
.Op Fl d Ar delay
.Sh DESCRIPTION
.Nm
is modeled after the
.Tn VAX/VMS
program of the same name.
is modeled after the VAX/VMS program of the same name.
.Pp
To obtain the proper effect, the
.Fl d

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: get_fpc_csr.3,v 1.4 2010/09/26 15:12:03 jmc Exp $
.\" $OpenBSD: get_fpc_csr.3,v 1.5 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 2010 Miodrag Vallat.
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: September 26 2010 $
.Dd $Mdocdate: January 15 2015 $
.Dt GET_FPC_CSR 3 mips64
.Os
.Sh NAME
@ -37,9 +37,8 @@ function replaces the value of the floating-point control register with
.Fa csr
and returns the previous value.
.Pp
These functions are provided for
.Tn IRIX
compatibility, and should only be used to control the value of the
These functions are provided for IRIX compatibility,
and should only be used to control the value of the
.Li FPCSR_FS
bit in the floating-point control register.
Portable code should use the

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: atan2.3,v 1.16 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: atan2.3,v 1.17 2015/01/15 19:06:31 schwarze Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@ -28,7 +28,7 @@
.\"
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt ATAN2 3
.Os
.Sh NAME
@ -81,8 +81,7 @@ are zero, the global variable
.Va errno
is set to
.Er EDOM .
On the
.Tn VAX :
On the VAX:
.Bl -column atan_(y,x)_:=____ sign(y)_(Pi_atan2(Xy_xX))___
.It Fn atan2 y x No := Ta
.Fn atan y/x Ta
@ -114,9 +113,7 @@ The function
.Fn atan2
defines "if x > 0,"
.Fn atan2 0 0
= 0 on a
.Tn VAX
despite that previously
= 0 on a VAX despite that previously
.Fn atan2 0 0
may have generated an error message.
The reasons for assigning a value to
@ -170,8 +167,7 @@ r := hypot(x,y); ... := \(sr(x\u\s82\s10\d+y\u\s82\s10\d)
.It
The foregoing formulas need not be altered to cope in a
reasonable way with signed zeros and infinities
on a machine that conforms to
.Tn IEEE 754 ;
on a machine that conforms to IEEE 754 ;
the versions of
.Xr hypot 3
and

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: exp.3,v 1.28 2013/11/03 18:28:27 martynas Exp $
.\" $OpenBSD: exp.3,v 1.29 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
.\"
.Dd $Mdocdate: November 3 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt EXP 3
.Os
.Sh NAME
@ -232,10 +232,7 @@ set the global variable
.Va errno
to
.Er ERANGE
and cause a reserved operand fault on a
.Tn VAX
or
.Tn Tahoe .
and cause a reserved operand fault on a VAX or Tahoe.
The function
.Fn pow x y
checks to see if
@ -247,15 +244,8 @@ the global variable
.Va errno
is set to
.Er EDOM
and on the
.Tn VAX
and
.Tn Tahoe
generate a reserved operand fault.
On a
.Tn VAX
and
.Tn Tahoe ,
and on the VAX and Tahoe generate a reserved operand fault.
On a VAX and Tahoe,
.Va errno
is set to
.Er EDOM
@ -291,43 +281,27 @@ approaches
the over/underflow thresholds until almost as many bits could be
lost as are occupied by the floating\-point format's exponent
field; that is 8 bits for
.Tn "VAX D"
.Dq VAX D
and 11 bits for IEEE 754 Double.
No such drastic loss has been exposed by testing; the worst
errors observed have been below 20
.Em ulps
for
.Tn "VAX D" ,
.Dq VAX D ,
300
.Em ulps
for
.Tn IEEE
754 Double.
for IEEE 754 Double.
Moderate values of
.Fn pow
are accurate enough that
.Fn pow integer integer
is exact until it is bigger than 2**56 on a
.Tn VAX ,
2**53 for
.Tn IEEE
754.
is exact until it is bigger than 2**56 on a VAX,
2**53 for IEEE 754.
.Sh NOTES
The functions exp(x)\-1 and log(1+x) are called
expm1 and logp1 in
.Tn BASIC
on the Hewlett\-Packard
.Tn HP Ns \-71B
and
.Tn APPLE
Macintosh,
.Tn EXP1
and
.Tn LN1
in Pascal, exp1 and log1 in C
on
.Tn APPLE
Macintoshes, where they have been provided to make
expm1 and logp1 in BASIC on the Hewlett\-Packard HP-71B
and APPLE Macintosh, EXP1 and LN1 in Pascal, exp1 and log1 in C
on APPLE Macintoshes, where they have been provided to make
sure financial calculations of ((1+x)**n\-1)/x, namely
expm1(n\(**log1p(x))/x, will be accurate when x is tiny.
They also provide accurate inverse hyperbolic functions.
@ -339,15 +313,13 @@ returns x**0 = 1 for all x including x = 0,
\*(If
.if t \
\(if
(not found on a
.Tn VAX ) ,
(not found on a VAX),
and
.Em \*(Na
(the reserved
operand on a
.Tn VAX ) .
Previous implementations of pow may
have defined x**0 to be undefined in some or all of these cases.
(the reserved operand on a VAX).
Previous implementations of
.Fn pow
may have defined x**0 to be undefined in some or all of these cases.
Here are reasons for returning x**0 = 1 always:
.Bl -enum -width indent
.It

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: hypot.3,v 1.20 2013/07/17 05:42:11 schwarze Exp $
.\" $OpenBSD: hypot.3,v 1.21 2015/01/15 19:06:31 schwarze Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@ -28,7 +28,7 @@
.\"
.\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91
.\"
.Dd $Mdocdate: July 17 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt HYPOT 3
.Os
.Sh NAME
@ -97,12 +97,10 @@ and
are \*(Na for all
.Em finite
.Ar v ;
with "reserved operand" in place of "\*(Na", the
same is true on a
.Tn VAX .
But programmers on machines other than a
.Tn VAX
(it has no \*(If)
with
.Dq reserved operand
in place of "\*(Na", the same is true on a VAX.
But programmers on machines other than a VAX (it has no \*(If)
might be surprised at first to discover that
.Fn hypot "\(+-\*(If" "\*(Na"
= +\*(If.
@ -117,12 +115,9 @@ Hence
.Fn hypot "\*(If" "v"
is independent of
.Ar v .
Unlike the reserved operand fault on a
.Tn VAX ,
the
.Tn IEEE
\*(Na is designed to
disappear when it turns out to be irrelevant, as it does in
Unlike the reserved operand fault on a VAX,
the IEEE \*(Na is designed to disappear
when it turns out to be irrelevant, as it does in
.Fn hypot "\*(If" "\*(Na" .
.Sh SEE ALSO
.Xr sqrt 3

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: infnan.3,v 1.16 2013/11/03 18:28:27 martynas Exp $
.\" $OpenBSD: infnan.3,v 1.17 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,41 +29,27 @@
.\"
.\" @(#)infnan.3 8.1 (Berkeley) 6/4/93
.\"
.Dd $Mdocdate: November 3 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt INFNAN 3 vax
.Os
.Sh NAME
.Nm infnan
.Nd signals invalid floating\-point operations on a
.Tn VAX
(temporary)
.Nd signals invalid floating\-point operations on a VAX (temporary)
.Sh SYNOPSIS
.In math.h
.Ft double
.Fn infnan "int iarg"
.Sh DESCRIPTION
At some time in the future, some of the useful properties of
the Infinities and \*(Nas in the
.Tn IEEE
standard 754 for Binary
Floating\-Point Arithmetic will be simulated in
.Tn UNIX
on the
.Tn DEC VAX
by using its Reserved Operands.
the Infinities and \*(Nas in the IEEE standard 754
for Binary Floating\-Point Arithmetic will be simulated in UNIX
on the DEC VAX by using its Reserved Operands.
Meanwhile, the Invalid, Overflow and Divide\-by\-Zero exceptions of the
.Tn IEEE
standard are being approximated on a
.Tn VAX
by calls to a
procedure
IEEE standard are being approximated on a VAX by calls to a procedure
.Fn infnan
in appropriate places in
.Em libm .
When
better exception\-handling is implemented in
.Tn UNIX ,
only
When better exception\-handling is implemented in UNIX, only
.Fn infnan
among the codes in
.Em libm
@ -78,9 +64,7 @@ insulate themselves from future changes.
Whenever an elementary function code in
.Em libm
has to
simulate one of the aforementioned
.Tn IEEE
exceptions, it calls
simulate one of the aforementioned IEEE exceptions, it calls
.Fn infnan iarg
with an appropriate value of
.Fa iarg .
@ -98,11 +82,8 @@ Alternatively, the Reserved Operand Fault Handler could be
changed to respond by returning that plausible value, etc.,
instead of aborting.
.Pp
In the table below, the first two columns show various
exceptions signaled by the
.Tn IEEE
standard, and the default
result it prescribes.
In the table below, the first two columns show various exceptions
signaled by the IEEE standard, and the default result it prescribes.
The third column shows what value is given to
.Fa iarg
by functions in
@ -110,8 +91,7 @@ by functions in
when they
invoke
.Fn infnan iarg
under analogous circumstances on a
.Tn VAX .
under analogous circumstances on a VAX.
Currently
.Fn infnan
stops computation under all those

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: lgamma.3,v 1.21 2013/08/07 22:20:25 millert Exp $
.\" $OpenBSD: lgamma.3,v 1.22 2015/01/15 19:06:31 schwarze Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@ -28,7 +28,7 @@
.\"
.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
.\"
.Dd $Mdocdate: August 7 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt LGAMMA 3
.Os
.Sh NAME
@ -137,10 +137,7 @@ non-positive integers.
For large non-integer negative values,
.Fn tgamma
will underflow.
On the
.Tn VAX ,
the reserved operator is returned,
and
On the VAX, the reserved operator is returned, and
.Va errno
is set to
.Er ERANGE .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pcap.3,v 1.37 2014/12/24 03:25:42 lteo Exp $
.\" $OpenBSD: pcap.3,v 1.38 2015/01/15 19:06:31 schwarze Exp $
.\"
.\" Copyright (c) 1994, 1996, 1997
.\" The Regents of the University of California. All rights reserved.
@ -19,7 +19,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.Dd $Mdocdate: December 24 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt PCAP 3
.Os
.Sh NAME
@ -262,9 +262,8 @@ A
of \-1 processes all the packets received in one buffer.
A
.Fa cnt
of 0 processes all packets until an error occurs,
.Tn EOF
is reached, or the read times out (when doing live reads and a non-zero
of 0 processes all packets until an error occurs, EOF is reached,
or the read times out (when doing live reads and a non-zero
read timeout is specified).
.Fa callback
specifies a routine to be called with three arguments: a
@ -278,9 +277,7 @@ and a
.Fa u_char
pointer to the packet data.
The number of packets read is returned.
Zero is returned when
.Tn EOF
is reached in a savefile.
Zero is returned when EOF is reached in a savefile.
A return of \-1 indicates an error in which case
.Fn pcap_perror
or
@ -378,8 +375,7 @@ the packet and \-2 is returned when there are no more packets to read in a
savefile.
.Pp
.Fn pcap_datalink
returns the link layer type, e.g.,
.Tn DLT_EN10MB .
returns the link layer type, e.g., DLT_EN10MB.
.Pp
.Fn pcap_snapshot
returns the snapshot length specified when

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: skey.3,v 1.12 2007/05/31 19:19:37 jmc Exp $
.\" $OpenBSD: skey.3,v 1.13 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 2001 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: January 15 2015 $
.Dt SKEY 3
.Os
.Sh NAME
@ -232,8 +232,7 @@ The
.Fn sevenbit
function strips the high bit from each character in
.Fa s ,
converting the characters to seven bit
.Tn ASCII .
converting the characters to seven bit ASCII.
.Pp
The
.Fn skey_authenticate

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: fparseln.3,v 1.8 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: fparseln.3,v 1.9 2015/01/15 19:06:32 schwarze Exp $
.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt FPARSELN 3
.Os
.Sh NAME
@ -75,9 +75,7 @@ the value of the memory location to which
references is incremented by the number of lines actually read from the file.
.It Fa delim
Contains the escape, continuation, and comment characters.
If a character is
.Tn NUL
then processing for that character is disabled.
If a character is NUL then processing for that character is disabled.
If
.Dv NULL ,
all characters default to values specified below.
@ -104,9 +102,7 @@ end of the current line.
.It Fa flags
If non-zero, alter the operation of
.Fn fparseln .
The various flags, which may be
.Tn OR Ns 'ed
together, are:
The various flags, which may be OR'ed together, are:
.Bl -tag -width "FPARSELN_UNESCCOMM"
.It Dv FPARSELN_UNESCCOMM
Remove escape preceding an escaped comment.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: opendev.3,v 1.21 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: opendev.3,v 1.22 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt OPENDEV 3
.Os
.Sh NAME
@ -78,9 +78,7 @@ passed to
.Pp
The
.Fa dflags
are specified by
.Tn OR Ns 'ing
the following values:
are specified by OR'ing the following values:
.Bd -literal -offset indent
OPENDEV_PART attempt to open the raw partition during expansion
OPENDEV_BLCK open the block device (default is character device)

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_lock.3,v 1.16 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: pw_lock.3,v 1.17 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt PW_LOCK 3
.Os
.Sh NAME
@ -88,9 +88,7 @@ If a
is specified, only the record for the specified user will be updated.
The
.Fa pwflags
are specified by
.Tn OR Ns 'ing
the following values:
are specified by OR'ing the following values:
.Pp
.Bl -tag -width _PASSWORD_SECUREONLY -offset "xxxx" -compact
.It Dv _PASSWORD_SECUREONLY

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: fingerd.8,v 1.20 2014/11/20 13:21:05 tedu Exp $
.\" $OpenBSD: fingerd.8,v 1.21 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -28,9 +28,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fingerd.8 8.1 (Berkeley) 6/4/93
.\" $Id: fingerd.8,v 1.20 2014/11/20 13:21:05 tedu Exp $
.\" $Id: fingerd.8,v 1.21 2015/01/15 19:06:32 schwarze Exp $
.\"
.Dd $Mdocdate: November 20 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt FINGERD 8
.Os
.Sh NAME
@ -55,19 +55,17 @@ protocol consists mostly of specifying a single
.Nm
is started by
.Xr inetd 8 ,
which listens for
.Tn TCP
requests at port 79.
which listens for TCP requests at port 79.
Once connected it reads a single command line
terminated by a
.Aq Tn CRLF
.Aq CRLF
which is passed to
.Xr finger 1 .
.Nm
closes its connections as soon as the output is finished.
.Pp
If the line is null (i.e., just a
.Aq Tn CRLF
.Aq CRLF
is sent) then
.Xr finger 1
returns a
@ -76,7 +74,7 @@ report that lists all people logged into
the system at that moment.
.Pp
If a user name is specified (e.g.,
.Pf eric Aq Tn CRLF )
.Pf eric Aq CRLF )
then the
response lists more extended information for only that particular user,
whether logged in or not.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ftpd.8,v 1.72 2014/03/17 22:13:46 jmc Exp $
.\" $OpenBSD: ftpd.8,v 1.73 2015/01/15 19:06:32 schwarze Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
.\"
.Dd $Mdocdate: March 17 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt FTPD 8
.Os
.Sh NAME
@ -46,9 +46,7 @@
.Sh DESCRIPTION
.Nm
is the Internet File Transfer Protocol server process.
The server uses the
.Tn TCP
protocol
The server uses the TCP protocol
and listens at the port specified in the
.Dq ftp
service specification; see
@ -247,11 +245,8 @@ The case of the requests is ignored.
.It XRMD Ta "remove a directory (deprecated)"
.El
.Pp
The following non-standard or
.Tn UNIX
specific commands are supported
by the
SITE request:
The following non-standard or UNIX specific commands
are supported by the SITE request:
.Bl -column Request -offset indent
.It Sy Request Ta Sy Description
.It CHMOD Ta "change mode of a file, e.g., SITE CHMOD 755 filename"

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: login_tis.8,v 1.4 2012/02/01 17:32:59 sobrado Exp $
.\" $OpenBSD: login_tis.8,v 1.5 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 2004 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: February 1 2012 $
.Dd $Mdocdate: January 15 2015 $
.Dt LOGIN_TIS 8
.Os
.Sh NAME
@ -35,14 +35,11 @@ utility is called by
.Xr ftpd 8 ,
and others to authenticate the
.Ar user
via the
.Tn TIS
via the TIS
.Dq Firewall Toolkit
authentication server
.Pq Em authsrv ,
optionally using
.Tn DES
encryption.
optionally using DES encryption.
.Pp
The
.Ar service
@ -114,9 +111,8 @@ utility uses the following TIS-specific
variables:
.Bl -tag -width tis-server-alt
.It tis-keyfile
Path to a file containing a
.Tn DES
key string to be used for encrypting communications end to end with
Path to a file containing a DES key string
to be used for encrypting communications end to end with
.Em authsrv .
This file must not be readable or writable by users other than root.
If no
@ -132,8 +128,7 @@ or port number on which
listens.
Defaults to port 7777.
.It tis-server
Hostname or IP address of the
.Tn TIS
Hostname or IP address of the TIS
.Em authsrv
daemon to connect to.
Defaults to

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: talkd.8,v 1.7 2014/01/21 03:15:45 schwarze Exp $
.\" $OpenBSD: talkd.8,v 1.8 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
.\" All rights reserved.
@ -28,9 +28,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)talkd.8 6.5 (Berkeley) 3/16/91
.\" $Id: talkd.8,v 1.7 2014/01/21 03:15:45 schwarze Exp $
.\" $Id: talkd.8,v 1.8 2015/01/15 19:06:32 schwarze Exp $
.\"
.Dd $Mdocdate: January 21 2014 $
.Dd $Mdocdate: January 15 2015 $
.Dt TALKD 8
.Os
.Sh NAME
@ -45,11 +45,9 @@ initiate a conversation.
It acts as a repository of invitations, responding to requests
by clients wishing to rendezvous to hold a conversation.
In normal operation, a client, the caller,
initiates a rendezvous by sending a
.Tn CTL_MSG
to the server of
type
.Tn LOOK_UP
initiates a rendezvous by sending a CTL_MSG to the server
of type
.Dv LOOK_UP
(see
.In protocols/talkd.h ) .
This causes the server to search its invitation
@ -57,7 +55,7 @@ tables to check if an invitation currently exists for the caller
(to speak to the callee specified in the message).
If the lookup fails,
the caller then sends an
.Tn ANNOUNCE
.Dv ANNOUNCE
message causing the server to
broadcast an announcement on the callee's login ports requesting contact.
When the callee responds, the local server uses the

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: a2coff.8,v 1.4 2013/10/20 07:40:43 jmc Exp $
.\" $OpenBSD: a2coff.8,v 1.5 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 2006, Miodrag Vallat
.\"
@ -23,7 +23,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: October 20 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt A2COFF 8 aviion
.Os
.Sh NAME
@ -37,9 +37,7 @@
.Nm a2coff
converts standalone binaries, such as kernels or boot blocks, from
.Xr elf 5
format to COFF format, suitable for booting from the
.Tn Data General
.Tn AViiON
PROMs.
format to COFF format, suitable for booting
from the Data General AViiON PROMs.
.Sh SEE ALSO
.Xr elf 5

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mkboot.8,v 1.9 2007/05/31 19:20:03 jmc Exp $
.\" $OpenBSD: mkboot.8,v 1.10 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: January 15 2015 $
.Dt MKBOOT 8 hppa
.Os
.Sh NAME
@ -41,11 +41,8 @@
.Sh DESCRIPTION
Creates the LIF file containing the bootstrap
.Ar program
and possibly other programs to be used by the
.Tn HP 9000/700
and
.Tn HP 9000/800
systems.
and possibly other programs to be used
by the HP 9000/700 and HP 9000/800 systems.
.Pp
An argument to the
.Fl l

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mkboot.8,v 1.3 2007/05/31 19:20:03 jmc Exp $
.\" $OpenBSD: mkboot.8,v 1.4 2015/01/15 19:06:32 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: January 15 2015 $
.Dt MKBOOT 8 hppa64
.Os
.Sh NAME
@ -41,11 +41,8 @@
.Sh DESCRIPTION
Creates the LIF file containing the bootstrap
.Ar program
and possibly other programs to be used by the
.Tn HP 9000/700
and
.Tn HP 9000/800
systems.
and possibly other programs to be used
by the HP 9000/700 and HP 9000/800 systems.
.Pp
An argument to the
.Fl l

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: installboot.8,v 1.12 2013/10/20 07:40:42 jmc Exp $
.\" $OpenBSD: installboot.8,v 1.13 2015/01/15 19:06:32 schwarze Exp $
.\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: October 20 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt INSTALLBOOT 8 sparc
.Os
.Sh NAME
@ -71,9 +71,8 @@ The second-stage program commonly resides in the root directory as
The utility
.Pa /usr/mdec/binstall
can be used to properly copy the second-stage bootprogram to its destination.
This script takes care of post-processing that is required on
.Pf non- Tn Openboot
machines.
This script takes care of post-processing
that is required on non-Openboot machines.
.Pp
The options are as follows:
.Bl -tag -width flag
@ -86,9 +85,8 @@ can be one of
.Dq sun4c
or
.Dq sun4m .
Sun 4c models with
.Tn Openboot
PROMs need the header to be present, while Sun 4 systems with the
Sun 4c models with Openboot PROMs need the header to be present,
while Sun 4 systems with the
.Dq old monitor
interface require the header to be stripped off.
This is normally taken care of by