diff options
| author | Chris Costello <chris@FreeBSD.org> | 2001-09-01 21:31:33 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2001-09-01 21:31:33 +0000 |
| commit | d997ce6456765a6581d88b67a80805d770f38a77 (patch) | |
| tree | 6a2740ddd5a1a5500de3dcee10cfd3ce63622de7 /lib/libc | |
| parent | 93c013c83e104eea749459238819145c14ea6682 (diff) | |
Notes
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 a67c50240c43..a284e56c285a 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 |
