Ingo, recently you removed .Tn from stdio:
On Jan 13 07:02:30, [email protected] wrote:
> Modified files:
> lib/libc/stdio : fgetln.3 fgetwln.3 fopen.3 fputs.3 funopen.3
> printf.3 tmpnam.3
> Log message:
> remove .Tn from stdio manuals; Kaspars Bankovskis found one of these
The following diff removes .Tn from bin, games, libm, libexec,
and a few assorted places; replaces some .Tn with .Dv if they are.
Please see also previous diff to tech@ removing .Tn from sys.
Jan
Index: bin/cat/cat.1
===================================================================
RCS file: /cvs/src/bin/cat/cat.1,v
retrieving revision 1.33
diff -u -p -r1.33 cat.1
--- bin/cat/cat.1 16 Jul 2013 06:52:05 -0000 1.33
+++ bin/cat/cat.1 14 Jan 2015 20:08:01 -0000
@@ -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
Index: bin/chio/chio.1
===================================================================
RCS file: /cvs/src/bin/chio/chio.1,v
retrieving revision 1.32
diff -u -p -r1.32 chio.1
--- bin/chio/chio.1 15 Jul 2013 23:43:58 -0000 1.32
+++ bin/chio/chio.1 14 Jan 2015 20:08:01 -0000
@@ -243,9 +243,7 @@ Configure the changer to use picker 2 (t
.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 [email protected]
for And Communications
.Pq Lk http://www.and.com/ .
Index: bin/csh/csh.1
===================================================================
RCS file: /cvs/src/bin/csh/csh.1,v
retrieving revision 1.73
diff -u -p -r1.73 csh.1
--- bin/csh/csh.1 9 Dec 2014 15:37:13 -0000 1.73
+++ bin/csh/csh.1 14 Jan 2015 20:08:01 -0000
@@ -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
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.
Index: bin/date/date.1
===================================================================
RCS file: /cvs/src/bin/date/date.1,v
retrieving revision 1.64
diff -u -p -r1.64 date.1
--- bin/date/date.1 14 Feb 2014 19:12:27 -0000 1.64
+++ bin/date/date.1 14 Jan 2015 20:08:01 -0000
@@ -93,8 +93,7 @@ Print out (in specified format) the date
.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
Index: bin/dd/dd.1
===================================================================
RCS file: /cvs/src/bin/dd/dd.1,v
retrieving revision 1.31
diff -u -p -r1.31 dd.1
--- bin/dd/dd.1 27 Mar 2014 15:32:13 -0000 1.31
+++ bin/dd/dd.1 14 Jan 2015 20:08:01 -0000
@@ -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
.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 co
.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 compl
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
Index: bin/pax/pax.1
===================================================================
RCS file: /cvs/src/bin/pax/pax.1,v
retrieving revision 1.69
diff -u -p -r1.69 pax.1
--- bin/pax/pax.1 8 Sep 2014 01:27:54 -0000 1.69
+++ bin/pax/pax.1 14 Jan 2015 20:08:02 -0000
@@ -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
Index: bin/pax/tar.1
===================================================================
RCS file: /cvs/src/bin/pax/tar.1,v
retrieving revision 1.56
diff -u -p -r1.56 tar.1
--- bin/pax/tar.1 8 Sep 2014 01:27:54 -0000 1.56
+++ bin/pax/tar.1 14 Jan 2015 20:08:02 -0000
@@ -131,9 +131,8 @@ Set blocking factor to use for the archi
.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.
Index: bin/stty/stty.1
===================================================================
RCS file: /cvs/src/bin/stty/stty.1,v
retrieving revision 1.44
diff -u -p -r1.44 stty.1
--- bin/stty/stty.1 29 May 2014 12:59:13 -0000 1.44
+++ bin/stty/stty.1 14 Jan 2015 20:08:02 -0000
@@ -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
Index: games/caesar/caesar.6
===================================================================
RCS file: /cvs/src/games/caesar/caesar.6,v
retrieving revision 1.8
diff -u -p -r1.8 caesar.6
--- games/caesar/caesar.6 31 May 2007 19:19:17 -0000 1.8
+++ games/caesar/caesar.6 14 Jan 2015 20:08:02 -0000
@@ -55,8 +55,7 @@ may be used to specify a specific rotati
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
Index: games/rain/rain.6
===================================================================
RCS file: /cvs/src/games/rain/rain.6,v
retrieving revision 1.17
diff -u -p -r1.17 rain.6
--- games/rain/rain.6 8 Sep 2014 01:27:54 -0000 1.17
+++ games/rain/rain.6 14 Jan 2015 20:08:02 -0000
@@ -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
Index: lib/libarch/mips64/get_fpc_csr.3
===================================================================
RCS file: /cvs/src/lib/libarch/mips64/get_fpc_csr.3,v
retrieving revision 1.4
diff -u -p -r1.4 get_fpc_csr.3
--- lib/libarch/mips64/get_fpc_csr.3 26 Sep 2010 15:12:03 -0000 1.4
+++ lib/libarch/mips64/get_fpc_csr.3 14 Jan 2015 20:08:10 -0000
@@ -37,9 +37,8 @@ function replaces the value of the float
.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 Tn 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
Index: lib/libm/man/atan2.3
===================================================================
RCS file: /cvs/src/lib/libm/man/atan2.3,v
retrieving revision 1.16
diff -u -p -r1.16 atan2.3
--- lib/libm/man/atan2.3 5 Jun 2013 03:40:26 -0000 1.16
+++ lib/libm/man/atan2.3 14 Jan 2015 20:08:11 -0000
@@ -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\s1
.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
Index: lib/libm/man/exp.3
===================================================================
RCS file: /cvs/src/lib/libm/man/exp.3,v
retrieving revision 1.28
diff -u -p -r1.28 exp.3
--- lib/libm/man/exp.3 3 Nov 2013 18:28:27 -0000 1.28
+++ lib/libm/man/exp.3 14 Jan 2015 20:08:11 -0000
@@ -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 =
\*(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
Index: lib/libm/man/hypot.3
===================================================================
RCS file: /cvs/src/lib/libm/man/hypot.3,v
retrieving revision 1.20
diff -u -p -r1.20 hypot.3
--- lib/libm/man/hypot.3 17 Jul 2013 05:42:11 -0000 1.20
+++ lib/libm/man/hypot.3 14 Jan 2015 20:08:11 -0000
@@ -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
Index: lib/libm/man/infnan.3
===================================================================
RCS file: /cvs/src/lib/libm/man/infnan.3,v
retrieving revision 1.16
diff -u -p -r1.16 infnan.3
--- lib/libm/man/infnan.3 3 Nov 2013 18:28:27 -0000 1.16
+++ lib/libm/man/infnan.3 14 Jan 2015 20:08:11 -0000
@@ -34,35 +34,25 @@
.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
+.Ux
+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 ,
+.Ux ,
only
.Fn infnan
among the codes in
@@ -78,9 +68,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 +86,8 @@ Alternatively, the Reserved Operand Faul
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 +95,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
Index: lib/libm/man/lgamma.3
===================================================================
RCS file: /cvs/src/lib/libm/man/lgamma.3,v
retrieving revision 1.21
diff -u -p -r1.21 lgamma.3
--- lib/libm/man/lgamma.3 7 Aug 2013 22:20:25 -0000 1.21
+++ lib/libm/man/lgamma.3 14 Jan 2015 20:08:11 -0000
@@ -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 .
Index: lib/libpcap/pcap.3
===================================================================
RCS file: /cvs/src/lib/libpcap/pcap.3,v
retrieving revision 1.37
diff -u -p -r1.37 pcap.3
--- lib/libpcap/pcap.3 24 Dec 2014 03:25:42 -0000 1.37
+++ lib/libpcap/pcap.3 14 Jan 2015 20:08:11 -0000
@@ -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 ther
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
Index: lib/libskey/skey.3
===================================================================
RCS file: /cvs/src/lib/libskey/skey.3,v
retrieving revision 1.12
diff -u -p -r1.12 skey.3
--- lib/libskey/skey.3 31 May 2007 19:19:37 -0000 1.12
+++ lib/libskey/skey.3 14 Jan 2015 20:08:11 -0000
@@ -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
Index: lib/libutil/fparseln.3
===================================================================
RCS file: /cvs/src/lib/libutil/fparseln.3,v
retrieving revision 1.8
diff -u -p -r1.8 fparseln.3
--- lib/libutil/fparseln.3 5 Jun 2013 03:40:26 -0000 1.8
+++ lib/libutil/fparseln.3 14 Jan 2015 20:08:11 -0000
@@ -75,9 +75,7 @@ the value of the memory location to whic
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.
Index: lib/libutil/opendev.3
===================================================================
RCS file: /cvs/src/lib/libutil/opendev.3,v
retrieving revision 1.21
diff -u -p -r1.21 opendev.3
--- lib/libutil/opendev.3 5 Jun 2013 03:40:26 -0000 1.21
+++ lib/libutil/opendev.3 14 Jan 2015 20:08:11 -0000
@@ -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)
Index: lib/libutil/pw_lock.3
===================================================================
RCS file: /cvs/src/lib/libutil/pw_lock.3,v
retrieving revision 1.16
diff -u -p -r1.16 pw_lock.3
--- lib/libutil/pw_lock.3 5 Jun 2013 03:40:26 -0000 1.16
+++ lib/libutil/pw_lock.3 14 Jan 2015 20:08:12 -0000
@@ -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
Index: libexec/fingerd/fingerd.8
===================================================================
RCS file: /cvs/src/libexec/fingerd/fingerd.8,v
retrieving revision 1.20
diff -u -p -r1.20 fingerd.8
--- libexec/fingerd/fingerd.8 20 Nov 2014 13:21:05 -0000 1.20
+++ libexec/fingerd/fingerd.8 14 Jan 2015 20:08:12 -0000
@@ -55,19 +55,17 @@ protocol consists mostly of specifying a
.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.
Index: libexec/ftpd/ftpd.8
===================================================================
RCS file: /cvs/src/libexec/ftpd/ftpd.8,v
retrieving revision 1.72
diff -u -p -r1.72 ftpd.8
--- libexec/ftpd/ftpd.8 17 Mar 2014 22:13:46 -0000 1.72
+++ libexec/ftpd/ftpd.8 14 Jan 2015 20:08:12 -0000
@@ -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"
Index: libexec/login_tis/login_tis.8
===================================================================
RCS file: /cvs/src/libexec/login_tis/login_tis.8,v
retrieving revision 1.4
diff -u -p -r1.4 login_tis.8
--- libexec/login_tis/login_tis.8 1 Feb 2012 17:32:59 -0000 1.4
+++ libexec/login_tis/login_tis.8 14 Jan 2015 20:08:12 -0000
@@ -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
Index: libexec/talkd/talkd.8
===================================================================
RCS file: /cvs/src/libexec/talkd/talkd.8,v
retrieving revision 1.7
diff -u -p -r1.7 talkd.8
--- libexec/talkd/talkd.8 21 Jan 2014 03:15:45 -0000 1.7
+++ libexec/talkd/talkd.8 14 Jan 2015 20:08:12 -0000
@@ -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 current
(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
Index: sys/arch/aviion/stand/a2coff/a2coff.8
===================================================================
RCS file: /cvs/src/sys/arch/aviion/stand/a2coff/a2coff.8,v
retrieving revision 1.4
diff -u -p -r1.4 a2coff.8
--- sys/arch/aviion/stand/a2coff/a2coff.8 20 Oct 2013 07:40:43 -0000
1.4
+++ sys/arch/aviion/stand/a2coff/a2coff.8 14 Jan 2015 20:08:14 -0000
@@ -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
Index: sys/arch/hppa/stand/mkboot/mkboot.8
===================================================================
RCS file: /cvs/src/sys/arch/hppa/stand/mkboot/mkboot.8,v
retrieving revision 1.9
diff -u -p -r1.9 mkboot.8
--- sys/arch/hppa/stand/mkboot/mkboot.8 31 May 2007 19:20:03 -0000 1.9
+++ sys/arch/hppa/stand/mkboot/mkboot.8 14 Jan 2015 20:08:14 -0000
@@ -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
Index: sys/arch/hppa64/stand/mkboot/mkboot.8
===================================================================
RCS file: /cvs/src/sys/arch/hppa64/stand/mkboot/mkboot.8,v
retrieving revision 1.3
diff -u -p -r1.3 mkboot.8
--- sys/arch/hppa64/stand/mkboot/mkboot.8 31 May 2007 19:20:03 -0000
1.3
+++ sys/arch/hppa64/stand/mkboot/mkboot.8 14 Jan 2015 20:08:14 -0000
@@ -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
Index: sys/arch/sparc/stand/installboot/installboot.8
===================================================================
RCS file: /cvs/src/sys/arch/sparc/stand/installboot/installboot.8,v
retrieving revision 1.12
diff -u -p -r1.12 installboot.8
--- sys/arch/sparc/stand/installboot/installboot.8 20 Oct 2013 07:40:42
-0000 1.12
+++ sys/arch/sparc/stand/installboot/installboot.8 14 Jan 2015 20:08:15
-0000
@@ -71,9 +71,8 @@ The second-stage program commonly reside
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