diff options
Diffstat (limited to 'sbin/mount_std')
| -rw-r--r-- | sbin/mount_std/Makefile | 2 | ||||
| -rw-r--r-- | sbin/mount_std/mount_std.8 | 2 | ||||
| -rw-r--r-- | sbin/mount_std/mount_std.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index 320bbf788096..bd7460b30bd6 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_std/Makefile,v 1.4.6.1 2000/03/25 13:43:17 des Exp $ PROG= mount_std SRCS= mount_std.c getmntopts.c diff --git a/sbin/mount_std/mount_std.8 b/sbin/mount_std/mount_std.8 index 3dc527b2566c..3912004b14e6 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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_std/mount_std.8,v 1.9.2.1 2000/03/25 13:47:45 des 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 2a95764d8542..b1c24e18d1ba 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[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_std/mount_std.c,v 1.10 1999/10/09 11:54:12 phk Exp $"; #endif /* not lint */ #include <sys/param.h> |
