From 44dc619ed6cb22c1acdc02e83180f51bb986cd5b Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Mon, 18 May 1998 06:50:17 +0000 Subject: Correct use of .Nm. Add section number to .Xr references. Add rcsid. --- bin/sync/sync.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/sync/sync.c') diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 301215cefb0dc..dbc3cdea876a5 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 -- cgit v1.3