From allenc@verinet.com  Fri May  1 20:39:56 1998
Received: from const. (tulip16.verinet.com [199.45.181.208])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25966
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 1 May 1998 20:39:54 -0700 (PDT)
          (envelope-from allenc@verinet.com)
Received: (from allenc@localhost)
	by const. (8.8.8/8.8.8) id VAA08493;
	Fri, 1 May 1998 21:40:48 -0600 (MDT)
	(envelope-from allenc)
Message-Id: <199805020340.VAA08493@const.>
Date: Fri, 1 May 1998 21:40:48 -0600 (MDT)
From: allenc@verinet.com
Reply-To: allenc@verinet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typo fixes for src/share/man/man5/kernfs.5
X-Send-Pr-Version: 3.2

>Number:         6482
>Category:       docs
>Synopsis:       Typo fixs for the src/share/man/man5/kernfs.5 manual page.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May  1 20:40:00 PDT 1998
>Closed-Date:    Sun May 3 11:02:22 PDT 1998
>Last-Modified:  Sun May  3 11:02:48 PDT 1998
>Originator:     allen campbell
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
Allen Campbell allenc@verinet.com
>Environment:

	FreeBSD stable.

>Description:

	Simple typo fixes for the kernfs.5 manual page.

>How-To-Repeat:

	man kernfs

>Fix:
	
	Apply the following patch:

*** kernfs.5.orig	Thu Apr 30 23:43:27 1998
--- kernfs.5	Thu Apr 30 23:53:23 1998
***************
*** 46,55 ****
  provides access to information on the currently running kernel.
  It is normally mounted on
  .Pa /kern .
! The file system includes several regular file which can be
  read, and some of which can also be written.
! The contents of the files in in a machine-independent format,
! either a string, or and integer in decial ASCII.  A trailing
  newline character is added when a number is returned.
  .Pp
  The mount point contains the following  files:
--- 46,55 ----
  provides access to information on the currently running kernel.
  It is normally mounted on
  .Pa /kern .
! The file system includes several regular files which can be
  read, and some of which can also be written.
! The contents of the files are in a machine-independent format,
! either a string or an integer in decimal ASCII.  A trailing
  newline character is added when a number is returned.
  .Pp
  The mount point contains the following  files:
***************
*** 64,74 ****
  The current hostname, with a trailing newline.  The
  current hostname can be changed by writing to this file.
  A trailing newline will be stripped from the hostname being
! wirtten.
  .It Pa hz
  The frequency of the system clock (decimal ASCII).
  .It Pa  loadavg
! the 1, 5 and 15 minute load averages in kernel fixed-point
  format.  The final integer is the fix-point scaling factor.
  All numbers are in decimal ASCII.
  .It Pa pagesize
--- 64,74 ----
  The current hostname, with a trailing newline.  The
  current hostname can be changed by writing to this file.
  A trailing newline will be stripped from the hostname being
! written.
  .It Pa hz
  The frequency of the system clock (decimal ASCII).
  .It Pa  loadavg
! The 1, 5 and 15 minute load averages in kernel fixed-point
  format.  The final integer is the fix-point scaling factor.
  All numbers are in decimal ASCII.
  .It Pa pagesize
***************
*** 83,89 ****
  mount point.
  .Pa /kern/root
  will then refer to the system global root, not the current
! process root.  Not currently enabled..
  .It Pa rootdev
  The root device.  Not currently enabled.
  .It Pa rrootdev
--- 83,89 ----
  mount point.
  .Pa /kern/root
  will then refer to the system global root, not the current
! process root.  Not currently enabled.
  .It Pa rootdev
  The root device.  Not currently enabled.
  .It Pa rrootdev
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 3 11:02:22 PDT 1998 
State-Changed-Why:  
Patch committed, thanks! 
>Unformatted:
