diff options
| author | wiz <wiz@NetBSD.org> | 2010-12-16 19:25:41 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2010-12-16 19:25:41 +0000 |
| commit | 607bb17522d04f5d265a43f7028ffc9403dfd002 (patch) | |
| tree | 4bbc96d02bf9cc38a89aef6f7dafe7f7e78b5942 /libexec | |
| parent | 0a3617d297577dc2e9132180ac0339940f52b681 (diff) | |
Note that $ORIGIN kernel support (in kern/kern_exec.c) is currently disabled.
Info from skrll@.
Bump date.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/ld.elf_so.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/ld.elf_so.1 b/libexec/ld.elf_so/ld.elf_so.1 index 590160883d2..5dce7c3dec5 100644 --- a/libexec/ld.elf_so/ld.elf_so.1 +++ b/libexec/ld.elf_so/ld.elf_so.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ld.elf_so.1,v 1.12 2008/05/25 19:48:35 wiz Exp $ +.\" $NetBSD: ld.elf_so.1,v 1.13 2010/12/16 19:25:41 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 18, 2007 +.Dd December 16, 2010 .Dt LD.ELF_SO 1 .Os .Sh NAME @@ -108,6 +108,9 @@ List of instructions sets this processor can execute. Currently unimplemented. .It $ORIGIN The directory of the main object. +Implemented in +.Nm +but the kernel support is currently disabled. .It $OSNAME The value of the .Dv kern.ostype |
