diff options
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 7f1c1db63ee..3332a40e396 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.53 2006/11/08 23:22:26 deraadt Exp $ +.\" $OpenBSD: fdisk.8,v 1.54 2006/11/09 13:18:56 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -228,7 +228,7 @@ equivalent to the DOS command .Dq FDISK /MBR . Note that this option will overwrite the NT disk signature, if present. .It Fl y -Avoid asking yes/no questions when not desireable. +Avoid asking yes/no questions when not desirable. .El .Sh COMMAND MODE The diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index b183792a884..add00f8a620 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.371 2006/11/01 09:19:48 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.372 2006/11/09 13:18:56 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -507,7 +507,7 @@ in a .Xr pfsync 4 failover cluster. By default the hostid is set to a pseudo-random value, however it may be -desireable to manually configure it, for example to more easily identify the +desirable to manually configure it, for example to more easily identify the source of state table entries. .Bd -literal -offset indent set hostid 1 |