diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/atactl/atactl.8 | 10 | ||||
-rw-r--r-- | sbin/badsect/badsect.8 | 6 | ||||
-rw-r--r-- | sbin/dhclient/dhclient.8 | 6 | ||||
-rw-r--r-- | sbin/dhclient/dhclient.conf.5 | 12 | ||||
-rw-r--r-- | sbin/dhcpleased/dhcpleased.conf.5 | 6 | ||||
-rw-r--r-- | sbin/disklabel/disklabel.8 | 6 | ||||
-rw-r--r-- | sbin/fdisk/fdisk.8 | 12 | ||||
-rw-r--r-- | sbin/fsck_ext2fs/fsck_ext2fs.8 | 6 | ||||
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 8 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 6 | ||||
-rw-r--r-- | sbin/newfs_ext2fs/newfs_ext2fs.8 | 10 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 6 | ||||
-rw-r--r-- | sbin/route/route.8 | 8 | ||||
-rw-r--r-- | sbin/shutdown/shutdown.8 | 6 | ||||
-rw-r--r-- | sbin/unwind/unwind.conf.5 | 8 |
15 files changed, 58 insertions, 58 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index c2c342e8d4e..ff757f7f247 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.47 2020/04/23 21:28:08 jmc Exp $ +.\" $OpenBSD: atactl.8,v 1.48 2022/03/31 17:27:19 naddy Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 23 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt ATACTL 8 .Os .Sh NAME @@ -298,13 +298,13 @@ Each master password change decrements the master password revision code value which is displayed in the .Li identify command output if supported. -After value 0x0001 is reached the next value will be 0xfffe. +After value 0x0001 is reached, the next value will be 0xfffe. The security level determines device behavior when the master password is used to unlock the device. -When the security level is set to high the device requires the +When the security level is set to high, the device requires the .Li secunlock command if the master password is used to unlock. -When the security level is set to maximum the device requires a +When the security level is set to maximum, the device requires a .Li secerase command if the master password is used to unlock it. Execution of the diff --git a/sbin/badsect/badsect.8 b/sbin/badsect/badsect.8 index ea587b93713..d383dae21c3 100644 --- a/sbin/badsect/badsect.8 +++ b/sbin/badsect/badsect.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: badsect.8,v 1.17 2007/08/06 19:16:05 sobrado Exp $ +.\" $OpenBSD: badsect.8,v 1.18 2022/03/31 17:27:19 naddy Exp $ .\" $NetBSD: badsect.8,v 1.8 1995/03/18 14:54:27 cgd Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)badsect.8 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: August 6 2007 $ +.Dd $Mdocdate: March 31 2022 $ .Dt BADSECT 8 .Os .Sh NAME @@ -105,7 +105,7 @@ system call, creating an illegal file whose first block address is the block containing the bad sector, and whose name is the bad sector number. When it is discovered by -.Em fsck +.Em fsck , it will ask .Dq Li "HOLD BAD BLOCK?" A positive response will cause diff --git a/sbin/dhclient/dhclient.8 b/sbin/dhclient/dhclient.8 index bd6888ad2d9..1a36e61fd96 100644 --- a/sbin/dhclient/dhclient.8 +++ b/sbin/dhclient/dhclient.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.8,v 1.48 2021/08/24 13:53:21 jmc Exp $ +.\" $OpenBSD: dhclient.8,v 1.49 2022/03/31 17:27:19 naddy Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -35,7 +35,7 @@ .\" Enterprises. To learn more about the Internet Software Consortium, .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. -.Dd $Mdocdate: August 24 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt DHCLIENT 8 .Os .Sh NAME @@ -139,7 +139,7 @@ In this case will look for the network interface currently in the interface group .Dq egress and configure it with DHCP. -If there is more than one network interface in the egress group +If there is more than one network interface in the egress group, .Nm will exit with an error. .Pp diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5 index 72c67240e3c..dcf110591b7 100644 --- a/sbin/dhclient/dhclient.conf.5 +++ b/sbin/dhclient/dhclient.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.conf.5,v 1.51 2020/07/17 22:21:18 krw Exp $ +.\" $OpenBSD: dhclient.conf.5,v 1.52 2022/03/31 17:27:19 naddy Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: July 17 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt DHCLIENT.CONF 5 .Os .Sh NAME @@ -86,7 +86,7 @@ The default is 0 seconds, i.e. immediately use the first acceptable lease received. .It Ic timeout Ar seconds ; Sets the number of seconds to wait for a lease. -If no lease is received the first valid lease in +If no lease is received, the first valid lease in .Xr dhclient.leases 5 will be used. The default is 30 seconds. @@ -121,7 +121,7 @@ will be treated as .It Ic default Ar option option-value ; If no value for .Ar option -is present in the lease use +is present in the lease, use .Ar option-value . Each .Ic default @@ -237,7 +237,7 @@ any specified statements are cumulative. If no .Ar option -is specified all lease option values will be used unmodified. +is specified, all lease option values will be used unmodified. .Ic uselease for .Ar option @@ -273,7 +273,7 @@ only to the named interface. Discard leases from the specified address. If more than one .Ic reject -is present all leases from any of the +is present, all leases from any of the addresses will be discarded. .It Ic next-server Ar ip-address ; Use diff --git a/sbin/dhcpleased/dhcpleased.conf.5 b/sbin/dhcpleased/dhcpleased.conf.5 index 708462d81f1..3af518fa303 100644 --- a/sbin/dhcpleased/dhcpleased.conf.5 +++ b/sbin/dhcpleased/dhcpleased.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpleased.conf.5,v 1.9 2022/01/04 06:20:37 florian Exp $ +.\" $OpenBSD: dhcpleased.conf.5,v 1.10 2022/03/31 17:27:19 naddy Exp $ .\" .\" Copyright (c) 2018, 2021 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 4 2022 $ +.Dd $Mdocdate: March 31 2022 $ .Dt DHCPLEASED.CONF 5 .Os .Sh NAME @@ -87,7 +87,7 @@ The default is to send the interface's MAC address as client identifier. .Pp When .Ar client-id -is not a hardware address it is supposed to be sent as hardware type 0 but +is not a hardware address, it is supposed to be sent as hardware type 0 but the majority of DHCP clients and servers do not implement this and neither does .Nm . diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index f7c2bea406e..b214985e1a6 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.145 2022/02/19 22:08:27 krw Exp $ +.\" $OpenBSD: disklabel.8,v 1.146 2022/03/31 17:27:19 naddy Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: February 19 2022 $ +.Dd $Mdocdate: March 31 2022 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -411,7 +411,7 @@ If a is given, the size and offsets are displayed in terms of the specified unit. If the unit is -.Sq * +.Sq * , it is automatically determined by the size of the smallest partition. .It Cm q diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 63d6ac89c5b..aa462b54e1a 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.111 2022/03/13 12:57:29 krw Exp $ +.\" $OpenBSD: fdisk.8,v 1.112 2022/03/31 17:27:19 naddy Exp $ .\" .\" .\" Copyright (c) 1997 Tobias Weingartner @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 13 2022 $ +.Dd $Mdocdate: March 31 2022 $ .Dt FDISK 8 .Os .Sh NAME @@ -81,7 +81,7 @@ will also be preserved. If the preserved .Sq EFI system partition has fewer blocks than the number requested with -.Fl b +.Fl b , the modification of the GPT is aborted. .It Fl b Ar blocks Ns Op @ Ns Ar offset Ns Op : Ns Ar type Configures a special boot partition of the specified number of blocks, offset @@ -199,7 +199,7 @@ prints the partition table of the .Pp If .Ar disk -does not contain a valid GPT the contents of the MBR are displayed. +does not contain a valid GPT, the contents of the MBR are displayed. For example: .Bd -literal -offset 1n # fdisk sd0 @@ -276,7 +276,7 @@ The fields of the output are: Number identifying each partition table entry. .It Em "type" The partition type identifier. -If the type is recognized the name of the type is displayed. +If the type is recognized, the name of the type is displayed. Otherwise the type GUID is displayed. .It Em "start" The sector the partition starts on. @@ -388,7 +388,7 @@ boot block. By default an MBR is initialized. If .Cm gpt -is specified a protective MBR and a GPT are initialized. +is specified, a protective MBR and a GPT are initialized. .It Cm edit Ar # Edit a given table entry in the memory copy of the current boot block. diff --git a/sbin/fsck_ext2fs/fsck_ext2fs.8 b/sbin/fsck_ext2fs/fsck_ext2fs.8 index 012b0fd1f95..8042e13306c 100644 --- a/sbin/fsck_ext2fs/fsck_ext2fs.8 +++ b/sbin/fsck_ext2fs/fsck_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ext2fs.8,v 1.18 2015/10/14 14:33:45 deraadt Exp $ +.\" $OpenBSD: fsck_ext2fs.8,v 1.19 2022/03/31 17:27:19 naddy Exp $ .\" $NetBSD: fsck_ext2fs.8,v 1.1 1997/06/11 11:21:48 bouyer Exp $ .\" .\" Copyright (c) 1997 Manuel Bouyer. @@ -31,7 +31,7 @@ .\" .\" @(#)fsck.8 8.3 (Berkeley) 11/29/94 .\" -.Dd $Mdocdate: October 14 2015 $ +.Dd $Mdocdate: March 31 2022 $ .Dt FSCK_EXT2FS 8 .Os .Sh NAME @@ -230,7 +230,7 @@ The name assigned is the inode number. If the .Pa lost+found directory does not exist, it is created. -If there is insufficient space its size is increased. +If there is insufficient space, its size is increased. .Pp Because of inconsistencies between the block device and the buffer cache, the raw device should always be used. diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index f6bf649a9a5..8656154ae43 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ffs.8,v 1.27 2021/03/08 02:47:26 jsg Exp $ +.\" $OpenBSD: fsck_ffs.8,v 1.28 2022/03/31 17:27:19 naddy Exp $ .\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fsck.8 8.3 (Berkeley) 11/29/94 .\" -.Dd $Mdocdate: March 8 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt FSCK_FFS 8 .Os .Sh NAME @@ -140,7 +140,7 @@ Use the .Ar block# specified as the super block for the file system. -If the primary superblock is corrupted +If the primary superblock is corrupted, .Nm tries to find a valid alternate superblock based on the information in the disklabel. @@ -305,7 +305,7 @@ The name assigned is the inode number. If the .Pa lost+found directory does not exist, it is created. -If there is insufficient space its size is increased. +If there is insufficient space, its size is increased. .Pp Because of inconsistencies between the block device and the buffer cache, the raw device should always be used. diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index a1d8e782c27..fc59c20033b 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.137 2022/02/06 00:29:02 jsg Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.138 2022/03/31 17:27:20 naddy Exp $ .\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $ .\" .\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -28,7 +28,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: February 6 2022 $ +.Dd $Mdocdate: March 31 2022 $ .Dt ISAKMPD.CONF 5 .Os .Sh NAME @@ -766,7 +766,7 @@ The keyword uses the interface associated with the default route. In the case of IPv6, link-local addresses will be skipped if addresses which are not link-local exist. -If the address on the interface changes +If the address on the interface changes, .Xr isakmpd 8 will not track the change. The configuration must be reloaded to learn the new address. diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.8 b/sbin/newfs_ext2fs/newfs_ext2fs.8 index 6d9ce194534..8d9ebda29d5 100644 --- a/sbin/newfs_ext2fs/newfs_ext2fs.8 +++ b/sbin/newfs_ext2fs/newfs_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs_ext2fs.8,v 1.10 2020/01/16 16:46:47 schwarze Exp $ +.\" $OpenBSD: newfs_ext2fs.8,v 1.11 2022/03/31 17:27:20 naddy Exp $ .\" $NetBSD: newfs_ext2fs.8,v 1.7 2009/12/01 08:47:25 pooka Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 .\" -.Dd $Mdocdate: January 16 2020 $ +.Dd $Mdocdate: March 31 2022 $ .Dt NEWFS_EXT2FS 8 .Os .Sh NAME @@ -57,7 +57,7 @@ .Nm is used to initialize and clear ext2 file systems before first use. Before running -.Nm +.Nm , the disk must be labeled using .Xr disklabel 8 . .Nm @@ -203,7 +203,7 @@ is specified, the existing file. .Pp If .Ar size -is negative the specified size is subtracted from the default size +is negative, the specified size is subtracted from the default size (reserving space at the end of the partition). .It Fl V Ar verbose This controls the amount of information written to stdout: @@ -225,7 +225,7 @@ All the super-block backup sector numbers are displayed (no progress bar). The default is 4. If .Fl N -is specified +is specified, .Nm stops before outputting the progress bar. .It Fl v Ar volname diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index b56e8fd6bb3..7465254a9ed 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: restore.8,v 1.40 2015/11/21 19:43:50 jmc Exp $ +.\" $OpenBSD: restore.8,v 1.41 2022/03/31 17:27:20 naddy Exp $ .\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)restore.8 8.3 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: November 21 2015 $ +.Dd $Mdocdate: March 31 2022 $ .Dt RESTORE 8 .Os .Sh NAME @@ -302,7 +302,7 @@ Do not ask the user whether to abort the restore in the event of an error. Always try to skip over the bad block(s) and continue. .El .Sh ENVIRONMENT -If the following environment variable exists it will be utilized by +If the following environment variable exists, it will be utilized by .Nm restore : .Bl -tag -width "TMPDIR" .It Ev TMPDIR diff --git a/sbin/route/route.8 b/sbin/route/route.8 index aa486202e2d..f135dc083d8 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.102 2021/10/26 15:48:25 kn Exp $ +.\" $OpenBSD: route.8,v 1.103 2022/03/31 17:27:20 naddy Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: October 26 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt ROUTE 8 .Os .Sh NAME @@ -152,7 +152,7 @@ modifiers (listed below), only routes having destinations with addresses in the delineated family will be shown. If the .Fl iface -modifier is used only interface specific messages (link state changes) +modifier is used, only interface specific messages (link state changes) are shown. If a routing table is supplied with .Fl T , @@ -435,7 +435,7 @@ A specific routing priority can be specified with the optional .Tg .Fl priority qualifier. -If no priority is specified the kernel will set a priority depending on the +If no priority is specified, the kernel will set a priority depending on the .Dv RTF_STATIC flag to either .Dv RTP_STATIC diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 6f6b8e2d933..2d90370bea7 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shutdown.8,v 1.40 2015/01/21 19:29:52 naddy Exp $ +.\" $OpenBSD: shutdown.8,v 1.41 2022/03/31 17:27:20 naddy Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)shutdown.8 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: January 21 2015 $ +.Dd $Mdocdate: March 31 2022 $ .Dt SHUTDOWN 8 .Os .Sh NAME @@ -50,7 +50,7 @@ saving them from system administrators, hackers, and gurus, who would otherwise not bother with such niceties. When the .Nm -command is issued without options the system is placed in single +command is issued without options, the system is placed in single user mode at the indicated time after shutting down all system services. .Pp diff --git a/sbin/unwind/unwind.conf.5 b/sbin/unwind/unwind.conf.5 index a8c50311c0d..ae6ee220542 100644 --- a/sbin/unwind/unwind.conf.5 +++ b/sbin/unwind/unwind.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwind.conf.5,v 1.31 2021/10/24 15:57:17 kn Exp $ +.\" $OpenBSD: unwind.conf.5,v 1.32 2022/03/31 17:27:20 naddy Exp $ .\" .\" Copyright (c) 2018 Florian Obser <florian@openbsd.org> .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 24 2021 $ +.Dd $Mdocdate: March 31 2022 $ .Dt UNWIND.CONF 5 .Os .Sh NAME @@ -65,7 +65,7 @@ forwarder { $fwd1 $fwd2 } .Bl -tag -width Ds .It Ic block list Ar file Op Cm log A file containing domains to block, one per line. -If a domain from this list is queried +If a domain from this list is queried, .Nm unwind answers with a return code of .Dv REFUSED . @@ -131,7 +131,7 @@ and its subdomains by the given resolver .Ar type . If .Cm accept bogus -is specified validation is not enforced. +is specified, validation is not enforced. .El .Sh FILES .Bl -tag -width "/etc/unwind.conf" -compact |