NAME
nroff - emulate nroff command with groff
SYNOPSIS
nroff [-CchipStUvwW] [-dcs] [-Mdir] [-mname] [-nnum] [-olist] [-rcn] [-Tname] [file ...] nroff --help nroff -v | --version
DESCRIPTION
The nroff script emulates the nroff command using groff. Only ascii, latin1, utf8, and cp1047 are devices accepted by nroff to select the output encoding emitted by grotty, groff's TTY output device. If neither the GROFF_TYPESETTER environment variable nor the -T command line option (which overrides the environment variable) specifies a (valid) device, nroff checks the current locale to select a default output device. It first tries the locale program, then the environment variables LC_ALL, LC_CTYPE, and LANG, and finally the LESSCHARSET environment variable. The -h and -c options are equivalent to grotty's options -h (using tabs in the output) and -c (using the old output scheme instead of SGR escape sequences). The -d, -C, -i, -M, -m, -n, -o, -r, -w, and -W options have the effect described in troff(1). In addition, nroff silently ignores the options -e, -q, and -s (which are not implemented in troff). Options -p (pic), -t (tbl), -S (safer), and -U (unsafe) are passed to groff. -v and --version show the version number, --help prints a help message.
ENVIRONMENT
GROFF_TYPESETTER The default device for groff. If not set (which is the normal case), it defaults to 'ps'. GROFF_BIN_PATH A colon separated list of directories in which to search for the groff executable before searching in PATH. If unset, '/usr/bin' is used.
NOTES
This shell script is basically intended for use with man(1). nroff- style character definitions (in the file tty-char.tmac) are also loaded to emulate unrepresentable glyphs.
SEE ALSO
groff(1), troff(1), grotty(1)
COPYING
Copyright 1989-2014 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.
More Linux Commands
manpages/pbmtopsg3.1.html
pbmtopsg3(1) - convert PBM images to Postscript with G3 fax
This program is part of Netpbm(1) pbmtopsg3 converts the PBM images in the input PBM file to pages in a Postscript file encoded with G3 fax compression. If you
manpages/umount2.2.html
umount2(2) - unmount file system (System - Linux man page)
umount() and umount2() remove the attachment of the (topmost) filesystem mounted on target. Appropriate privilege (Linux: the CAP_SYS_ADMIN capability) is requi
manpages/feature_test_macros.7.html
feature_test_macros(7) - feature test macros (Man Page).....
Feature test macros allow the programmer to control the definitions that are exposed by system header files when a program is compiled. NOTE: In order to be eff
manpages/gnutls_init.3.html
gnutls_init(3) - API function (Library - Linux man page)....
This function initializes the current session to null. Every session must be initialized before use, so internal structures can be allocated. This function allo
manpages/perlhurd.1.html
perlhurd(1) - Perl version 5 on Hurd - Linux manual page....
If you want to use Perl on the Hurd, I recommend using the Debian GNU/Hurd distribution ( see http://www.debian.org/ ), even if an official, stable release has
manpages/dsa.3ssl.html
dsa(3ssl) - Digital Signature Algorithm - Linux manual page
These functions implement the Digital Signature Algorithm ( DSA ). The generation of shared DSA parameters is described in DSA_generate_parameters(3); DSA_gener
manpages/glutMainLoop.3.html
glutMainLoop(3) - enters the GLUT event processing loop.....
glutMainLoop enters the GLUT event processing loop. This routine should be called at most once in a GLUT program. Once called, this routine will never return. I
manpages/malloc.3.html
malloc(3) - Allocate and free dynamic memory (Man Page).....
The malloc() function allocates size bytes and returns a pointer to the allocated memory. The memory is not initialized. If size is 0, then malloc() returns eit
manpages/git-lost-found.1.html
git-lost-found(1) - Recover lost refs that luckily have not
NOTE: this command is deprecated. Use git-fsck(1) with the option --lost-found instead. Finds dangling commits and tags from the object database, and creates re
manpages/XStringListToTextProperty.3.html
XStringListToTextProperty(3) - convert string lists and text
The XStringListToTextProperty function sets the specified XTextProperty to be of type STRING (format 8) with a value representing the concatenation of the speci
manpages/strerror_r.3.html
strerror_r(3) - return string describing error number.......
The strerror() function returns a pointer to a string that describes the error code passed in the argument errnum, possibly using the LC_MESSAGES part of the cu
manpages/systemd-detect-virt.1.html
systemd-detect-virt(1) Detect execution in a virtualized env
systemd-detect-virt detects execution in a virtualized environment. It identifies the virtualization technology and can distinguish full VM virtualization from
