diff options
author | 2003-09-29 11:29:20 +0000 | |
---|---|---|
committer | 2003-09-29 11:29:20 +0000 | |
commit | 13ab85f777a14932c08d79701daae9a377a37eed (patch) | |
tree | ed287c16fe49175009e9215db347f75ec9d27a03 | |
parent | correction to SYNOPSIS and usage(): host argument must be specified (diff) | |
download | wireguard-openbsd-13ab85f777a14932c08d79701daae9a377a37eed.tar.xz wireguard-openbsd-13ab85f777a14932c08d79701daae9a377a37eed.zip |
/usr include files -> /usr/include files;
from FreeBSD (rev. 1.103);
ok deraadt@ miod@
-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 |