summaryrefslogtreecommitdiff
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.910
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