diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-04-26 15:40:20 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2023-05-08 17:47:28 +0200 |
commit | c2bb129e47f579833e2f9cc7c9b7c80a831c0cba (patch) | |
tree | 8b53f394a5cf600e796c172b9bd3e51e846ad027 | |
parent | 7fdd5b035f3b22f1424115c9b31ad675ee1619aa (diff) | |
download | unit-c2bb129e47f579833e2f9cc7c9b7c80a831c0cba.tar.gz unit-c2bb129e47f579833e2f9cc7c9b7c80a831c0cba.tar.bz2 |
Docs: documenting the renamed directory flags in unitd.8.
Reviewed-by: Artem Konev <a.konev@f5.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
-rw-r--r-- | docs/man/man8/unitd.8.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/man8/unitd.8.in b/docs/man/man8/unitd.8.in index 88e91d5a..5f50e561 100644 --- a/docs/man/man8/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -13,9 +13,9 @@ .Op Fl Fl group Ar name .Op Fl Fl user Ar name .Op Fl Fl log Ar file -.Op Fl Fl modules Ar directory +.Op Fl Fl modulesdir Ar directory .Op Fl Fl pid Ar file -.Op Fl Fl state Ar directory +.Op Fl Fl statedir Ar directory .Nm .Op Fl h | Fl Fl help | Fl Fl version .Sh Description @@ -43,13 +43,13 @@ or UNIX-domain format. Override group name and user name used to run Unit's non-privileged processes. .It Fl Fl log Ar file Overrides the pathname for Unit's log. -.It Fl Fl modules Ar directory +.It Fl Fl modulesdir Ar directory Overrides the directory path for Unit's language modules .Po Pa *.unit.so .Pc files . .It Fl Fl pid Ar file Overrides the pathname for the PID file of Unit's main process. -.It Fl Fl state Ar directory +.It Fl Fl statedir Ar directory Overrides the directory path for Unit's state storage. .El .Sh Exit status |