
VxWorks
BSP Developer’s Guide, 6.0
164
Resulting output:
FIODISKFORMAT
Formats the entire disk with appropriate hardware track and sector marks. No
file system is initialized on the disk by this request.
FIODISKINIT
Initializes a DOS file system on the disk volume.
Marker Lists (Dash or Numbered Lists)
Use the marker list tags to create lists with a specified “mark,” typically a number
or hyphen (apigen does not recognize any symbol for a bullet or en- or em-dash).
Introduce a marker list with the \ml tag. Tag each number or hyphen with the \m
tag, and type the text on the following line. End it with \me.
Example input:
\ml
\m 1.
Design the program.
\m 2.
Write the code.
\m 3.
Test the system.
\me
Resulting output:
1. Design the program.
2. Write the code.
3. Test the system.
Tables
Start a table with the \ts tag and end it with \te. The following conventions
describe how tables should be formatted:
■
Tables have a heading section and a body section; these are delimited by a
horizontal line containing only the characters - (hyphen), + (plus), and | (pipe
or bar).
■
Table columns are delimited with the bar (|) character. To output a literal |
character, escape it with a backslash ( \| ). Align columns visually so that
input is easy to read and maintain.
■
A newline marks the end of a row in either the heading or body.
Comentarios a estos manuales