diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-31 09:58:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-31 09:58:17 +0000 |
commit | 6dae8e99451bde71a05aa3955562de744cab6784 (patch) | |
tree | ccbb5456c6a8105468326f87d5266240e6287b05 /share/man/man3 | |
parent | 7133f8da523dffc211d74ae371805701ee713f60 (diff) |
tweak previous;
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/intro.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 674b28d6254..833fd190892 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.48 2012/08/31 08:22:15 pascal Exp $ +.\" $OpenBSD: intro.3,v 1.49 2012/08/31 09:58:16 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -547,8 +547,8 @@ 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 -PIE -.Pq position-independent executable +position-independent executable +.Pq PIE by default, contain position-independent code .Pq PIC . Normally, compilers produce relocatable code. |