diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-30 12:20:49 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-30 12:20:49 +0000 |
commit | ee148739ad05a244f64de4666a067f8453d42f95 (patch) | |
tree | 7fe07173e9ca86b84a027eb60062e2809318d15c /sbin/mount_udf | |
parent | af41ab4c8d6d39ba56886934c58eda791cbc2e3c (diff) |
mdoc(7) police: nits.
Notes
Notes:
svn path=/head/; revision=97587
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r-- | sbin/mount_udf/mount_udf.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8 index 8b6d194e5308..380f9539fa1c 100644 --- a/sbin/mount_udf/mount_udf.8 +++ b/sbin/mount_udf/mount_udf.8 @@ -1,5 +1,5 @@ .\" Copyright (c) 2002 -.\" Scott Long <scottl@freebsd.org> +.\" Scott Long <scottl@FreeBSD.org> .\" Jeroen Ruigrok van der Werven <asmodai@wxs.nl> .\" All rights reserved. .\" @@ -40,10 +40,10 @@ .Sh DESCRIPTION The .Nm -command attaches the UDF filesystem residing on the device -.Pa special +utility attaches the UDF filesystem residing on the device +.Ar special to the global filesystem namespace at the location indicated by -.Pa node . +.Ar node . .Pp The options are as follows: .Bl -tag -width indent |