diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2012-08-31 13:00:48 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2012-08-31 13:00:48 +0000 |
commit | 6a89867db669c4b4ba8d13f46de33412c29f1b00 (patch) | |
tree | 83339aae6ed177570f4c32f2a4d0205014958228 /share/man/man3 | |
parent | 53ec890174d6f9e414cab1cc28287edfa4d79efe (diff) |
tweak tweak, ok jmc@
Diffstat (limited to 'share/man/man3')
-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. |