Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (4620 KB)
nroff(1)NAME | SYNOPSIS | DESCRIPTION | OPTIONS | EXAMPLES | ENVIRONMENT VARIABLES | FILES | ATTRIBUTES | SEE ALSO | NOTES NAME
SYNOPSIS
DESCRIPTIONThe nroff utility formats text in the named files for typewriter-like devices. See also troff(1). If no file argument is present, nroff reads the standard input. An argument consisting of a `-' is taken to be a file name corresponding to the standard input. OPTIONS
The following options are supported. Options may appear in any order so long as they appear before the files. EXAMPLESExample 1 Formatting with a macro packageThe following command formats users.guide using the -me macro package, and stopping every 4 pages:
ENVIRONMENT VARIABLESSee environ(5) for descriptions of the following environment variables that affect the execution of nroff: LC_CTYPE, LC_MESSAGES, and NLSPATH. FILES
ATTRIBUTESSee attributes(5) for descriptions of the following attributes:
SEE ALSOchecknr(1), col(1), eqn(1), man(1), tbl(1), troff(1), attributes(5), environ(5), me(5), ms(5), term(5) NOTES/usr/tmp is currently a symbolic link to /var/tmp. Previous documentation incorrectly described the numeric register yr as being the "Last two digits of current year". yr is in actuality the number of years since 1900. To correctly obtain the last two digits of the current year through the year 2099, the definition given below of string register yy may be included in a document and subsequently used to display a two-digit year. Notice that any other available one- or two-character register name may be substituted for yy. .\" definition of new string register yy--last two digits of year
.\" use yr (# of years since 1900) if it is < 100
.ie \n(yr<100 .ds yy \n(yr
.el \{ .\" else, subtract 100 from yr, store in ny
.nr ny \n(yr-100
.ie \n(ny>9 \{ .\" use ny if it is two digits
.ds yy \n(ny
.\" remove temporary number register ny
.rr ny \}
.el \{.ds yy 0
.\" if ny is one digit, append it to 0
.as yy \n(ny
.rr ny \} \}
SunOS 5.9 Last Revised 21Jul 2000NAME | SYNOPSIS | DESCRIPTION | OPTIONS | EXAMPLES | ENVIRONMENT VARIABLES | FILES | ATTRIBUTES | SEE ALSO | NOTES |
|||||||