diff options
author | Jan Macku <jamacku@redhat.com> | 2019-08-21 10:45:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 10:45:06 +0200 |
commit | 1fcae34d2fadb0ec46bd26b086b82ebefe033f65 (patch) | |
tree | 9b6203477eb3071650038831575b0fdd3e30fbf5 /man | |
parent | c060c55bd62a18f5563cc30c894d07b0ec1be497 (diff) | |
download | initscripts-1fcae34d2fadb0ec46bd26b086b82ebefe033f65.tar initscripts-1fcae34d2fadb0ec46bd26b086b82ebefe033f65.tar.gz initscripts-1fcae34d2fadb0ec46bd26b086b82ebefe033f65.tar.bz2 initscripts-1fcae34d2fadb0ec46bd26b086b82ebefe033f65.tar.xz initscripts-1fcae34d2fadb0ec46bd26b086b82ebefe033f65.zip |
Fix bug in service(8)
Diffstat (limited to 'man')
-rw-r--r-- | man/service.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/service.8 b/man/service.8 index 2cd0c039..ca9e833c 100644 --- a/man/service.8 +++ b/man/service.8 @@ -80,7 +80,7 @@ The directory containing System V init scripts. .SH ENVIRONMENT .TP -\fBLANG\fR, \fBTERM\fR +\fBPATH\fR, \fBTERM\fR The only environment variables passed to the init scripts. .SH SEE ALSO |