diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-16 09:15:57 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-16 09:15:57 +0000 |
commit | 896eb7d10cc1b471bf3839afd21f2d197fcb5656 (patch) | |
tree | b8f74c3d26aea43422e290f2024e735892930b82 /sbin/savecore | |
parent | e44a0ea3114c5b4007d3b32d1ce7f5de983ef401 (diff) | |
download | src-896eb7d10cc1b471bf3839afd21f2d197fcb5656.tar.gz src-896eb7d10cc1b471bf3839afd21f2d197fcb5656.zip |
Prepare for mdoc(7)NG.
Notes
Notes:
svn path=/head/; revision=71099
Diffstat (limited to 'sbin/savecore')
-rw-r--r-- | sbin/savecore/savecore.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 78429a239bc0..de4ef2e5531e 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -65,12 +65,12 @@ is insufficient disk space. Use .Ar system as the kernel instead of the running kernel (as determined from -.Xr getbootfile 3 ). +.Xr getbootfile 3 ) . .It Fl v Print out some additional debugging information. .It Fl z Compress the core dump and kernel (see -.Xr compress 1 ). +.Xr compress 1 ) . .El .Pp .Nm Savecore |