diff options
Diffstat (limited to 'lib/libutil/opendev.3')
-rw-r--r-- | lib/libutil/opendev.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index f6266b0188b..08b0613884e 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.18 2010/04/01 17:06:55 jmc Exp $ +.\" $OpenBSD: opendev.3,v 1.19 2010/12/17 19:35:34 millert Exp $ .\" .\" Copyright (c) 2000, Todd C. Miller. All rights reserved. .\" Copyright (c) 1996, Jason Downs. All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 1 2010 $ +.Dd $Mdocdate: December 17 2010 $ .Dt OPENDEV 3 .Os .Sh NAME @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Fd #include <util.h> .Ft int -.Fn opendev "char *path" "int oflags" "int dflags" "char **realpath" +.Fn opendev "const char *path" "int oflags" "int dflags" "char **realpath" .Sh DESCRIPTION The .Fn opendev |