diff options
author | Stefan Grundmann <sg2342@googlemail.com> | 2017-05-31 22:11:32 +0000 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.intern> | 2017-06-01 12:35:14 +0200 |
commit | 5384ac7db63368ab04e3d97abbe5a4e9c3bbeccf (patch) | |
tree | 2f3a02d482f7fde23953f2c84420213070046c7b | |
parent | 23593bca474dfad1ac0716b4b4d5e716339d0962 (diff) |
manpage: remove trailing whitespaces, fix typo
-rw-r--r-- | man1/jaildaemon.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man1/jaildaemon.1 b/man1/jaildaemon.1 index b8f15cc..194cac0 100644 --- a/man1/jaildaemon.1 +++ b/man1/jaildaemon.1 | |||
@@ -127,7 +127,7 @@ daemon normally is run from its | |||
127 | script on boot time. Invoke the daemon by hand using this command: | 127 | script on boot time. Invoke the daemon by hand using this command: |
128 | .Bl -tag -width indent | 128 | .Bl -tag -width indent |
129 | .It Nm Fl D Fl p Ar /var/run/jaildaemon.pid | 129 | .It Nm Fl D Fl p Ar /var/run/jaildaemon.pid |
130 | Start the daemon and write the daemon's pid to the file | 130 | Start the daemon and write the daemon's pid to the file |
131 | .Ar /var/run/jaildaemon.pid . | 131 | .Ar /var/run/jaildaemon.pid . |
132 | (This is the default pid file location.) | 132 | (This is the default pid file location.) |
133 | .El | 133 | .El |
@@ -171,7 +171,7 @@ file system can be triggered from a script inside the jail with the command | |||
171 | pkill -HUP -f ZFS_SNAPSHOT | 171 | pkill -HUP -f ZFS_SNAPSHOT |
172 | .Ed | 172 | .Ed |
173 | .Pp | 173 | .Pp |
174 | After the zfs snapshot command finished, a new probe with identical paramters is | 174 | After the zfs snapshot command finished, a new probe with identical parameters is |
175 | spawned and attached to the jail. | 175 | spawned and attached to the jail. |
176 | .It Nm Fl c Ar 'reload_routing_table.sh example.com' Fl j Ar 1 Fl r Fl t Ar UPDATE_ROUTING | 176 | .It Nm Fl c Ar 'reload_routing_table.sh example.com' Fl j Ar 1 Fl r Fl t Ar UPDATE_ROUTING |
177 | .El | 177 | .El |
@@ -184,5 +184,5 @@ spawned and attached to the jail. | |||
184 | .Xr pgrep 1 , | 184 | .Xr pgrep 1 , |
185 | .Xr pkill 1 | 185 | .Xr pkill 1 |
186 | .Sh AUTHOR | 186 | .Sh AUTHOR |
187 | .An Dirk Engling | 187 | .An Dirk Engling |
188 | .Aq erdgeist@erdgeist.org . | 188 | .Aq erdgeist@erdgeist.org . |