diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-13 07:14:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-13 07:14:40 +0000 |
commit | cfd10c7ea89fe79ab87beea7696fd943fa25fea1 (patch) | |
tree | 2754ea1851a5abe20503104fb04b510ac714bc81 /sys | |
parent | 1f12bb0e1c1836edf52b1f9acf1c7b277a7c3777 (diff) |
Repair bad printf (-Wall cleanup)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_userconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_userconf.c b/sys/kern/subr_userconf.c index b6c9c4fcb10..c4420eddc45 100644 --- a/sys/kern/subr_userconf.c +++ b/sys/kern/subr_userconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_userconf.c,v 1.25 2001/02/13 14:43:57 deraadt Exp $ */ +/* $OpenBSD: subr_userconf.c,v 1.26 2001/06/13 07:14:39 miod Exp $ */ /* * Copyright (c) 1996-2001 Mats O Jansson <moj@stacken.kth.se> @@ -726,7 +726,7 @@ userconf_help() printf(" leave UKC"); break; case 's': - printf("[attr [val]] ", + printf("[attr [val]] " "show attributes (or devices with an attribute)"); break; case 't': |