diff options
author | Philip Paeps <philip@FreeBSD.org> | 2005-06-06 06:47:33 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2005-06-06 06:47:33 +0000 |
commit | ff869641ae57a0cf6b0068e42b10535fc2cb8c4c (patch) | |
tree | e95816390d9d160ce9dc5fb201e95569f2921f07 /sbin/savecore/savecore.8 | |
parent | 8e656629c7e358638630e601088294dc1aa844ce (diff) | |
download | src-ff869641ae57a0cf6b0068e42b10535fc2cb8c4c.tar.gz src-ff869641ae57a0cf6b0068e42b10535fc2cb8c4c.zip |
Fix a silly little typo I just spotted.
Notes
Notes:
svn path=/head/; revision=147048
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r-- | sbin/savecore/savecore.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index aa6dcb73f3fe..b49e6f426dda 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -77,7 +77,7 @@ dump header information is inconsistent. Do not clear the dump after saving it. .It Fl v Print out some additional debugging information. -Speicify twice for more information. +Specify twice for more information. .It Fl z Compress the core dump and kernel (see .Xr gzip 1 ) . |