diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-29 11:29:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-29 11:29:21 +0000 |
commit | aa5f37feba3b9fbd58775ae17322f5cf25e964d1 (patch) | |
tree | be8bc423f426ea15c8b36920193b3dc0b63199a7 /share | |
parent | 1c9b41f26562fae6769834c7fda102ee684406fa (diff) |
/usr include files -> /usr/include files;
from FreeBSD (rev. 1.103);
ok deraadt@ miod@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/style.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index fd28de3848c..22c9b6338ef 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.33 2003/06/29 13:26:04 jmc Exp $ +.\" $OpenBSD: style.9,v 1.34 2003/09/29 11:29:20 jmc Exp $ .\" .Dd June 18, 2001 .Dt STYLE 9 @@ -83,11 +83,11 @@ If it's a network program, put the network include files next. .Ed .Pp Then there's a blank line, followed by the -.Pa /usr -include files. +.Pa /usr/include +files. The -.Pa /usr -include files should be sorted! +.Pa /usr/include +files should be sorted! .Bd -literal -offset 0i #include <stdio.h> .Ed |