No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-runtime / man / envsubst.1
blob25122059f4a648c774f2d522ba8e3f2998876a5b
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH ENVSUBST "1" "April 2005" "GNU gettext-runtime 0.14.3" GNU
3 .SH NAME
4 envsubst \- substitutes environment variables in shell format strings
5 .SH SYNOPSIS
6 .B envsubst
7 [\fIOPTION\fR] [\fISHELL-FORMAT\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Substitutes the values of environment variables.
12 .SS "Operation mode:"
13 .TP
14 \fB\-v\fR, \fB\-\-variables\fR
15 output the variables occurring in SHELL-FORMAT
16 .SS "Informative output:"
17 .TP
18 \fB\-h\fR, \fB\-\-help\fR
19 display this help and exit
20 .TP
21 \fB\-V\fR, \fB\-\-version\fR
22 output version information and exit
23 .PP
24 In normal operation mode, standard input is copied to standard output,
25 with references to environment variables of the form $VARIABLE or ${VARIABLE}
26 being replaced with the corresponding values.  If a SHELL-FORMAT is given,
27 only those environment variables that are referenced in SHELL-FORMAT are
28 substituted; otherwise all environment variables references occurring in
29 standard input are substituted.
30 .PP
31 When \fB\-\-variables\fR is used, standard input is ignored, and the output consists
32 of the environment variables that are referenced in SHELL-FORMAT, one per line.
33 .SH AUTHOR
34 Written by Bruno Haible.
35 .SH "REPORTING BUGS"
36 Report bugs to <bug-gnu-gettext@gnu.org>.
37 .SH COPYRIGHT
38 Copyright \(co 2003-2005 Free Software Foundation, Inc.
39 .br
40 This is free software; see the source for copying conditions.  There is NO
41 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
42 .SH "SEE ALSO"
43 The full documentation for
44 .B envsubst
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B envsubst
49 programs are properly installed at your site, the command
50 .IP
51 .B info envsubst
52 .PP
53 should give you access to the complete manual.