aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-05-06 11:28:01 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-05-06 11:28:01 +0000
commit45ba9ca7f34b21644099f7c0340b2a83c65c1e73 (patch)
tree83ba22c838e878b15005a6e51f8a9fd6181cca04 /sbin
parenteb6b299247ef71bbd9b613a6d549401af559f903 (diff)
Fix typos and -mdoc usage.
PR: docs/11537 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Notes
Notes: svn path=/head/; revision=46552
Diffstat (limited to 'sbin')
-rw-r--r--sbin/kget/kget.810
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/kget/kget.8 b/sbin/kget/kget.8
index 67c8e3185be5..b3619c047b30 100644
--- a/sbin/kget/kget.8
+++ b/sbin/kget/kget.8
@@ -22,11 +22,11 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: kget.8,v 1.1 1999/02/27 02:24:18 jkh Exp $
.\"
.Dd Feb 20, 1999
.Dt KGET 8
-.Os BSD 3
+.Os FreeBSD
.Sh NAME
.Nm kget
.Nd print kernel change information.
@@ -44,7 +44,7 @@ from having to re-enter it each time the system is booted.
.Pp
.Nm
uses the
-.Xt sysctl 3
+.Xr sysctl 3
interface to retrieve data from the kernel and requires that at least
the
.Ar machdep.uc_devlist
@@ -66,5 +66,7 @@ Sure to be some.
.Sh HISTORY
The
.Nm
-command appeared in FreeBSD 3.1, as part of the PicoBSD distribution by
+command appeared in
+.Fx 3.1 ,
+as part of the PicoBSD distribution by
.An Andrzej Bialecki