summaryrefslogtreecommitdiffstats
path: root/bin/ln/ln.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-15 06:19:05 +0000
committercharnier <charnier@FreeBSD.org>1998-05-15 06:19:05 +0000
commit233c097df43deefae4388ec71ce63f4f00e7ae54 (patch)
treed0c7485f781c062c3c6188f6b73030f71679ddbd /bin/ln/ln.c
parentdeddb75e129698b937bf8f5df5f2ae7252f0622e (diff)
downloadFreeBSD-src-233c097df43deefae4388ec71ce63f4f00e7ae54.zip
FreeBSD-src-233c097df43deefae4388ec71ce63f4f00e7ae54.tar.gz
Correct use of .Nm. Add rcsid.
Diffstat (limited to 'bin/ln/ln.c')
-rw-r--r--bin/ln/ln.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/ln/ln.c b/bin/ln/ln.c
index 13fa3a8..94e0c06 100644
--- a/bin/ln/ln.c
+++ b/bin/ln/ln.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: ln.c,v 1.10 1997/03/28 15:24:22 imp Exp $
*/
#ifndef lint
@@ -40,7 +38,11 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-static char const sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94";
+#if 0
+static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud