Module Name: src
Committed By: wiz
Date: Wed Dec 20 09:58:36 UTC 2017
Modified Files:
src/share/man/man4: intro.4
Log Message:
Fix xref, remove trailing comma and whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/intro.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/intro.4
diff -u src/share/man/man4/intro.4:1.2 src/share/man/man4/intro.4:1.3
--- src/share/man/man4/intro.4:1.2 Tue Dec 19 01:59:48 2017
+++ src/share/man/man4/intro.4 Wed Dec 20 09:58:36 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.4,v 1.2 2017/12/19 01:59:48 christos Exp $
+.\" $NetBSD: intro.4,v 1.3 2017/12/20 09:58:36 wiz Exp $
.\"
.\" Copyright (c) 1996 David E. O'Brien, Joerg Wunsch
.\"
@@ -147,7 +147,7 @@ For each kernel, there is a configuratio
to select the facilities and drivers for that kernel, and to tune
several options.
See
-.Xr config 8
+.Xr config 1
for a detailed description of the files involved.
The individual manual pages in this section provide a sample line for the
configuration file in their synopsis portion.
@@ -167,10 +167,10 @@ architecture).
.Xr socket 2 ,
.Xr write 2 ,
.\" .Xr devfs 5 ,
-.Xr hier 7 ,
+.Xr hier 7
.Sh HISTORY
This manual page first appeared in
-.Fx 2.1
+.Fx 2.1
and
.Nx 9 .
.Sh AUTHORS