summaryrefslogtreecommitdiff
path: root/stand/forth
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2018-06-24 19:29:29 +0000
committerDevin Teske <dteske@FreeBSD.org>2018-06-24 19:29:29 +0000
commit5cc9fabecfab8ab76ace2521372eae00997fe16b (patch)
treef155817189b8515ada9896022124c42b5a1ee33e /stand/forth
parentb7841bd0ebc691f3a592d4d282e6080d48c0cec9 (diff)
downloadsrc-test2-5cc9fabecfab8ab76ace2521372eae00997fe16b.tar.gz
src-test2-5cc9fabecfab8ab76ace2521372eae00997fe16b.zip
check-password.4th(8): Fix manual [in]accuracy
SVN r280384 updated the maximum password length from 16 bytes to 255. The manual was not updated to reflect this. Found while working on kern/207069. MFC after: 3 days X-MFC-to: stable/11 stable/10 Sponsored by: Smule, Inc.
Notes
Notes: svn path=/head/; revision=335607
Diffstat (limited to 'stand/forth')
-rw-r--r--stand/forth/check-password.4th.88
1 files changed, 4 insertions, 4 deletions
diff --git a/stand/forth/check-password.4th.8 b/stand/forth/check-password.4th.8
index db0aa4bc6bc4..3c27edd0cf23 100644
--- a/stand/forth/check-password.4th.8
+++ b/stand/forth/check-password.4th.8
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2011-2015 Devin Teske
+.\" Copyright (c) 2011-2018 Devin Teske
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 20, 2015
+.Dd June 24, 2018
.Dt CHECK-PASSWORD.4TH 8
.Os
.Sh NAME
@@ -91,7 +91,7 @@ for additional information.
The environment variables that effect its behavior are:
.Bl -tag -width bootlock_password -offset indent
.It Va bootlock_password
-Sets the bootlock password (up to 16 characters long) that is required by
+Sets the bootlock password (up to 255 characters long) that is required by
.Ic check-password
to be entered before the system is allowed to boot.
.It Va geom_eli_passphrase_prompt
@@ -100,7 +100,7 @@ kernel for later mounting of
.Xr geli 8
encrypted root device(s).
.It Va password
-Sets the password (up to 16 characters long) that is required by
+Sets the password (up to 255 characters long) that is required by
.Ic check-password
before the user is allowed to visit the boot menu.
.El