diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /sbin/mount_std | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'sbin/mount_std')
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 2 | ||||
| -rw-r--r-- | sbin/mount_std/mount_std.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index a495ba3960f9..1ef8547b35b4 100644 --- a/sbin/mount_std/mount_std.8 +++ b/sbin/mount_std/mount_std.8 @@ -34,7 +34,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: mount_std.8,v 1.7 1997/02/22 14:32:59 peter Exp $ +.\" $Id: mount_std.8,v 1.8 1998/07/15 06:08:46 charnier Exp $ .\" .Dd May 13, 1996 .Dt MOUNT_STD 8 diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c index f9ae7d6f24bb..77299fbe3d2f 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -43,7 +43,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$Id: mount_std.c,v 1.7 1997/03/29 03:32:46 imp Exp $"; + "$Id: mount_std.c,v 1.8 1998/07/15 06:08:47 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
