1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Adjust the maximum displayed length.

Submitted-By: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
This commit is contained in:
Jordan K. Hubbard 1997-01-03 06:41:41 +00:00
parent e5b09b7d10
commit a686b628ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21246
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: user.c,v 1.5 1996/12/15 11:22:37 joerg Exp $
* $Id: user.c,v 1.6 1997/01/03 06:32:38 jkh Exp $
*
* Copyright (c) 1996
* Jörg Wunsch. All rights reserved.
@ -108,7 +108,7 @@ static Layout groupLayout[] = {
/* The user configuration menu. */
static Layout userLayout[] = {
#define LAYOUT_UNAME 0
{ 3, 6, UT_NAMESIZE, UT_NAMESIZE + 4,
{ 3, 6, UT_NAMESIZE + 4, UT_NAMESIZE,
"Login ID:", "The login name of the new user (mandatory)",
uname, STRINGOBJ, NULL },
#define LAYOUT_UID 1

View File

@ -1,5 +1,5 @@
/*
* $Id: user.c,v 1.5 1996/12/15 11:22:37 joerg Exp $
* $Id: user.c,v 1.6 1997/01/03 06:32:38 jkh Exp $
*
* Copyright (c) 1996
* Jörg Wunsch. All rights reserved.
@ -108,7 +108,7 @@ static Layout groupLayout[] = {
/* The user configuration menu. */
static Layout userLayout[] = {
#define LAYOUT_UNAME 0
{ 3, 6, UT_NAMESIZE, UT_NAMESIZE + 4,
{ 3, 6, UT_NAMESIZE + 4, UT_NAMESIZE,
"Login ID:", "The login name of the new user (mandatory)",
uname, STRINGOBJ, NULL },
#define LAYOUT_UID 1