diff options
| author | Fabian Keil <fk@fabiankeil.de> | 2021-12-03 16:27:55 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2021-12-03 16:28:46 +0000 |
| commit | 5f034a005435815486844bf3b3fed6b7e4ecdd09 (patch) | |
| tree | 3abc2fc86856a4f0bf37e1a7441a8862cbac30bb | |
| parent | ea68079ffd84504848faf5cdf2ebed27d7ba590f (diff) | |
| download | src-5f034a005435815486844bf3b3fed6b7e4ecdd09.tar.gz src-5f034a005435815486844bf3b3fed6b7e4ecdd09.zip | |
fstab.5: spell encryption correctly
PR: 260189
MFC after: 2 weeks
| -rw-r--r-- | share/man/man5/fstab.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index a83b26288ebc..752c1c12cda1 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -426,7 +426,7 @@ resides in # Swap space on a block device. /dev/da0p1 none swap sw 0 0 # -# Swap space using a block device with GBDE/GELI encyption. +# Swap space using a block device with GBDE/GELI encryption. # aalgo, ealgo, keylen, sectorsize options are available # for .eli devices. /dev/da1p1.bde none swap sw 0 0 |
