diff options
author | chris <chris@FreeBSD.org> | 1999-09-03 16:40:24 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-09-03 16:40:24 +0000 |
commit | daa0ce629e72f4a7434d4636186624081540bcde (patch) | |
tree | b4dc4af8c5943a8de8a6de2114772b7c39e80198 /sbin | |
parent | a8196ec11f70e0e18e21a102df357205a4e5936b (diff) | |
download | FreeBSD-src-daa0ce629e72f4a7434d4636186624081540bcde.zip FreeBSD-src-daa0ce629e72f4a7434d4636186624081540bcde.tar.gz |
Add cross-references to respective syscalls.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/kldload/kldload.8 | 1 | ||||
-rw-r--r-- | sbin/kldstat/kldstat.8 | 1 | ||||
-rw-r--r-- | sbin/kldunload/kldunload.8 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 59d6805..39b42f0 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -57,6 +57,7 @@ The utility exits with a status of 0 on success and with a nonzero status if an error occurs. .Sh SEE ALSO +.Xr kldload 2 , .Xr kldstat 8 , .Xr kldunload 8 .Sh HISTORY diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index c540d33..f12d503 100644 --- a/sbin/kldstat/kldstat.8 +++ b/sbin/kldstat/kldstat.8 @@ -57,6 +57,7 @@ The utility exits with a status of 0 on success and with a nonzero status if an error occurs. .Sh SEE ALSO +.Xr kldstat 2 , .Xr kldload 8 , .Xr kldunload 8 .Sh HISTORY diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8 index b2a1c60..d4ed5e4 100644 --- a/sbin/kldunload/kldunload.8 +++ b/sbin/kldunload/kldunload.8 @@ -59,6 +59,7 @@ The utility exits with a status of 0 on success and with a nonzero status if an error occurs. .Sh SEE ALSO +.Xr kldunload 2 , .Xr kldload 8 , .Xr kldstat 8 .Sh HISTORY |