annotate unit-tests/BTrack Tests/BTrack_Tests.1 @ 93:4aa362058011

Added Kiss FFT option
author Adam Stark <adamstark.uk@gmail.com>
date Sat, 18 Jun 2016 09:24:13 +0100
parents 68d01fea1e8d
children
rev   line source
adamstark@51 1 .\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
adamstark@51 2 .\"See Also:
adamstark@51 3 .\"man mdoc.samples for a complete listing of options
adamstark@51 4 .\"man mdoc for the short list of editing options
adamstark@51 5 .\"/usr/share/misc/mdoc.template
adamstark@51 6 .Dd 21/01/2014 \" DATE
adamstark@51 7 .Dt BTrack Tests 1 \" Program name and manual section number
adamstark@51 8 .Os Darwin
adamstark@51 9 .Sh NAME \" Section Header - required - don't modify
adamstark@51 10 .Nm BTrack Tests,
adamstark@51 11 .\" The following lines are read in generating the apropos(man -k) database. Use only key
adamstark@51 12 .\" words here as the database is built based on the words here and in the .ND line.
adamstark@51 13 .Nm Other_name_for_same_program(),
adamstark@51 14 .Nm Yet another name for the same program.
adamstark@51 15 .\" Use .Nm macro to designate other names for the documented program.
adamstark@51 16 .Nd This line parsed for whatis database.
adamstark@51 17 .Sh SYNOPSIS \" Section Header - required - don't modify
adamstark@51 18 .Nm
adamstark@51 19 .Op Fl abcd \" [-abcd]
adamstark@51 20 .Op Fl a Ar path \" [-a path]
adamstark@51 21 .Op Ar file \" [file]
adamstark@51 22 .Op Ar \" [file ...]
adamstark@51 23 .Ar arg0 \" Underlined argument - use .Ar anywhere to underline
adamstark@51 24 arg2 ... \" Arguments
adamstark@51 25 .Sh DESCRIPTION \" Section Header - required - don't modify
adamstark@51 26 Use the .Nm macro to refer to your program throughout the man page like such:
adamstark@51 27 .Nm
adamstark@51 28 Underlining is accomplished with the .Ar macro like this:
adamstark@51 29 .Ar underlined text .
adamstark@51 30 .Pp \" Inserts a space
adamstark@51 31 A list of items with descriptions:
adamstark@51 32 .Bl -tag -width -indent \" Begins a tagged list
adamstark@51 33 .It item a \" Each item preceded by .It macro
adamstark@51 34 Description of item a
adamstark@51 35 .It item b
adamstark@51 36 Description of item b
adamstark@51 37 .El \" Ends the list
adamstark@51 38 .Pp
adamstark@51 39 A list of flags and their descriptions:
adamstark@51 40 .Bl -tag -width -indent \" Differs from above in tag removed
adamstark@51 41 .It Fl a \"-a flag as a list item
adamstark@51 42 Description of -a flag
adamstark@51 43 .It Fl b
adamstark@51 44 Description of -b flag
adamstark@51 45 .El \" Ends the list
adamstark@51 46 .Pp
adamstark@51 47 .\" .Sh ENVIRONMENT \" May not be needed
adamstark@51 48 .\" .Bl -tag -width "ENV_VAR_1" -indent \" ENV_VAR_1 is width of the string ENV_VAR_1
adamstark@51 49 .\" .It Ev ENV_VAR_1
adamstark@51 50 .\" Description of ENV_VAR_1
adamstark@51 51 .\" .It Ev ENV_VAR_2
adamstark@51 52 .\" Description of ENV_VAR_2
adamstark@51 53 .\" .El
adamstark@51 54 .Sh FILES \" File used or created by the topic of the man page
adamstark@51 55 .Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact
adamstark@51 56 .It Pa /usr/share/file_name
adamstark@51 57 FILE_1 description
adamstark@51 58 .It Pa /Users/joeuser/Library/really_long_file_name
adamstark@51 59 FILE_2 description
adamstark@51 60 .El \" Ends the list
adamstark@51 61 .\" .Sh DIAGNOSTICS \" May not be needed
adamstark@51 62 .\" .Bl -diag
adamstark@51 63 .\" .It Diagnostic Tag
adamstark@51 64 .\" Diagnostic informtion here.
adamstark@51 65 .\" .It Diagnostic Tag
adamstark@51 66 .\" Diagnostic informtion here.
adamstark@51 67 .\" .El
adamstark@51 68 .Sh SEE ALSO
adamstark@51 69 .\" List links in ascending order by section, alphabetically within a section.
adamstark@51 70 .\" Please do not reference files that do not exist without filing a bug report
adamstark@51 71 .Xr a 1 ,
adamstark@51 72 .Xr b 1 ,
adamstark@51 73 .Xr c 1 ,
adamstark@51 74 .Xr a 2 ,
adamstark@51 75 .Xr b 2 ,
adamstark@51 76 .Xr a 3 ,
adamstark@51 77 .Xr b 3
adamstark@51 78 .\" .Sh BUGS \" Document known, unremedied bugs
adamstark@51 79 .\" .Sh HISTORY \" Document history if command behaves in a unique manner