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 b9694d9ac417..bb5bf53c9977 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.3.2.2 1997/01/02 17:48:06 mpp Exp $ +.\" $Id: mount_std.8,v 1.3.2.3 1998/07/17 20:13:34 jkh 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 ce2c317b0053..ecbea7176de1 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.3 1996/09/14 02:58:55 bde Exp $"; + "$Id: mount_std.c,v 1.3.2.1 1997/12/04 07:36:13 imp Exp $"; #endif /* not lint */ #include <sys/param.h> |
