diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
commit | ce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch) | |
tree | 2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /usr.sbin/httpd | |
parent | 611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff) |
Typo fixes.
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/support/apxs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/support/apxs.8 b/usr.sbin/httpd/src/support/apxs.8 index 1c37279f750..3c4c6a53792 100644 --- a/usr.sbin/httpd/src/support/apxs.8 +++ b/usr.sbin/httpd/src/support/apxs.8 @@ -159,7 +159,7 @@ even a library archive (.a). The tool automatically recognizes these extensions and automtaically used the C source files for compilation while just using the object and archive files for the linking phase. But when using such pre-compiled objects make sure they are -compiled for position independend code (PIC) to be able to use them for a +compiled for position independent code (PIC) to be able to use them for a dynamically loaded shared object. For instance with GCC you always just have to use .BR -fpic . @@ -292,7 +292,7 @@ Use this to add local linker-specific options. DSO installation options: .TP 12 .B \-i -This indicates the installation operartion and installs one or more +This indicates the installation operation and installs one or more dynamically shared objects into the servers .I libexec |