diff options
author | 2005-04-05 14:41:02 +0000 | |
---|---|---|
committer | 2005-04-05 14:41:02 +0000 | |
commit | 6a568f8f290d378dd7496b703b934c9df6a471f0 (patch) | |
tree | e00798ce098a897344d88e7152b1ed7828e6ffb5 | |
parent | No extra newline if keyboard plugged but not console. (diff) | |
download | wireguard-openbsd-6a568f8f290d378dd7496b703b934c9df6a471f0.tar.xz wireguard-openbsd-6a568f8f290d378dd7496b703b934c9df6a471f0.zip |
- fix another 'an udf' mistake i made
- enhance 'history' and add an 'authors' section
-rw-r--r-- | sbin/mount_udf/mount_udf.8 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8 index 255dc2bd79d..cbdb076a7a5 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.4 2005/04/01 16:21:27 jmc Exp $ +.\" $OpenBSD: mount_udf.8,v 1.5 2005/04/05 14:41:02 pedro Exp $ .\" Written by Pedro Martelletto <pedro@openbsd.org> in March 2005. .\" Public domain. .Dd March 29, 2005 @@ -6,7 +6,7 @@ .Os .Sh NAME .Nm mount_udf -.Nd mount an UDF filesystem +.Nd mount a UDF filesystem .Sh SYNOPSIS .Nm mount_udf .Op Fl o Ar options @@ -44,7 +44,13 @@ man page for possible options and their meanings. .Xr mount 8 , .Xr umount 8 .Sh HISTORY -The -.Nm -utility first appeared in +UDF support first appeared in +.Fx 5.0 , +and was then ported to .Ox 3.8 . +.Sh AUTHORS +.An Scott Long Aq scottl@freebsd.org +did the original work, +.An Pedro Martelletto Aq pedro@openbsd.org +adapted it to +.Ox . |