diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
commit | cd366aedac3a1a3126d77df58d0a0861c63e8147 (patch) | |
tree | 4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/mount_ados | |
parent | b77e710b77930242c29b776114492ab08aa2f1c9 (diff) |
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/mount_ados')
-rw-r--r-- | sbin/mount_ados/mount_ados.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index dfdee3c565e..5ae53ce61de 100644 --- a/sbin/mount_ados/mount_ados.8 +++ b/sbin/mount_ados/mount_ados.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ados.8,v 1.4 1998/09/17 04:14:54 aaron Exp $ +.\" $OpenBSD: mount_ados.8,v 1.5 1998/11/28 19:56:24 aaron Exp $ .\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -36,7 +36,7 @@ .Nm mount_ados .Nd mount an AmigaDOS file system .Sh SYNOPSIS -.Nm mount_ados +.Nm .Op Fl o Ar options .Op Fl u Ar uid .Op Fl g Ar gid @@ -45,7 +45,7 @@ .Ar node .Sh DESCRIPTION The -.Nm mount_ados +.Nm command attaches the AmigaDOS filesystem residing on the device .Ar special @@ -100,9 +100,9 @@ directory on which the file system is being mounted. .Xr mount 8 .Sh CAVEATS The -.Nm ados +.Li ados filesystem currently supports the Amiga fast file system. .Sh HISTORY The -.Nm mount_ados +.Nm utility first appeared in NetBSD 0.9b. |