diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 02:10:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-30 02:10:58 +0000 |
commit | d5d7afd9b47c9c7ceec46f3fdbfda3bb9a9d68e7 (patch) | |
tree | edbbde981e4e5e76143f1f410c3c53b5ec57caf5 /sbin/mount_udf | |
parent | d3bf75089e069f2caea93471dc0db582bda248a4 (diff) |
document options
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r-- | sbin/mount_udf/mount_udf.8 | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8 index 54cdae00109..c7a8e1ff0be 100644 --- a/sbin/mount_udf/mount_udf.8 +++ b/sbin/mount_udf/mount_udf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_udf.8,v 1.1 2005/03/29 18:28:49 pedro Exp $ +.\" $OpenBSD: mount_udf.8,v 1.2 2005/03/30 02:10:57 deraadt Exp $ .\" Written by Pedro Martelletto <pedro@openbsd.org> in March 2005. .\" Public domain. .Dd March 29, 2005 @@ -9,14 +9,36 @@ .Nd mount an UDF filesystem .Sh SYNOPSIS .Nm mount_udf +.Op Fl o Ar options .Ar special node .Sh DESCRIPTION The .Nm -command attaches an UDF filesystem residing on the device +command attaches an (typically DVD) UDF filesystem residing on the +device .Ar special to the global filesystem namespace at the location indicated by .Ar node . +This command is invoked by +.Xr mount 8 +when using the syntax +.Bd -ragged -offset 4n +.Nm mount Op options +-t udf +.Ar special Ar node +.Ed +.Pp +The options are as follows: +.Pp +.Bl -tag -width Ds +.It Fl o Ar options +Options are specified with a +.Fl o +flag followed by a comma separated string of options. +See the +.Xr mount 8 +man page for possible options and their meanings. +.El .Sh SEE ALSO .Xr mount 2 , .Xr fstab 5 , |