*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: cb | Section: 1 | Source: Digital UNIX | File: cb.1.gz
cb(1) General Commands Manual cb(1) NAME cb - Converts C source code into a readable form SYNOPSIS cb [-js] [-llength] [file...] The cb command reads C programs from standard input or from specified files and writes them to standard output in a form that shows, through indentations and spacing, the structure of the code. OPTIONS Joins split lines. Splits lines that are longer than length bytes. Formats the source code according to the style of Kernighan and Ritchie in The C Programming Language (Prentice-Hall, Inc., 1978; Englewood Cliffs, New Jersey.) DESCRIPTION When called without options, the cb command does not split or join lines. Note that punctuation in preprocessor statements can cause in- dentation errors. EXAMPLES To create a version of pgm.c called pgm.pretty.c that is easy to read, with no lines longer than 60 bytes, enter: cb -l60 pgm.c > pgm.pretty.c SEE ALSO Commands: indent(1) cb(1)

Navigation Options