martin@0: .\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples. martin@0: .\"See Also: martin@0: .\"man mdoc.samples for a complete listing of options martin@0: .\"man mdoc for the short list of editing options martin@0: .\"/usr/share/misc/mdoc.template martin@0: .Dd 20/06/2012 \" DATE martin@0: .Dt SoundFieldUnitTest 1 \" Program name and manual section number martin@0: .Os Darwin martin@0: .Sh NAME \" Section Header - required - don't modify martin@0: .Nm SoundFieldUnitTest, martin@0: .\" The following lines are read in generating the apropos(man -k) database. Use only key martin@0: .\" words here as the database is built based on the words here and in the .ND line. martin@0: .Nm Other_name_for_same_program(), martin@0: .Nm Yet another name for the same program. martin@0: .\" Use .Nm macro to designate other names for the documented program. martin@0: .Nd This line parsed for whatis database. martin@0: .Sh SYNOPSIS \" Section Header - required - don't modify martin@0: .Nm martin@0: .Op Fl abcd \" [-abcd] martin@0: .Op Fl a Ar path \" [-a path] martin@0: .Op Ar file \" [file] martin@0: .Op Ar \" [file ...] martin@0: .Ar arg0 \" Underlined argument - use .Ar anywhere to underline martin@0: arg2 ... \" Arguments martin@0: .Sh DESCRIPTION \" Section Header - required - don't modify martin@0: Use the .Nm macro to refer to your program throughout the man page like such: martin@0: .Nm martin@0: Underlining is accomplished with the .Ar macro like this: martin@0: .Ar underlined text . martin@0: .Pp \" Inserts a space martin@0: A list of items with descriptions: martin@0: .Bl -tag -width -indent \" Begins a tagged list martin@0: .It item a \" Each item preceded by .It macro martin@0: Description of item a martin@0: .It item b martin@0: Description of item b martin@0: .El \" Ends the list martin@0: .Pp martin@0: A list of flags and their descriptions: martin@0: .Bl -tag -width -indent \" Differs from above in tag removed martin@0: .It Fl a \"-a flag as a list item martin@0: Description of -a flag martin@0: .It Fl b martin@0: Description of -b flag martin@0: .El \" Ends the list martin@0: .Pp martin@0: .\" .Sh ENVIRONMENT \" May not be needed martin@0: .\" .Bl -tag -width "ENV_VAR_1" -indent \" ENV_VAR_1 is width of the string ENV_VAR_1 martin@0: .\" .It Ev ENV_VAR_1 martin@0: .\" Description of ENV_VAR_1 martin@0: .\" .It Ev ENV_VAR_2 martin@0: .\" Description of ENV_VAR_2 martin@0: .\" .El martin@0: .Sh FILES \" File used or created by the topic of the man page martin@0: .Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact martin@0: .It Pa /usr/share/file_name martin@0: FILE_1 description martin@0: .It Pa /Users/joeuser/Library/really_long_file_name martin@0: FILE_2 description martin@0: .El \" Ends the list martin@0: .\" .Sh DIAGNOSTICS \" May not be needed martin@0: .\" .Bl -diag martin@0: .\" .It Diagnostic Tag martin@0: .\" Diagnostic informtion here. martin@0: .\" .It Diagnostic Tag martin@0: .\" Diagnostic informtion here. martin@0: .\" .El martin@0: .Sh SEE ALSO martin@0: .\" List links in ascending order by section, alphabetically within a section. martin@0: .\" Please do not reference files that do not exist without filing a bug report martin@0: .Xr a 1 , martin@0: .Xr b 1 , martin@0: .Xr c 1 , martin@0: .Xr a 2 , martin@0: .Xr b 2 , martin@0: .Xr a 3 , martin@0: .Xr b 3 martin@0: .\" .Sh BUGS \" Document known, unremedied bugs martin@0: .\" .Sh HISTORY \" Document history if command behaves in a unique manner