[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 3

makedev Command

Purpose

Creates binary description files suitable for reading by the troff command and its postprocessors.

Syntax

makedev DESC | FontFile ...

Description

The makedev command creates binary files suitable for reading by the troff command and its postprocessors. When the DESC file is specified, the makedev command creates a DESC.out file and a set of font description files using the information contained in the DESC file. When a font file is specified, the makedev command creates the corresponding font description file.

Options

DESC Causes a DESC.out file to be created.

Parameters

FontFile Causes a FontFile.out file to be created.

Examples

The following command:

makedev B

creates a B.out file, which contains the font tables for the Times-Bold fonts.

Related Information

The troff command.

The troff Font File Format.


[ Previous | Next | Contents | Glossary | Home | Search ]