diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2003-06-08 12:51:28 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-06-08 12:51:28 +0000 |
commit | 9680d7b695c2a29dc3807d65060c43394236ef9d (patch) | |
tree | 23d9fcf1fb5c1d80982ddd94056d9b0136dd353e | |
parent | 42161502bd68e05f36fa8b32a7c9ecfe5aff4b3a (diff) | |
download | src-9680d7b695c2a29dc3807d65060c43394236ef9d.tar.gz src-9680d7b695c2a29dc3807d65060c43394236ef9d.zip |
Add section number to .Xr
Notes
Notes:
svn path=/head/; revision=116035
-rw-r--r-- | sbin/dump/dump.8 | 2 | ||||
-rw-r--r-- | sbin/init/init.8 | 2 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index fa1174ed9a36..d4639cfeb193 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -473,7 +473,7 @@ kept track of the tapes scribbled on, told the operator which tape to mount when, and provided more assistance for the operator running -.Xr restore . +.Xr restore 8 . .Pp The .Nm diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 6959ecb0728e..ee3fadc488ba 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -394,7 +394,7 @@ utility appeared in .At v6 . .Sh CAVEATS Systems without -.Xr sysctl +.Xr sysctl 8 behave as though they have security level \-1. .Pp Setting the security level above 1 too early in the boot sequence can diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 6836536f2d6d..f72e25de9ae1 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -195,7 +195,7 @@ Restore (rebuild a file system). The target file system should be made pristine with .Xr newfs 8 , mounted and the user -.Xr cd Ns 'd +.Xr cd 1 Ns 'd into the pristine file system before starting the restoration of the initial level 0 backup. If the |