diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 18:20:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 18:20:31 +0000 |
commit | ad20f40d28bbfe17570d0e3a341b5d2c5ce89e3c (patch) | |
tree | ac8d98eb8f539172bda60797047b818a39392a3b | |
parent | e637e1939dd468ce0ae65cd4e8deb67f5cd57ff4 (diff) |
typo;
-rw-r--r-- | share/man/man5/mk.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 6d406285795..1e810f9202d 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.2 2003/04/13 14:12:35 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.3 2003/05/10 18:20:30 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -221,7 +221,7 @@ Command to run when doing "make install" portion of "make build". If set to .Ev sudo , this allows one to run "make build" as a user other than root -(assuming sudo is setup for that user). +(assuming sudo is set up for that user). .It Ev SYS_INCLUDE Copy or symlink kernel include files into .Pa /usr/include . |