mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
.St macro cleanup:
- spell the abbreviation of 1003.1 as ``POSIX.1'' - fixed the description of -p1003.1-90; it was sold as ISO/IEC 9945-1:1990 - removed -p1003.1b; it only existed as 1003.1b-1993 (-p1003.1b-93), and is part of 1003.1 since 1003.1-1996. - replaced -p1003.1g (project) with -p1003.1g-2000 (approved draft) - changed abbreviation of -isoC from ``ISO C'' to ``ISO C89'' - removed -iso9899 alias for -isoC - IEC was missing from some names - added abbreviation for -susv2 (``SUSv2'')
This commit is contained in:
parent
8574142c75
commit
99d2a6766d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74172
@ -282,27 +282,23 @@
|
||||
. nr aP \\n(aP+1
|
||||
. if "\\*(A\\n(aP"-p1003.1b-93" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1b-1993\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.1b" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1b\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.1g" \{\
|
||||
. ds b1 \&\\*(tNIEEE \\*(aaP1003.1g\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. if "\\*(A\\n(aP"-p1003.1g-2000" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1g-2000\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.1-90" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-1990\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1990\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.1-88" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-1988\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.1" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.2-92" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa1003.2-1992\\*(sV
|
||||
@ -314,35 +310,29 @@
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-p1003.1-96" \{\
|
||||
. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1996\\*(sV
|
||||
. as b1 (``\\*(tN\\*(Px\\*(aa'')
|
||||
. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-ansiC" \{\
|
||||
. ds b1 \&\\*(tNANSI \\*(aaX\~3.159-1989\\*(sV
|
||||
. ds b1 \&\\*(tNANSI \\*(aaX\^3.159-1989\\*(sV
|
||||
. as b1 (``\\*(tNANSI\~C\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-isoC" \{\
|
||||
. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV
|
||||
. as b1 (``\\*(tNISO\~C\\*(aa'')
|
||||
. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1990\\*(sV
|
||||
. as b1 (``\\*(tNISO\~C89\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-isoC-99" \{\
|
||||
. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1999\\*(sV
|
||||
. as b1 (``\\*(tNISO C99\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-iso9899" \{\
|
||||
. ds b1 \&\\*(tNISO \\*(aa9899:1990\\*(sV
|
||||
. as b1 (``\\*(tNISO\~C\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-ansiC-89" \{\
|
||||
. ds b1 \&\\*(tNANSI \\*(aaX\~3.159-1989\\*(sV
|
||||
. ds b1 \&\\*(tNANSI \\*(aaX\^3.159-1989\\*(sV
|
||||
. as b1 (``\\*(tNANSI\~C\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-ieee754" \{\
|
||||
. ds b1 \&\\*(tNIEEE Std \\*(aa754-1985
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-iso8802-3" \{\
|
||||
. ds b1 \&\\*(tNISO \\*(aa8802-3:1989
|
||||
.\" . ds b1 \&\\*(tNISO \\*(aa8802-3: 1989\\*(sV
|
||||
.\" . as b1 (``\\*(tNANSI\~C\\*(aa'')
|
||||
. ds b1 \&\\*(tNISO/IEC \\*(aa8802-3:1989
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-xpg3" \{\
|
||||
. ds b1 \&\\*(tNX/Open Portability Guide Issue\~3\\*(aa\\*(sV
|
||||
@ -357,7 +347,8 @@
|
||||
. as b1 (``\\*(tNXPG4.2\\*(aa'')
|
||||
. \}
|
||||
. if "\\*(A\\n(aP"-susv2" \{\
|
||||
. ds b1 \&\\*(tNVersion\~2 of the Single UNIX Specification\\*(aa
|
||||
. ds b1 \&\\*(tNVersion\~2 of the Single UNIX Specification\\*(aa\\*(sV
|
||||
. as b1 (``\\*(tNSUSv2\\*(aa'')
|
||||
. \}
|
||||
. ie \\n(aC>\\n(aP \{\
|
||||
. nr aP \\n(aP+1
|
||||
|
@ -1445,8 +1445,6 @@ are:
|
||||
.St -ieee754
|
||||
.It Li "-iso8802-3"
|
||||
.St -iso8802-3
|
||||
.It Li "-iso9899"
|
||||
.St -iso9899
|
||||
.It Li "-isoC"
|
||||
.St -isoC
|
||||
.It Li "-isoC-99"
|
||||
@ -1459,12 +1457,10 @@ are:
|
||||
.St -p1003.1-90
|
||||
.It Li "-p1003.1-96"
|
||||
.St -p1003.1-96
|
||||
.It Li "-p1003.1b"
|
||||
.St -p1003.1b
|
||||
.It Li "-p1003.1b-93"
|
||||
.St -p1003.1b-93
|
||||
.It Li "-p1003.1g"
|
||||
.St -p1003.1g
|
||||
.It Li "-p1003.1g-2000"
|
||||
.St -p1003.1g-2000
|
||||
.It Li "-p1003.2"
|
||||
.St -p1003.2
|
||||
.It Li "-p1003.2-92"
|
||||
|
Loading…
Reference in New Issue
Block a user