diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-19 20:06:47 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-19 20:06:47 +0900 |
| commit | 0e09a8cfdffb2cd99cf86c04bade4a9261101a2c (patch) | |
| tree | 11b4250e135866cbdf6874361b7dd03c8ecd72eb /src/Propellor/Property/Firejail.hs | |
| parent | 9482099c688dbc90b60d0f12cb55a5705e5e74d5 (diff) | |
haddock tweak
Slashes inside @monospace@ get misinterpreted.
Diffstat (limited to 'src/Propellor/Property/Firejail.hs')
| -rw-r--r-- | src/Propellor/Property/Firejail.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Firejail.hs b/src/Propellor/Property/Firejail.hs index 2aa6cf3a..b7841e07 100644 --- a/src/Propellor/Property/Firejail.hs +++ b/src/Propellor/Property/Firejail.hs @@ -13,7 +13,7 @@ import qualified Propellor.Property.File as File installed :: Property DebianLike installed = Apt.installed ["firejail"] --- | For each program name passed, create symlinks in @/usr/local/bin@ that +-- | For each program name passed, create symlinks in /usr/local/bin that -- will launch that program in a Firejail sandbox. -- -- The profile for the sandbox will be the same as if the user had run |
