diff options
author | chris <chris@FreeBSD.org> | 2001-09-01 21:31:33 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2001-09-01 21:31:33 +0000 |
commit | e540bd45f26597e304af7bdb8915c7ad369cce1a (patch) | |
tree | 6a2740ddd5a1a5500de3dcee10cfd3ce63622de7 /lib/libc | |
parent | 0dc160055e90f4d2b8e48e4f63dda6660e36fa01 (diff) | |
download | FreeBSD-src-e540bd45f26597e304af7bdb8915c7ad369cce1a.zip FreeBSD-src-e540bd45f26597e304af7bdb8915c7ad369cce1a.tar.gz |
o Mention the fact that specifying a fileid of 0 searches all loaded
modules.
o Properly terminate a preposition.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kldsym.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/kldsym.2 b/lib/libc/sys/kldsym.2 index a67c502..a284e56 100644 --- a/lib/libc/sys/kldsym.2 +++ b/lib/libc/sys/kldsym.2 @@ -44,6 +44,9 @@ function returns the address of the symbol specified in .Fa data in the module specified by .Fa fileid . +If +.Fa fileid +is 0, all loaded modules are searched. Currently, the only .Fa command implemented is @@ -72,7 +75,7 @@ to The next two members, .Va version and -.Va symname +.Va symname , are specified by the user. The last two, .Va symvalue |