21 lines
653 B
Plaintext
21 lines
653 B
Plaintext
|
## Path: System/SuSEconfig
|
||
|
## Type: yesno
|
||
|
## Config: groff
|
||
|
## Default: yes
|
||
|
#
|
||
|
# Update /etc/papersize to get page sizes for groff correct? (yes/no)
|
||
|
#
|
||
|
UPDATE_GROFF_CONF="yes"
|
||
|
## Type: string(letter,legal,a4,b5)
|
||
|
## Config: groff
|
||
|
## Default: ""
|
||
|
#
|
||
|
# By default, SuSEconfig tries to get the correct page size
|
||
|
# from your system wide locale (i.e. from the system wide value of
|
||
|
# LC_PAPER, which is possibly inherited from the system wide value of LANG).
|
||
|
# If you want to set a page size for groff different from that,
|
||
|
# you can set GROFF_PAGESIZE to the following values
|
||
|
# letter, legal, a4, b5
|
||
|
#
|
||
|
GROFF_PAGESIZE=""
|