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