From owner-freebsd-doc Fri May 1 20:42:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26288 for freebsd-doc-outgoing; Fri, 1 May 1998 20:42:09 -0700 (PDT) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA26281 for ; Fri, 1 May 1998 20:42:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA18738; Fri, 1 May 1998 20:40:01 -0700 (PDT) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: docs/6482: Typo fixes for src/share/man/man5/kernfs.5 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 1 20:40:00 PDT 1998 >Last-Modified: >Originator: allen campbell >Organization: Allen Campbell allenc@verinet.com >Release: FreeBSD 2.2.5-STABLE i386 >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 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message