diff options
author | ru <ru@FreeBSD.org> | 2001-08-22 14:16:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-22 14:16:31 +0000 |
commit | 2b577fc3189c56ed5f7afef10cbb215de7294d44 (patch) | |
tree | a45c321c6483854ba5d2c56511e0c4a2736a3e1c /lib/libc | |
parent | 219a118b85634fca9d990f29c166349c8683148d (diff) | |
download | FreeBSD-src-2b577fc3189c56ed5f7afef10cbb215de7294d44.zip FreeBSD-src-2b577fc3189c56ed5f7afef10cbb215de7294d44.tar.gz |
mdoc(7) police: Fixed broken xrefs.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/reboot.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index cf34745..8f247b2 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -105,7 +105,7 @@ via the .Fn reboot call. See -.Xr kadb 4 +.Xr ddb 4 for more information. .It Dv RB_NOSYNC Normally, the disks are sync'd (see |