Change example to not be controversial.

I'm sorry to anyone who felt offended by this.

PR:		docs/155385
Reported by:	maga_lena <mirto@riseup.net>
MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-03-09 07:43:51 +00:00
parent a2cd91cf28
commit 7a9611bf5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219424

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 3, 2010
.Dd March 9, 2011
.Dt GELI 8
.Os
.Sh NAME
@ -694,15 +694,17 @@ Enter passphrase:
.Ed
.Pp
Create an encrypted provider, but use two keys:
one for your girlfriend and one for
you (so there will be no tragedy if she forgets her passphrase):
one for your employee and one for you as company's security officer
(so there is no tragedy if the employee
.Qq accidentally
forgets his passphrase):
.Bd -literal -offset indent
# geli init /dev/da2
Enter new passphrase: (enter your passphrase)
Enter new passphrase: (enter security officer passphrase)
Reenter new passphrase:
# geli setkey -n 1 /dev/da2
Enter passphrase: (enter your passphrase)
Enter new passphrase: (let your girlfriend enter her passphrase ...)
Enter passphrase: (enter security officer passphrase)
Enter new passphrase: (let your employee enter his passphrase ...)
Reenter new passphrase: (... twice)
.Ed
.Pp