diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-28 14:43:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-28 14:43:13 +0100 |
commit | 26d531780b7f97333dd2e5e65c9d9a3fba42eccb (patch) | |
tree | 19626ff856ac44273a3923e450b998e7e5319819 | |
parent | m + add shell tab-completion (diff) | |
download | gpp-26d531780b7f97333dd2e5e65c9d9a3fba42eccb.tar.gz gpp-26d531780b7f97333dd2e5e65c9d9a3fba42eccb.tar.bz2 gpp-26d531780b7f97333dd2e5e65c9d9a3fba42eccb.tar.xz |
add env to see-also list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/man/gpp.1 | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -95,7 +95,7 @@ RATIONALE preprocessors. SEE ALSO - bash(1), jpp(1), cpp(1) + bash(1), jpp(1), cpp(1), env(1) Full documentation available locally via: info '(gpp)' diff --git a/doc/man/gpp.1 b/doc/man/gpp.1 index 99e820d..d64ef9d 100644 --- a/doc/man/gpp.1 +++ b/doc/man/gpp.1 @@ -115,7 +115,8 @@ preprocessors. .SH "SEE ALSO" .BR bash (1), .BR jpp (1), -.BR cpp (1) +.BR cpp (1), +.BR env (1) .PP Full documentation available locally via: info \(aq(gpp)\(aq .SH AUTHORS |