diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-02 17:25:03 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-02 17:25:03 +0000 |
commit | 05ae9caba16772c6928cc244f6f478c58856c261 (patch) | |
tree | df05f45f33e6a740ad1175f50daaf0e301dc1d71 /share | |
parent | a534391e94ff0c57dd5023ece96c4129ff6c9a8b (diff) |
Explain CODE REFERENCES just once.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/intro.9 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index ab6140bb082..6b05d2c6a3b 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.9,v 1.3 1999/05/23 14:11:40 aaron Exp $ +.\" $OpenBSD: intro.9,v 1.4 1999/09/02 17:25:02 espie Exp $ .\" .\" Copyright (c) 1996 Michael Shalayeff .\" @@ -38,6 +38,12 @@ .Sh DESCRIPTION This section contains information related to the internal kernel data structures, variables and functions. +.Sh CODE REFERENCES +This section describes places within the +.Ox +source tree where actual code implementing or using kernel internals +can be found. All pathnames are relative to +.Pa /usr/src . .Sh HISTORY The .Nm intro |