diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/landisk/stand/boot/boot.8 | 7 |
4 files changed, 8 insertions, 20 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 632385ad670..f4f0ca21878 100644 --- a/sys/arch/amd64/stand/boot/boot.8 +++ b/sys/arch/amd64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.30 2019/10/20 16:13:35 kn Exp $ +.\" $OpenBSD: boot.8,v 1.31 2019/10/20 22:15:07 kn Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -318,10 +318,7 @@ Variables include: .It Ic addr Address at which to load the kernel. .It Ic db_console -Boolean (e.g., -.Li 1 , -.Li 0 ) -to permit entry into the kernel debugger before the +Boolean (0 or 1) to permit entry into the kernel debugger before the .Em ddb.console sysctl gets effective. .It Ic debug diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 5b32e04f165..bb3c7f4f8a1 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.24 2019/10/20 16:13:35 kn Exp $ +.\" $OpenBSD: boot.8,v 1.25 2019/10/20 22:15:07 kn Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -228,10 +228,7 @@ Variables include: .It Ic addr Address at which to load the kernel. .It Ic db_console -Boolean (e.g., -.Li 1 , -.Li 0 ) -to permit entry into the kernel debugger before the +Boolean (0 or 1) to permit entry into the kernel debugger before the .Em ddb.console sysctl gets effective. .It Ic debug diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index c41184459ce..4547fe36d07 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.65 2019/10/20 16:13:35 kn Exp $ +.\" $OpenBSD: boot.8,v 1.66 2019/10/20 22:15:08 kn Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -300,10 +300,7 @@ Variables include: .It Ic addr Address at which to load the kernel. .It Ic db_console -Boolean (e.g., -.Li 1 , -.Li 0 ) -to permit entry into the kernel debugger before the +Boolean (0 or 1) to permit entry into the kernel debugger before the .Em ddb.console sysctl gets effective. .It Ic debug diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8 index ce148e6da95..3ed4a0e51a6 100644 --- a/sys/arch/landisk/stand/boot/boot.8 +++ b/sys/arch/landisk/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.10 2019/10/20 16:13:35 kn Exp $ +.\" $OpenBSD: boot.8,v 1.11 2019/10/20 22:15:08 kn Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -187,10 +187,7 @@ Variables include: .It Ic addr Address at which to load the kernel. .It Ic db_console -Boolean (e.g., -.Li 1 , -.Li 0 ) -to permit entry into the kernel debugger before the +Boolean (0 or 1) to permit entry into the kernel debugger before the .Em ddb.console sysctl gets effective. .It Ic debug |