diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
| commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
| tree | fc27ba7986197654e0590b963524833255709f22 /usr.sbin/fdcontrol | |
| parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fdcontrol')
| -rw-r--r-- | usr.sbin/fdcontrol/fdcontrol.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/fdcontrol/fdcontrol.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdcontrol/fdcontrol.8 b/usr.sbin/fdcontrol/fdcontrol.8 index 28817e45337c..9127978e0f2b 100644 --- a/usr.sbin/fdcontrol/fdcontrol.8 +++ b/usr.sbin/fdcontrol/fdcontrol.8 @@ -24,7 +24,7 @@ .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH .\" DAMAGE. .\" -.\" $Id$ +.\" $FreeBSD$ .\" .Dd May 22, 1994 .Os diff --git a/usr.sbin/fdcontrol/fdcontrol.c b/usr.sbin/fdcontrol/fdcontrol.c index c914b932bee4..2d9511ea15a9 100644 --- a/usr.sbin/fdcontrol/fdcontrol.c +++ b/usr.sbin/fdcontrol/fdcontrol.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> |
