summaryrefslogtreecommitdiff
path: root/usr.sbin/ctm
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 22:18:38 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 22:18:38 +0000
commitbf95f4749485653fcbff0be73db299a9d226d4e0 (patch)
treec6c5c04d21e0e72753029e3a35290bfd754626a1 /usr.sbin/ctm
parentb64780a41e3237fc72bbc817e8c4cdccc40271dd (diff)
remove trailing whitespace, some Nm cleanup
Diffstat (limited to 'usr.sbin/ctm')
-rw-r--r--usr.sbin/ctm/ctm/ctm.18
-rw-r--r--usr.sbin/ctm/ctm/ctm.58
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/ctm/ctm/ctm.1 b/usr.sbin/ctm/ctm/ctm.1
index 5350db07dd8..a67cd064135 100644
--- a/usr.sbin/ctm/ctm/ctm.1
+++ b/usr.sbin/ctm/ctm/ctm.1
@@ -1,5 +1,5 @@
.\"----------------------------------------------------------------------------
-.\""THE BEER-WARE LICENSE" (Revision 42):
+.\""THE BEER-WARE LICENSE" (Revision 42):
.\"<joerg@freebsd.org> wrote this file. As long as you retain this notice you
.\"can do whatever you want with this stuff. If we meet some day, and you think
.\"this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
@@ -10,7 +10,7 @@
.\"
.\" CTM and ctm(1) by <phk@login.dknet.dk>
.\"
-.\" $Id: ctm.1,v 1.5 1999/04/02 15:12:18 aaron Exp $
+.\" $Id: ctm.1,v 1.6 1999/06/05 22:16:36 aaron Exp $
.\"
.Dd Mar 25, 1995
.Os
@@ -73,7 +73,7 @@ reject it.
.Pp
Pass 2 will validate that the directory tree is in the state expected by
the CTM delta. This is done by looking for files and directories which
-should/should not exist and by checking the MD5 checksums of files.
+should/should not exist and by checking the MD5 checksums of files.
.Pp
Pass 3 will actually apply the delta.
.Pp
@@ -148,7 +148,7 @@ options.
.Xr ctm_rmail 1 ,
.Xr ctm 5
.Sh HISTORY
-Initial trials ran during FreeBSD 1.1.5, and many bugs and
+Initial trials ran during FreeBSD 1.1.5, and many bugs and
methods were hashed out.
The
.Nm
diff --git a/usr.sbin/ctm/ctm/ctm.5 b/usr.sbin/ctm/ctm/ctm.5
index 505ece29305..3d0c8284b06 100644
--- a/usr.sbin/ctm/ctm/ctm.5
+++ b/usr.sbin/ctm/ctm/ctm.5
@@ -1,5 +1,5 @@
.\"----------------------------------------------------------------------------
-.\""THE BEER-WARE LICENSE" (Revision 42):
+.\""THE BEER-WARE LICENSE" (Revision 42):
.\"<joerg@freebsd.org> wrote this file. As long as you retain this notice you
.\"can do whatever you want with this stuff. If we meet some day, and you think
.\"this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
@@ -10,7 +10,7 @@
.\"
.\" CTM and ctm(1) by <phk@login.dknet.dk>
.\"
-.\" $Id: ctm.5,v 1.3 1998/11/08 00:21:28 aaron Exp $
+.\" $Id: ctm.5,v 1.4 1999/06/05 22:16:39 aaron Exp $
.\"
.Dd March 25, 1995
.Os
@@ -65,7 +65,7 @@ field is currently not implemented.
.It _END Ar md5
This statement ends the CTM delta. The global
.Ar md5
-checksum is matched against the MD5 checksum of the entire delta, up to
+checksum is matched against the MD5 checksum of the entire delta, up to
and including the space (0x20) character following
.Dq _END .
.It \&FM Ar name uid gid mode md5 count
@@ -168,7 +168,7 @@ CTM_END 74ddd298d76215ae45a077a4b6a74e9c
.Xr ctm_rmail 1 ,
.Xr ed 1
.Sh HISTORY
-Initial trials ran during the FreeBSD 1.1.5, and many bugs and
+Initial trials ran during the FreeBSD 1.1.5, and many bugs and
methods were hashed out.
The CTM system has been made publically available in FreeBSD 2.1.
.Sh AUTHORS