diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-17 07:37:42 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-17 07:37:42 +0000 |
| commit | bda79b63d693ccab91e9d37849f43f242ee0abc4 (patch) | |
| tree | 36d8a76a4663114da7d23ecb1dc7c0ce60dd168c | |
| parent | f5d1240c126d911e0cc440d3e75a7a1f9b572246 (diff) | |
Notes
| -rw-r--r-- | share/man/man8/intro.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man8/intro.8 b/share/man/man8/intro.8 index 71333a9aa892..20d8a61210a0 100644 --- a/share/man/man8/intro.8 +++ b/share/man/man8/intro.8 @@ -42,27 +42,27 @@ This section contains information related to system operation and maintenance. It describes commands used to create new file systems, -.Ql Xr newfs , +.Xr newfs 8 , verify the integrity of the file systems, -.Ql Xr fsck , +.Xr fsck 8 , control disk usage, -.Ql Xr edquota , +.Xr edquota 8 , maintain system backups, -.Ql Xr dump , +.Xr dump 8 , and recover files when disks die an untimely death, -.Ql Xr restore . +.Xr restore 8 . The -.Ql Xr format +.Xr format 8 manual for the specific architecture the system is running on should be consulted when formatting disks and tapes. Network related services like -.Ql Xr inetd +.Xr inetd 8 and -.Ql Xr ftpd +.Xr ftpd 8 are also described. The section -.Ql Xr crash +.Xr crash 8 should be consulted to understand how to interpret system crash dumps. .Pp |
