Remove superfluous paragraph macro.
This commit is contained in:
parent
e3d7180447
commit
1d7fe3f6fd
@ -113,7 +113,6 @@ days (forward, future).
|
|||||||
Ignore weekends when calculating the number of days.
|
Ignore weekends when calculating the number of days.
|
||||||
.El
|
.El
|
||||||
.Sh FILE FORMAT
|
.Sh FILE FORMAT
|
||||||
.Pp
|
|
||||||
To handle calendars in your national code table you can specify
|
To handle calendars in your national code table you can specify
|
||||||
.Dq LANG=<locale_name>
|
.Dq LANG=<locale_name>
|
||||||
in the calendar file as early as possible.
|
in the calendar file as early as possible.
|
||||||
|
@ -177,7 +177,6 @@ This option is equivalent to the deprecated
|
|||||||
primary.
|
primary.
|
||||||
.El
|
.El
|
||||||
.Sh PRIMARIES
|
.Sh PRIMARIES
|
||||||
.Pp
|
|
||||||
All primaries which take a numeric argument allow the number to be
|
All primaries which take a numeric argument allow the number to be
|
||||||
preceded by a plus sign
|
preceded by a plus sign
|
||||||
.Pq Dq Li +
|
.Pq Dq Li +
|
||||||
|
@ -488,7 +488,6 @@ The
|
|||||||
utility fits as many words (separated by blanks, tabs, or newlines) on a
|
utility fits as many words (separated by blanks, tabs, or newlines) on a
|
||||||
line as possible.
|
line as possible.
|
||||||
Blank lines break paragraphs.
|
Blank lines break paragraphs.
|
||||||
.Pp
|
|
||||||
.Ss Comment indentation
|
.Ss Comment indentation
|
||||||
If a comment is on a line with code it is started in the `comment column',
|
If a comment is on a line with code it is started in the `comment column',
|
||||||
which is set by the
|
which is set by the
|
||||||
@ -504,7 +503,6 @@ command line parameter.
|
|||||||
If the code on a line extends past the comment
|
If the code on a line extends past the comment
|
||||||
column, the comment starts further to the right, and the right margin may be
|
column, the comment starts further to the right, and the right margin may be
|
||||||
automatically extended in extreme cases.
|
automatically extended in extreme cases.
|
||||||
.Pp
|
|
||||||
.Ss Preprocessor lines
|
.Ss Preprocessor lines
|
||||||
In general,
|
In general,
|
||||||
.Nm
|
.Nm
|
||||||
@ -519,7 +517,6 @@ is recognized and
|
|||||||
.Nm
|
.Nm
|
||||||
attempts to correctly
|
attempts to correctly
|
||||||
compensate for the syntactic peculiarities introduced.
|
compensate for the syntactic peculiarities introduced.
|
||||||
.Pp
|
|
||||||
.Ss C syntax
|
.Ss C syntax
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -242,7 +242,6 @@ specifying an integer format:
|
|||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
$ jot -w %d 6 1 10 0.5
|
$ jot -w %d 6 1 10 0.5
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Ex -std
|
.Ex -std
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
|
@ -119,7 +119,6 @@ or, in short, ":".
|
|||||||
A filter that matches all the login classes would be "loginclass:".
|
A filter that matches all the login classes would be "loginclass:".
|
||||||
A filter that matches all defined rules for maxproc resource would be
|
A filter that matches all defined rules for maxproc resource would be
|
||||||
"::maxproc".
|
"::maxproc".
|
||||||
.Pp
|
|
||||||
.Sh RESOURCES
|
.Sh RESOURCES
|
||||||
.Bl -column -offset 3n "pseudoterminals"
|
.Bl -column -offset 3n "pseudoterminals"
|
||||||
.It "cputime CPU time, in seconds"
|
.It "cputime CPU time, in seconds"
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
.Nd Hauppage PVR250/350 channel selector
|
.Nd Hauppage PVR250/350 channel selector
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Cd pvr250-setchannel [-a {on | off}] [-c | -r | -s | -t] [-g geom] [-m channel_set] [channel | freq]
|
.Cd pvr250-setchannel [-a {on | off}] [-c | -r | -s | -t] [-g geom] [-m channel_set] [channel | freq]
|
||||||
.Pp
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
provides support for selecting channels on Hauppauge WinTV cards,
|
provides support for selecting channels on Hauppauge WinTV cards,
|
||||||
|
@ -145,7 +145,6 @@ the octal sequence to the full 3 octal digits.
|
|||||||
.It \echaracter
|
.It \echaracter
|
||||||
A backslash followed by certain special characters maps to special
|
A backslash followed by certain special characters maps to special
|
||||||
values.
|
values.
|
||||||
.Pp
|
|
||||||
.Bl -column "\ea"
|
.Bl -column "\ea"
|
||||||
.It "\ea <alert character>
|
.It "\ea <alert character>
|
||||||
.It "\eb <backspace>
|
.It "\eb <backspace>
|
||||||
@ -177,7 +176,6 @@ previous implementations.
|
|||||||
.It [:class:]
|
.It [:class:]
|
||||||
Represents all characters belonging to the defined character class.
|
Represents all characters belonging to the defined character class.
|
||||||
Class names are:
|
Class names are:
|
||||||
.Pp
|
|
||||||
.Bl -column "phonogram"
|
.Bl -column "phonogram"
|
||||||
.It "alnum <alphanumeric characters>
|
.It "alnum <alphanumeric characters>
|
||||||
.It "alpha <alphabetic characters>
|
.It "alpha <alphabetic characters>
|
||||||
|
@ -164,7 +164,6 @@ then invokes
|
|||||||
.Nm
|
.Nm
|
||||||
with appropriate arguments to process the file.
|
with appropriate arguments to process the file.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Pp
|
|
||||||
.Bl -tag -width indent -compact
|
.Bl -tag -width indent -compact
|
||||||
.It Fl D Ns Ar sym Ns = Ns Ar val
|
.It Fl D Ns Ar sym Ns = Ns Ar val
|
||||||
Specify that a symbol is defined to a given value
|
Specify that a symbol is defined to a given value
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
.Ar zipfile
|
.Ar zipfile
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.\" ...
|
.\" ...
|
||||||
.Pp
|
|
||||||
The following options are available:
|
The following options are available:
|
||||||
.Bl -tag -width Fl
|
.Bl -tag -width Fl
|
||||||
.It Fl a
|
.It Fl a
|
||||||
|
@ -48,7 +48,6 @@ very similar to
|
|||||||
.Xr termcap 5 .
|
.Xr termcap 5 .
|
||||||
.Sh FIELDS
|
.Sh FIELDS
|
||||||
The following table names and describes each field.
|
The following table names and describes each field.
|
||||||
.Pp
|
|
||||||
.Bl -column Namexxx Tpexxx
|
.Bl -column Namexxx Tpexxx
|
||||||
.It Sy "Name Type Description
|
.It Sy "Name Type Description
|
||||||
.It "ab str regular expression for the start of an alternate comment"
|
.It "ab str regular expression for the start of an alternate comment"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user