aboutsummaryrefslogtreecommitdiff
path: root/bin/pwait
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwait')
-rw-r--r--bin/pwait/Makefile2
-rw-r--r--bin/pwait/pwait.12
-rw-r--r--bin/pwait/pwait.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/pwait/Makefile b/bin/pwait/Makefile
index cdf322e27a8f..0e24dd5811e5 100644
--- a/bin/pwait/Makefile
+++ b/bin/pwait/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/pwait/Makefile,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $
PROG= pwait
diff --git a/bin/pwait/pwait.1 b/bin/pwait/pwait.1
index 132d83c98ceb..03d95009960e 100644
--- a/bin/pwait/pwait.1
+++ b/bin/pwait/pwait.1
@@ -30,7 +30,7 @@
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
.\" OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/pwait/pwait.1,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd November 1, 2009
.Os
diff --git a/bin/pwait/pwait.c b/bin/pwait/pwait.c
index 26cf1bd8970d..217419b360c7 100644
--- a/bin/pwait/pwait.c
+++ b/bin/pwait/pwait.c
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/bin/pwait/pwait.c,v 1.1.4.2.2.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <sys/event.h>