.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples. .\"See Also: .\"man mdoc.samples for a complete listing of options .\"man mdoc for the short list of editing options .\"/usr/share/misc/mdoc.template .Dd 10/2/20 \" DATE .Dt 4ccconv 1 \" Program name and manual section number .Os Darwin .Sh NAME \" Section Header - required - don't modify .Nm 4ccconv .\" Use .Nm macro to designate other names for the documented program. .Nd 4 Character Code Conversion Tool .Sh SYNOPSIS \" Section Header - required - don't modify .Nm .Op Fl xu4 .Ar number .Sh DESCRIPTION \" Section Header - required - don't modify .Nm automatically converts a 4 character code to its hexadecimal or unsigned int representation, and vice versa. .Pp Optional Arguments: .Bl -tag -width -indent \" Begins the list .It Fl x print hexadecimal representation of .Ql Ar number as a 4cc .It Fl u print unsigned integer representation of .Ql Ar number as a 4cc .It Fl 4 print 4 code char representation of .Ql Ar number (0x prefix will be interpreted as hexadecimal) .El \" Ends the list