summaryrefslogtreecommitdiffstats
path: root/bin/sync/sync.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:50:17 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:50:17 +0000
commit50b030d998b91f966fc075e6f1ea84b00c3cc91c (patch)
treed3bc995057217e103b66c70c0fdab211fb783718 /bin/sync/sync.c
parent86bc037e711eb91a7613e3b6e3d960188a6543eb (diff)
downloadFreeBSD-src-50b030d998b91f966fc075e6f1ea84b00c3cc91c.zip
FreeBSD-src-50b030d998b91f966fc075e6f1ea84b00c3cc91c.tar.gz
Correct use of .Nm. Add section number to .Xr references. Add rcsid.
Diffstat (limited to 'bin/sync/sync.c')
-rw-r--r--bin/sync/sync.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sync/sync.c b/bin/sync/sync.c
index 301215c..dbc3cde 100644
--- a/bin/sync/sync.c
+++ b/bin/sync/sync.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id$
*/
#ifndef lint
@@ -40,7 +38,11 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-static char const sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
+#if 0
+static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <unistd.h>
OpenPOWER on IntegriCloud