diff options
author | 1999-09-16 18:28:12 +0000 | |
---|---|---|
committer | 1999-09-16 18:28:12 +0000 | |
commit | c74412bc312ab02c35d65c334ce8db18fd35f365 (patch) | |
tree | 696734a461dcd1eeec3a54119372a61d4d2c7e4b | |
parent | sync (diff) | |
download | wireguard-openbsd-c74412bc312ab02c35d65c334ce8db18fd35f365.tar.xz wireguard-openbsd-c74412bc312ab02c35d65c334ce8db18fd35f365.zip |
appropiate -> appropriate; inspired by it being misspelled in a NetBSD commit
message :-)
-rw-r--r-- | lib/libutil/readlabelfs.3 | 4 | ||||
-rw-r--r-- | share/man/man8/compat_bsdos.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libutil/readlabelfs.3 b/lib/libutil/readlabelfs.3 index 84183c86af4..731e43a9d62 100644 --- a/lib/libutil/readlabelfs.3 +++ b/lib/libutil/readlabelfs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlabelfs.3,v 1.3 1999/07/02 21:13:07 aaron Exp $ +.\" $OpenBSD: readlabelfs.3,v 1.4 1999/09/16 18:28:12 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -48,7 +48,7 @@ If the .Fa verbose argument is not 0, .Fn readlabelfs -will print appropiate error messages before returning. Otherwise, it +will print appropriate error messages before returning. Otherwise, it produces no output on the terminal. .Sh RETURN VALUES .Fn readlabelfs diff --git a/share/man/man8/compat_bsdos.8 b/share/man/man8/compat_bsdos.8 index 69850a6f179..04baca1b15c 100644 --- a/share/man/man8/compat_bsdos.8 +++ b/share/man/man8/compat_bsdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_bsdos.8,v 1.2 1998/01/02 08:51:28 deraadt Exp $ +.\" $OpenBSD: compat_bsdos.8,v 1.3 1999/09/16 18:28:13 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -70,7 +70,7 @@ found in the directory on a BSD/OS system, and must be copied to .Pa /emul/bsdos/shlib in order for such binaries to work. The user is responsible for having -the appropiate BSD/OS licenses in order to use the shared library images. +the appropriate BSD/OS licenses in order to use the shared library images. .Sh BUGS If BSDi ever manages to port their system to more architectures or switch to real dynamically linked libraries these instructions may have to change. |