From 9d5abbddbf03791c777fed86500976ea3dd19245 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- libexec/mknetid/mknetid.8 | 2 +- libexec/rtld-aout/dynamic.h | 2 +- libexec/rtld-aout/rtld.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libexec') diff --git a/libexec/mknetid/mknetid.8 b/libexec/mknetid/mknetid.8 index ce27e899312d..cc74d2f70f00 100644 --- a/libexec/mknetid/mknetid.8 +++ b/libexec/mknetid/mknetid.8 @@ -58,7 +58,7 @@ files into the format used to generate the .Tn NIS map. This map is used to hold credential information for both users -and hosts in a operating system independent format. +and hosts in an operating system independent format. .Pp The .Nm diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index 00d449f03cb6..3c8bacdb4556 100644 --- a/libexec/rtld-aout/dynamic.h +++ b/libexec/rtld-aout/dynamic.h @@ -233,7 +233,7 @@ struct file_entry { int lib_major, lib_minor; /* Version numbers of a shared object */ int flags; -#define E_IS_LIBRARY 1 /* File is a an archive */ +#define E_IS_LIBRARY 1 /* File is an archive */ #define E_HEADER_VALID 2 /* File's header has been read */ #define E_SEARCH_DIRS 4 /* Search directories for file */ #define E_SEARCH_DYNAMIC 8 /* Search for shared libs allowed */ diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index 1d0f2bd64b44..8d165c19c2f2 100644 --- a/libexec/rtld-aout/rtld.c +++ b/libexec/rtld-aout/rtld.c @@ -1987,7 +1987,7 @@ rtfindfile(name) /* * Buffer for error messages and a pointer that is set to point to the buffer - * when a error occurs. It acts as a last error flag, being set to NULL + * when an error occurs. It acts as a last error flag, being set to NULL * after an error is returned. */ #define DLERROR_BUF_SIZE 512 -- cgit v1.3