From b2793e2dc0e4ba1a215e93acf10dfb5dc10032cb Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 31 May 2020 08:46:52 +0200 Subject: [PATCH 210/310] share/man/man5/fstab.5: Fix typo Obtained from: ElectroBSD --- share/man/man5/fstab.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.1