aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/device-mapper/dm-crypt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/device-mapper/dm-crypt.txt')
-rw-r--r--Documentation/device-mapper/dm-crypt.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/device-mapper/dm-crypt.txt b/Documentation/device-mapper/dm-crypt.txt
index ad697781f9ac..692171fe9da0 100644
--- a/Documentation/device-mapper/dm-crypt.txt
+++ b/Documentation/device-mapper/dm-crypt.txt
@@ -5,7 +5,7 @@ Device-Mapper's "crypt" target provides transparent encryption of block devices
5using the kernel crypto API. 5using the kernel crypto API.
6 6
7For a more detailed description of supported parameters see: 7For a more detailed description of supported parameters see:
8http://code.google.com/p/cryptsetup/wiki/DMCrypt 8https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt
9 9
10Parameters: <cipher> <key> <iv_offset> <device path> \ 10Parameters: <cipher> <key> <iv_offset> <device path> \
11 <offset> [<#opt_params> <opt_params>] 11 <offset> [<#opt_params> <opt_params>]
@@ -80,7 +80,7 @@ Example scripts
80=============== 80===============
81LUKS (Linux Unified Key Setup) is now the preferred way to set up disk 81LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
82encryption with dm-crypt using the 'cryptsetup' utility, see 82encryption with dm-crypt using the 'cryptsetup' utility, see
83http://code.google.com/p/cryptsetup/ 83https://gitlab.com/cryptsetup/cryptsetup
84 84
85[[ 85[[
86#!/bin/sh 86#!/bin/sh