diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-03 16:31:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-03 16:31:12 +0000 |
commit | 02d761d90ab3ceab8e498e27f6cbee7aa8133663 (patch) | |
tree | 3d2a32461b67dfe35222927b638942139674bb62 | |
parent | 789b6a711599c5d71ba5624431c99090d0fd022d (diff) |
add struct udf_args;
requested by mpech@
ok otto@
-rw-r--r-- | lib/libc/sys/mount.2 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 41e4679b93d..e1a0b8eb9b9 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.32 2005/06/01 00:29:13 jmc Exp $ +.\" $OpenBSD: mount.2,v 1.33 2005/10/03 16:31:11 jmc Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -232,6 +232,13 @@ struct ntfs_args { #define NTFS_MFLAG_ALLNAMES 0x00000002 .Ed .Pp +.Dv MOUNT_UDF +.Bd -literal -offset indent -compact +struct udf_args { + char *fspec; /* block special device to mount */ +}; +.Ed +.Pp The .Fn unmount function call disassociates the filesystem from the specified |