diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /usr.bin/fsync | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'usr.bin/fsync')
| -rw-r--r-- | usr.bin/fsync/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/fsync/fsync.1 | 2 | ||||
| -rw-r--r-- | usr.bin/fsync/fsync.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index 42aa6ddec665..f71790f4f8b8 100644 --- a/usr.bin/fsync/Makefile +++ b/usr.bin/fsync/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fsync/Makefile,v 1.5 2005/01/25 14:12:01 ssouhlal Exp $ PROG= fsync diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index 0cc41d3ceb05..ee77227d356a 100644 --- a/usr.bin/fsync/fsync.1 +++ b/usr.bin/fsync/fsync.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fsync/fsync.1,v 1.7 2005/01/26 06:42:45 ssouhlal Exp $ .\" .Dd January 25, 2005 .Dt FSYNC 1 diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 78aeb21baa21..82ccf71d1c60 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -27,7 +27,7 @@ #ifndef lint #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fsync/fsync.c,v 1.7 2005/01/26 15:17:25 delphij Exp $"); #include <err.h> #include <fcntl.h> |
