diff options
author | yar <yar@FreeBSD.org> | 2001-07-24 07:59:54 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2001-07-24 07:59:54 +0000 |
commit | 267cc8ea9207e236eeeb4b857f1a2c54a8885bb4 (patch) | |
tree | d204f49d96ac447b72adce3844867f5a1be566fb /lib/libc/sys/modnext.2 | |
parent | f8df84f8c525a08cf5d52a763ebe4685b7d3ebfd (diff) | |
download | FreeBSD-src-267cc8ea9207e236eeeb4b857f1a2c54a8885bb4.zip FreeBSD-src-267cc8ea9207e236eeeb4b857f1a2c54a8885bb4.tar.gz |
Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.
Previously, some useful xrefs were missing.
Now each of the pages refers to all remaining section 2 pages,
to the kld(4) page, and to a related utility's (section 8) page.
Diffstat (limited to 'lib/libc/sys/modnext.2')
-rw-r--r-- | lib/libc/sys/modnext.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/modnext.2 b/lib/libc/sys/modnext.2 index 972cd8f..db690ff 100644 --- a/lib/libc/sys/modnext.2 +++ b/lib/libc/sys/modnext.2 @@ -74,11 +74,13 @@ refers to a kernel module that does not exist (isn't loaded). .Xr kldfind 2 , .Xr kldfirstmod 2 , .Xr kldload 2 , +.Xr kldnext 2 , .Xr kldstat 2 , .Xr kldunload 2 , .Xr modfind 2 , .Xr modstat 2 , -.Xr kld 4 +.Xr kld 4 , +.Xr kldstat 8 .Sh HISTORY The .Nm kld |