diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/intro.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 833fd190892..ea6d211e482 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.49 2012/08/31 09:58:16 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.50 2012/08/31 13:00:47 pascal Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -546,9 +546,9 @@ can be instructed to link dynamically by specifying the flag, although on systems that support it, this will be the default and need not be specified. .Pp -Shared libraries, as well as static libraries on architectures which are -position-independent executable -.Pq PIE +Shared libraries, as well as static libraries on architectures which produce +position-independent executables +.Pq PIEs by default, contain position-independent code .Pq PIC . Normally, compilers produce relocatable code. |