diff options
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 e4acd6c3f1a74..e7f30172a8bf5 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.5 1996/12/23 23:09:46 wosch Exp $ +.\" $Id: mount_std.8,v 1.3.2.2 1997/01/02 17:48:06 mpp 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 afe035491fc0f..77a9f01b09a5f 100644 --- a/sbin/mount_std/mount_std.c +++ b/sbin/mount_std/mount_std.c @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint static const char rcsid[] = - "$Id: mount_std.c,v 1.2 1996/05/14 15:16:49 wollman Exp $"; + "$Id: mount_std.c,v 1.3 1996/09/14 02:58:55 bde Exp $"; #endif /* not lint */ #include <sys/param.h> |