4. Typographical Conventions

Throughout this book, I have tried to use uniform typographical conventions. Hopefully they aid readability. If you can suggest any improvements please contact me.

Command names are expressed as: jf_report

C constants are expressed as: JF_RC_OK.

C functions are expressed as: fflush.

C structs are expressed as: jf_journal_opts_s

C struct fields are expressed as: recovery_enabled.

C types are expressed as: jf_word_t.

C vars are expressed as: jf.

Filenames are expressed as: /opt/libjf.

I will add to this section as things come up whilst editing. If you notice anything that should be added then please let me know.