diff options
| author | reed <reed@NetBSD.org> | 2008-09-27 04:41:20 +0000 |
|---|---|---|
| committer | reed <reed@NetBSD.org> | 2008-09-27 04:41:20 +0000 |
| commit | f2f50da6cf251b562f0484a4525397c32d4aa4bf (patch) | |
| tree | 13fe8b1bbff427fcd25ba7a05db83293c7627990 /libexec/talkd | |
| parent | 8e4f10c1d5b30bec083bab12987f5ea6b3e0abc9 (diff) | |
Fix the Document Title of manual page so it our official name (ntalkd).
Install so first file installed matches this correct manual page
name.
(Both manual pages are still installed. And only ntalkd binary is
installed. So no change.)
Diffstat (limited to 'libexec/talkd')
| -rw-r--r-- | libexec/talkd/Makefile | 7 | ||||
| -rw-r--r-- | libexec/talkd/talkd.8 | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 8764600a2c5..157507e83ec 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2004/03/24 21:20:26 he Exp $ +# $NetBSD: Makefile,v 1.13 2008/09/27 04:41:20 reed Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 .include <bsd.own.mk> PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c -MAN= talkd.8 -MLINKS+=talkd.8 ntalkd.8 +MAN= ntalkd.8 +BUILDSYMLINKS+= talkd.8 ntalkd.8 +MLINKS+=ntalkd.8 talkd.8 DPADD+=${LIBUTIL} LDADD+=-lutil diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index f49d59f7b33..f8b35aa895a 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: talkd.8,v 1.9 2004/03/24 05:32:42 fair Exp $ +.\" $NetBSD: talkd.8,v 1.10 2008/09/27 04:41:20 reed Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -29,7 +29,7 @@ .\" @(#)talkd.8 8.2 (Berkeley) 12/11/93 .\" .Dd March 23, 2004 -.Dt TALKD 8 +.Dt NTALKD 8 .Os .Sh NAME .Nm ntalkd , |
