1*594d0641Sschwarze.\" $OpenBSD: man.1,v 1.41 2025/01/26 14:43:05 schwarze Exp $ 20f10154cSschwarze.\" 30f10154cSschwarze.\" Copyright (c) 1989, 1990, 1993 40f10154cSschwarze.\" The Regents of the University of California. All rights reserved. 50f10154cSschwarze.\" Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre <jmc@openbsd.org> 6db5b0f16Sschwarze.\" Copyright (c) 2010, 2011, 2014-2020 Ingo Schwarze <schwarze@openbsd.org> 70f10154cSschwarze.\" 80f10154cSschwarze.\" Redistribution and use in source and binary forms, with or without 90f10154cSschwarze.\" modification, are permitted provided that the following conditions 100f10154cSschwarze.\" are met: 110f10154cSschwarze.\" 1. Redistributions of source code must retain the above copyright 120f10154cSschwarze.\" notice, this list of conditions and the following disclaimer. 130f10154cSschwarze.\" 2. Redistributions in binary form must reproduce the above copyright 140f10154cSschwarze.\" notice, this list of conditions and the following disclaimer in the 150f10154cSschwarze.\" documentation and/or other materials provided with the distribution. 160f10154cSschwarze.\" 3. Neither the name of the University nor the names of its contributors 170f10154cSschwarze.\" may be used to endorse or promote products derived from this software 180f10154cSschwarze.\" without specific prior written permission. 190f10154cSschwarze.\" 200f10154cSschwarze.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 210f10154cSschwarze.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 220f10154cSschwarze.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 230f10154cSschwarze.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 240f10154cSschwarze.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 250f10154cSschwarze.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 260f10154cSschwarze.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 270f10154cSschwarze.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 280f10154cSschwarze.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 290f10154cSschwarze.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 300f10154cSschwarze.\" SUCH DAMAGE. 310f10154cSschwarze.\" 320f10154cSschwarze.\" @(#)man.1 8.2 (Berkeley) 1/2/94 330f10154cSschwarze.\" 34*594d0641Sschwarze.Dd $Mdocdate: January 26 2025 $ 350f10154cSschwarze.Dt MAN 1 360f10154cSschwarze.Os 370f10154cSschwarze.Sh NAME 380f10154cSschwarze.Nm man 390f10154cSschwarze.Nd display manual pages 400f10154cSschwarze.Sh SYNOPSIS 410f10154cSschwarze.Nm man 42dde2525dSschwarze.Op Fl acfhklw 430f10154cSschwarze.Op Fl C Ar file 440f10154cSschwarze.Op Fl M Ar path 450f10154cSschwarze.Op Fl m Ar path 460f10154cSschwarze.Op Fl S Ar subsection 47dc1f54e8Sschwarze.Op Oo Fl s Oc Ar section 480f10154cSschwarze.Ar name ... 490f10154cSschwarze.Sh DESCRIPTION 500f10154cSschwarzeThe 510f10154cSschwarze.Nm 520f10154cSschwarzeutility 530f10154cSschwarzedisplays the 5455ceb03dSschwarzemanual page entitled 550f10154cSschwarze.Ar name . 560f10154cSschwarzePages may be selected according to 570f10154cSschwarzea specific category 580f10154cSschwarze.Pq Ar section 590f10154cSschwarzeor 600f10154cSschwarzemachine architecture 61*594d0641Sschwarze.Pq Ar subsection , 62*594d0641Sschwarzeor searched for with 63*594d0641Sschwarze.Fl k 64*594d0641Sschwarzeusing 65*594d0641Sschwarze.Xr apropos 1 66*594d0641Sschwarzesearch expressions. 67*594d0641SschwarzeThe default pager, 68*594d0641Sschwarze.Xr less 1 , 69*594d0641Sschwarzesupports the command 70*594d0641Sschwarze.Ic :t 71*594d0641Sschwarzeto jump to definitions of specific terms (see 72*594d0641Sschwarze.Dv MANPAGER , 73*594d0641Sschwarzebelow). 740f10154cSschwarze.Pp 750f10154cSschwarzeThe options are as follows: 760f10154cSschwarze.Bl -tag -width Ds 770f10154cSschwarze.It Fl a 78430c6281SschwarzeDisplay all matching manual pages. 790f10154cSschwarze.It Fl C Ar file 800f10154cSschwarzeUse the specified 810f10154cSschwarze.Ar file 820f10154cSschwarzeinstead of the default configuration file. 830f10154cSschwarzeThis permits users to configure their own manual environment. 840f10154cSschwarzeSee 850f10154cSschwarze.Xr man.conf 5 860f10154cSschwarzefor a description of the contents of this file. 870f10154cSschwarze.It Fl c 880f10154cSschwarzeCopy the manual page to the standard output instead of using 89e886970eSschwarze.Xr less 1 900f10154cSschwarzeto paginate it. 910f10154cSschwarzeThis is done by default if the standard output is not a terminal device. 9207091cf5Sschwarze.Pp 9307091cf5SschwarzeWhen using 9407091cf5Sschwarze.Fl c , 9507091cf5Sschwarzemost terminal devices are unable to show the markup. 9607091cf5SschwarzeTo print the output of 9707091cf5Sschwarze.Nm 9807091cf5Sschwarzeto the terminal with markup but without using a pager, pipe it to 9907091cf5Sschwarze.Xr ul 1 . 10007091cf5SschwarzeTo remove the markup, pipe the output to 10107091cf5Sschwarze.Xr col 1 10207091cf5Sschwarze.Fl b 10307091cf5Sschwarzeinstead. 1040f10154cSschwarze.It Fl f 1050f10154cSschwarzeA synonym for 1060f10154cSschwarze.Xr whatis 1 . 1070f10154cSschwarzeIt searches for 1080f10154cSschwarze.Ar name 1090f10154cSschwarzein manual page names and displays the header lines from all matching pages. 1100f10154cSschwarzeThe search is case insensitive and matches whole words only. 111724f3fd5Sjmc.It Fl h 112724f3fd5SjmcDisplay only the SYNOPSIS lines of the requested manual pages. 113724f3fd5SjmcImplies 114724f3fd5Sjmc.Fl a 115724f3fd5Sjmcand 116724f3fd5Sjmc.Fl c . 1170f10154cSschwarze.It Fl k 1180f10154cSschwarzeA synonym for 1190f10154cSschwarze.Xr apropos 1 . 1200f10154cSschwarzeInstead of 1210f10154cSschwarze.Ar name , 1220f10154cSschwarzean expression can be provided using the syntax described in the 1230f10154cSschwarze.Xr apropos 1 1240f10154cSschwarzemanual. 1250f10154cSschwarzeBy default, it displays the header lines of all matching pages. 126db8b2ff0Sschwarze.It Fl l 127db8b2ff0SschwarzeA synonym for 128cbf3f58aSschwarze.Xr mandoc 1 . 129db8b2ff0SschwarzeThe 130db8b2ff0Sschwarze.Ar name 131db8b2ff0Sschwarzearguments are interpreted as filenames. 132db8b2ff0SschwarzeNo search is done and 133db8b2ff0Sschwarze.Ar file , 134db8b2ff0Sschwarze.Ar path , 135db8b2ff0Sschwarze.Ar section , 136a39759adSschwarze.Ar subsection , 137db8b2ff0Sschwarzeand 138db8b2ff0Sschwarze.Fl w 139a39759adSschwarzeare ignored. 140cbf3f58aSschwarzeThis option implies 141cbf3f58aSschwarze.Fl a . 1420f10154cSschwarze.It Fl M Ar path 14355ceb03dSschwarzeOverride the list of directories to search for manual pages. 1440f10154cSschwarzeThe supplied 1450f10154cSschwarze.Ar path 1460f10154cSschwarzemust be a colon 1470f10154cSschwarze.Pq Ql \&: 1480f10154cSschwarzeseparated list of directories. 14955ceb03dSschwarzeThis option also overrides the environment variable 1500f10154cSschwarze.Ev MANPATH 15155ceb03dSschwarzeand any directories specified in the 15255ceb03dSschwarze.Xr man.conf 5 15355ceb03dSschwarzefile. 15455ceb03dSschwarze.It Fl m Ar path 15555ceb03dSschwarzeAugment the list of directories to search for manual pages. 15655ceb03dSschwarzeThe supplied 15755ceb03dSschwarze.Ar path 15855ceb03dSschwarzemust be a colon 15955ceb03dSschwarze.Pq Ql \&: 16055ceb03dSschwarzeseparated list of directories. 16155ceb03dSschwarzeThese directories will be searched before those specified using the 16255ceb03dSschwarze.Fl M 16355ceb03dSschwarzeoption, the 16455ceb03dSschwarze.Ev MANPATH 16555ceb03dSschwarzeenvironment variable, the 16655ceb03dSschwarze.Xr man.conf 5 16755ceb03dSschwarzefile, or the default directories. 1680f10154cSschwarze.It Fl S Ar subsection 1692411bbc4SschwarzeOnly show pages for the specified 1700f10154cSschwarze.Xr machine 1 1710f10154cSschwarzearchitecture. 1720f10154cSschwarze.Ar subsection 1730f10154cSschwarzeis case insensitive. 1740f10154cSschwarze.Pp 1750f10154cSschwarzeBy default manual pages for all architectures are installed. 1760f10154cSschwarzeTherefore this option can be used to view pages for one 1770f10154cSschwarzearchitecture whilst using another. 1780f10154cSschwarze.Pp 1790f10154cSschwarzeThis option overrides the 1800f10154cSschwarze.Ev MACHINE 1810f10154cSschwarzeenvironment variable. 182ae375af6Sschwarze.Tg s 183a0cd121bSschwarze.It Oo Fl s Oc Ar section 184a0cd121bSschwarzeOnly select manuals from the specified 185a0cd121bSschwarze.Ar section . 1860f10154cSschwarzeThe currently available sections are: 1870f10154cSschwarze.Pp 1880f10154cSschwarze.Bl -tag -width "localXXX" -offset indent -compact 1890f10154cSschwarze.It 1 1900f10154cSschwarzeGeneral commands 1910f10154cSschwarze.Pq tools and utilities . 1920f10154cSschwarze.It 2 1930f10154cSschwarzeSystem calls and error numbers. 1940f10154cSschwarze.It 3 195a0cd121bSschwarzeLibrary functions. 1960f10154cSschwarze.It 3p 1970f10154cSschwarze.Xr perl 1 1980f10154cSschwarzeprogrammer's reference guide. 1990f10154cSschwarze.It 4 2000f10154cSschwarzeDevice drivers. 2010f10154cSschwarze.It 5 2020f10154cSschwarzeFile formats. 2030f10154cSschwarze.It 6 2040f10154cSschwarzeGames. 2050f10154cSschwarze.It 7 206a0cd121bSschwarzeMiscellaneous information. 2070f10154cSschwarze.It 8 2080f10154cSschwarzeSystem maintenance and operation commands. 2090f10154cSschwarze.It 9 2100f10154cSschwarzeKernel internals. 2110f10154cSschwarze.El 2120f10154cSschwarze.It Fl w 2132411bbc4SschwarzeList the pathnames of all matching manual pages instead of displaying 2142411bbc4Sschwarzeany of them. 215db5b0f16SschwarzeIf no 216db5b0f16Sschwarze.Ar name 217db5b0f16Sschwarzeis given, list the directories that would be searched. 2180f10154cSschwarze.El 2190f10154cSschwarze.Pp 22003705782SschwarzeThe options 22103705782Sschwarze.Fl IKOTW 22203705782Sschwarzeare also supported and are documented in 22303705782Sschwarze.Xr mandoc 1 . 224a39759adSschwarzeThe options 225a39759adSschwarze.Fl fkl 226a39759adSschwarzeare mutually exclusive and override each other. 22703705782Sschwarze.Pp 22855ceb03dSschwarzeThe search starts with the 22955ceb03dSschwarze.Fl m 23055ceb03dSschwarzeargument if provided, then continues with the 23155ceb03dSschwarze.Fl M 23255ceb03dSschwarzeargument, the 23355ceb03dSschwarze.Ev MANPATH 23455ceb03dSschwarzevariable, the 23555ceb03dSschwarze.Ic manpath 23655ceb03dSschwarzeentries in the 23755ceb03dSschwarze.Xr man.conf 5 23855ceb03dSschwarzefile, or with 23955ceb03dSschwarze.Pa /usr/share/man : Ns Pa /usr/X11R6/man : Ns Pa /usr/local/man 24055ceb03dSschwarzeby default. 24155ceb03dSschwarzeWithin each of these, directories are searched in the order provided. 24255ceb03dSschwarzeWithin each directory, the search proceeds according to the following 24355ceb03dSschwarzelist of sections: 1, 8, 6, 2, 3, 5, 7, 4, 9, 3p. 24455ceb03dSschwarzeThe first match found is shown. 2450f10154cSschwarze.Pp 246dde3e275SschwarzeThe 247dde3e275Sschwarze.Xr mandoc.db 5 248dde3e275Sschwarzedatabase is used for looking up manual page entries. 249dde3e275SschwarzeIn cases where the database is absent, outdated, or corrupt, 250dde3e275Sschwarze.Nm 251dde3e275Sschwarzefalls back to looking for files called 252dde3e275Sschwarze.Ar name . Ns Ar section . 2530f10154cSschwarzeIf both a formatted and an unformatted version of the same manual page, 2540f10154cSschwarzefor example 2550f10154cSschwarze.Pa cat1/foo.0 2560f10154cSschwarzeand 2570f10154cSschwarze.Pa man1/foo.1 , 258278561deSschwarzeexist in the same directory, only the unformatted version is used. 259dde3e275SschwarzeThe database is kept up to date with 260dde3e275Sschwarze.Xr makewhatis 8 , 261dde3e275Sschwarzewhich is run by the 262dde3e275Sschwarze.Xr weekly 8 263dde3e275Sschwarzemaintenance script. 26455ceb03dSschwarze.Pp 26555ceb03dSschwarzeGuidelines for writing 26655ceb03dSschwarzeman pages can be found in 26755ceb03dSschwarze.Xr mdoc 7 . 2680f10154cSschwarze.Sh ENVIRONMENT 2690f10154cSschwarze.Bl -tag -width MANPATHX 2700f10154cSschwarze.It Ev MACHINE 2710f10154cSschwarzeAs some manual pages are intended only for specific architectures, 2720f10154cSschwarze.Nm 2730f10154cSschwarzesearches any subdirectories, 2740f10154cSschwarzewith the same name as the current architecture, 2750f10154cSschwarzein every directory which it searches. 2760f10154cSschwarzeMachine specific areas are checked before general areas. 2770f10154cSschwarzeThe current machine type may be overridden by setting the environment 2780f10154cSschwarzevariable 2790f10154cSschwarze.Ev MACHINE 2800f10154cSschwarzeto the name of a specific architecture, 2810f10154cSschwarzeor with the 2820f10154cSschwarze.Fl S 2830f10154cSschwarzeoption. 2840f10154cSschwarze.Ev MACHINE 2850f10154cSschwarzeis case insensitive. 2860f10154cSschwarze.It Ev MANPAGER 2870f10154cSschwarzeAny non-empty value of the environment variable 2880f10154cSschwarze.Ev MANPAGER 289af17c515Sschwarzeis used instead of the standard pagination program, 290c9771691Sschwarze.Xr less 1 . 291c0a657b3SschwarzeIf 292c0a657b3Sschwarze.Xr less 1 293c0a657b3Sschwarzeis used, the interactive 294c0a657b3Sschwarze.Ic :t 295c0a657b3Sschwarzecommand can be used to go to the definitions of various terms, for 296c0a657b3Sschwarzeexample command line options, command modifiers, internal commands, 2973a1dade5Sschwarzeenvironment variables, function names, preprocessor macros, 2983a1dade5Sschwarze.Xr errno 2 2993a1dade5Sschwarzevalues, and some other emphasized words. 3003a1dade5SschwarzeSome terms may have defining text at more than one place. 3013a1dade5SschwarzeIn that case, the 3023a1dade5Sschwarze.Xr less 1 3033a1dade5Sschwarzeinteractive commands 3043a1dade5Sschwarze.Ic t 3053a1dade5Sschwarzeand 3063a1dade5Sschwarze.Ic T 3073a1dade5Sschwarzecan be used to move to the next and to the previous place providing 3083a1dade5Sschwarzeinformation about the term last searched for with 3093a1dade5Sschwarze.Ic :t . 310d17f6067SschwarzeThe 311d17f6067Sschwarze.Fl O Cm tag Ns Op = Ns Ar term 312d17f6067Sschwarzeoption documented in the 313d17f6067Sschwarze.Xr mandoc 1 314d17f6067Sschwarzemanual opens a manual page at the definition of a specific 315d17f6067Sschwarze.Ar term 316d17f6067Sschwarzerather than at the beginning. 3170f10154cSschwarze.It Ev MANPATH 31855ceb03dSschwarzeOverride the standard search path which is either specified in 31955ceb03dSschwarze.Xr man.conf 5 32055ceb03dSschwarzeor the default path. 32155ceb03dSschwarzeThe format of 3220f10154cSschwarze.Ev MANPATH 32355ceb03dSschwarzeis a colon 3240f10154cSschwarze.Pq Ql \&: 3250f10154cSschwarzeseparated list of directories. 32655ceb03dSschwarzeInvalid directories are ignored. 327af17c515SschwarzeOverridden by 328af17c515Sschwarze.Fl M , 329af17c515Sschwarzeignored if 330af17c515Sschwarze.Fl l 331af17c515Sschwarzeis specified. 332af17c515Sschwarze.Pp 333af17c515SschwarzeIf 334af17c515Sschwarze.Ev MANPATH 33555ceb03dSschwarzebegins with a colon, it is appended to the standard path; 33655ceb03dSschwarzeif it ends with a colon, it is prepended to the standard path; 337af17c515Sschwarzeor if it contains two adjacent colons, 33855ceb03dSschwarzethe standard path is inserted between the colons. 3390f10154cSschwarze.It Ev PAGER 3400f10154cSschwarzeSpecifies the pagination program to use when 3410f10154cSschwarze.Ev MANPAGER 3420f10154cSschwarzeis not defined. 3430f10154cSschwarzeIf neither PAGER nor MANPAGER is defined, 344c9771691Sschwarze.Xr less 1 345af17c515Sschwarzeis used. 3460f10154cSschwarze.El 3470f10154cSschwarze.Sh FILES 3480f10154cSschwarze.Bl -tag -width /etc/man.conf -compact 3490f10154cSschwarze.It Pa /etc/man.conf 35055ceb03dSschwarzedefault 35155ceb03dSschwarze.Nm 35255ceb03dSschwarzeconfiguration file 3530f10154cSschwarze.El 3540f10154cSschwarze.Sh EXIT STATUS 3550f10154cSschwarze.Ex -std man 3562411bbc4SschwarzeSee 3572411bbc4Sschwarze.Xr mandoc 1 3582411bbc4Sschwarzefor details. 359ccab5fefSschwarze.Sh EXAMPLES 360*594d0641SschwarzeShow all manual pages that mention the 361*594d0641Sschwarze.Ev PWD 362*594d0641Sschwarzeenvironment variable: 363*594d0641Sschwarze.Pp 364*594d0641Sschwarze.Dl $ man -ak Ev=PWD 365*594d0641Sschwarze.Pp 366*594d0641SschwarzeShow the 367*594d0641Sschwarze.Xr ksh 1 368*594d0641Sschwarzemanual and jump to the place where the 369*594d0641Sschwarze.Ic pwd 370*594d0641Sschwarzebuiltin command is described: 371*594d0641Sschwarze.Pp 372*594d0641Sschwarze.Dl $ man -O tag=pwd ksh 373*594d0641Sschwarze.Pp 374*594d0641SschwarzeEquivalently, use the command 375*594d0641Sschwarze.Ql man ksh , 376*594d0641Sschwarzethen type 377*594d0641Sschwarze.Ql :tpwd 378*594d0641Sschwarzeand press the return key. 379*594d0641Sschwarze.Pp 380ccab5fefSschwarzeFormat a page for pasting extracts into an email message \(em 381ccab5fefSschwarzeavoid printing any UTF-8 characters, reduce the width to ease 382ccab5fefSschwarzequoting in replies, and remove markup: 383ccab5fefSschwarze.Pp 384ccab5fefSschwarze.Dl $ man -T ascii -O width=65 pledge | col -b 385ccab5fefSschwarze.Pp 386ccab5fefSschwarzeRead a typeset page in a PDF viewer: 387ccab5fefSschwarze.Pp 388ccab5fefSschwarze.Dl $ MANPAGER=mupdf man -T pdf lpd 3890f10154cSschwarze.Sh SEE ALSO 3900f10154cSschwarze.Xr apropos 1 , 39107091cf5Sschwarze.Xr col 1 , 39207091cf5Sschwarze.Xr mandoc 1 , 39307091cf5Sschwarze.Xr ul 1 , 3940f10154cSschwarze.Xr whereis 1 , 3950f10154cSschwarze.Xr man.conf 5 , 39607091cf5Sschwarze.Xr mdoc 7 3970f10154cSschwarze.Sh STANDARDS 3980f10154cSschwarzeThe 3990f10154cSschwarze.Nm 4000f10154cSschwarzeutility is compliant with the 4010f10154cSschwarze.St -p1003.1-2008 4020f10154cSschwarzespecification. 4030f10154cSschwarze.Pp 4040f10154cSschwarzeThe flags 405dde2525dSschwarze.Op Fl aCcfhIKlMmOSsTWw , 4060f10154cSschwarzeas well as the environment variables 4070f10154cSschwarze.Ev MACHINE , 4080f10154cSschwarze.Ev MANPAGER , 4090f10154cSschwarzeand 4100f10154cSschwarze.Ev MANPATH , 4110f10154cSschwarzeare extensions to that specification. 4120f10154cSschwarze.Sh HISTORY 4130f10154cSschwarzeA 4140f10154cSschwarze.Nm 4150f10154cSschwarzecommand first appeared in 41601c04610Sjsg.At v2 . 4170f10154cSschwarze.Pp 4180f10154cSschwarzeThe 4190f10154cSschwarze.Fl w 4200f10154cSschwarzeoption first appeared in 4210f10154cSschwarze.At v7 ; 4220f10154cSschwarze.Fl f 4230f10154cSschwarzeand 4240f10154cSschwarze.Fl k 4250f10154cSschwarzein 426b981677bSschwarze.Pa /usr/usb/man 427b981677bSschwarzein 428b981677bSschwarze.Bx 4.0 ; 4290f10154cSschwarze.Fl M 4300f10154cSschwarzein 4310f10154cSschwarze.Bx 4.3 ; 4320f10154cSschwarze.Fl a 4330f10154cSschwarzein 4340f10154cSschwarze.Bx 4.3 Tahoe ; 4350f10154cSschwarze.Fl c 4360f10154cSschwarzeand 4370f10154cSschwarze.Fl m 4380f10154cSschwarzein 4390f10154cSschwarze.Bx 4.3 Reno ; 4400f10154cSschwarze.Fl h 4410f10154cSschwarzein 4420f10154cSschwarze.Bx 4.3 Net/2 ; 4430f10154cSschwarze.Fl C 4440f10154cSschwarzein 4450f10154cSschwarze.Nx 1.0 ; 4460f10154cSschwarze.Fl s 4470f10154cSschwarzeand 4480f10154cSschwarze.Fl S 4490f10154cSschwarzein 45080a8b6fbSschwarze.Ox 2.3 ; 45180a8b6fbSschwarzeand 45280a8b6fbSschwarze.Fl I , 45380a8b6fbSschwarze.Fl K , 45480a8b6fbSschwarze.Fl l , 45580a8b6fbSschwarze.Fl O , 45680a8b6fbSschwarzeand 45780a8b6fbSschwarze.Fl W 45880a8b6fbSschwarzein 45980a8b6fbSschwarze.Ox 5.7 . 46080a8b6fbSschwarzeThe 46180a8b6fbSschwarze.Fl T 46280a8b6fbSschwarzeoption first appeared in 46380a8b6fbSschwarze.At III 46480a8b6fbSschwarzeand was also added in 46580a8b6fbSschwarze.Ox 5.7 . 466