diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-11 19:42:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-11 19:42:56 +0000 |
commit | 0f1909bfcc149a5275d08c29b662e13ab2364241 (patch) | |
tree | 20fdb14c87105e718fc9c372d77943c02ef2baeb /share | |
parent | 03d98c6698e5a64a984f169187fed14b6b660f9d (diff) |
change the description of /usr/lib from `archive libraries' to `system
libraries', since not only archive libs are kept there.
this from freebsd -r 1.112, except i changed their description and
referenced intro(3) rather than ar(1), since it has a better description of
library types.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/hier.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index b2f52eb5964..e2c6173acbf 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.50 2004/12/01 16:13:49 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.51 2005/01/11 19:42:55 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -286,7 +286,10 @@ C include files for the XFS file system. .El .Pp .It lib/ -Archive libraries. +System libraries. +See +.Xr intro 3 +for a description of library types. .It libdata/ Miscellaneous utility data files. .Pp |