From b99bfb1354a3e7ad563f8cadbf8af5be4fafa5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 26 May 2018 17:02:53 +0200 Subject: [PATCH] doc: fix quoting Noticed by Craig Barnes. --- doc/PORTABLE_SERVICES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PORTABLE_SERVICES.md b/doc/PORTABLE_SERVICES.md index b989a4e549..1833244447 100644 --- a/doc/PORTABLE_SERVICES.md +++ b/doc/PORTABLE_SERVICES.md @@ -120,7 +120,7 @@ This command does the following: generally contains security options that lock down the service. By default the `default` profile is used, which provides a medium level of security. There's also `trusted` which runs the service at the highest - privileges, i.e. host's root and everything. The `strict' profile comes with + privileges, i.e. host's root and everything. The `strict` profile comes with the toughest security restrictions. Finally, `nonetwork` is like `default` but without network access. Users may define their own profiles too (or modify the existing ones)