Fix href in docs w.r.t. cgroups freezer pointer

Apparently, the [...] and (http...) need to be right after each other instead
of on different lines.

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis 2014-10-12 12:59:46 -07:00
parent 7fa7c42ce2
commit b10e11f30e

View file

@ -925,9 +925,9 @@ used, which is observable by the process being suspended. With the cgroups freez
the process is unaware, and unable to capture, that it is being suspended, the process is unaware, and unable to capture, that it is being suspended,
and subsequently resumed. and subsequently resumed.
See the [cgroups freezer documentation] See the
(https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt) for [cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt)
further details. for further details.
## ps ## ps
@ -1479,9 +1479,9 @@ them to [*Share Images via Repositories*](
The `docker unpause` command uses the cgroups freezer to un-suspend all The `docker unpause` command uses the cgroups freezer to un-suspend all
processes in a container. processes in a container.
See the [cgroups freezer documentation] See the
(https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt) for [cgroups freezer documentation](https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt)
further details. for further details.
## version ## version