diff options
| author | lukem <lukem@NetBSD.org> | 1997-01-06 04:38:41 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-01-06 04:38:41 +0000 |
| commit | ecf9b458f46b5f893c20c5e28893bb080252ded7 (patch) | |
| tree | 790ec191c8048c85819ea15d1e255c2b470636b7 /lib/libterm | |
| parent | fe764c24155924653fdb5b0ed950b7b7c3bdefb7 (diff) | |
remove leading 'l' in "-l ltermcap" (should be "-l termcap")
Diffstat (limited to 'lib/libterm')
| -rw-r--r-- | lib/libterm/termcap.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libterm/termcap.3 b/lib/libterm/termcap.3 index bf0c60fb15d..31db2f2c83c 100644 --- a/lib/libterm/termcap.3 +++ b/lib/libterm/termcap.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: termcap.3,v 1.6 1996/08/03 18:55:40 pk Exp $ +.\" $NetBSD: termcap.3,v 1.7 1997/01/06 04:38:41 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -238,9 +238,9 @@ is inappropriate. .Sh FILES .Bl -tag -width /usr/share/misc/termcap -compact .It Pa /usr/lib/libtermcap.a -.Fl l Ar ltermcap +.Fl l Ar termcap library (also known as -.Fl l Ar ltermlib ) +.Fl l Ar termlib ) .It Pa /usr/share/misc/termcap standard terminal capability data base .It Pa $HOME/.termcap |
