annotate IM_AF Encoder/IM_AM Encoder/IM_AM_Encoder.1 @ 8:c51c0b844461 tip

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