diff options
author | 2005-10-03 16:31:11 +0000 | |
---|---|---|
committer | 2005-10-03 16:31:11 +0000 | |
commit | 576c1eafe702d99da9d66f5626a3482ae4da6059 (patch) | |
tree | b2d1e3c74a5b1c69fb9b4f181eba48bf0a72d2a2 | |
parent | typo (diff) | |
download | wireguard-openbsd-576c1eafe702d99da9d66f5626a3482ae4da6059.tar.xz wireguard-openbsd-576c1eafe702d99da9d66f5626a3482ae4da6059.zip |
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 |