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