diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-27 20:20:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-27 20:20:14 +0000 |
commit | b09565e6e9bb144502d26fb78e3dd61932fd6ad1 (patch) | |
tree | a31be67e7b90ef9b120d6eb2767baccc6b7db5ac | |
parent | 9025c94c6d19ade7f45f5238f85b89790b0dc2d3 (diff) |
correct man sections; from Tobias Sarnowski
ok millert
-rw-r--r-- | usr.bin/tic/infotocap.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/tic/infotocap.1 b/usr.bin/tic/infotocap.1 index e3fe5d09017..e80f9531631 100644 --- a/usr.bin/tic/infotocap.1 +++ b/usr.bin/tic/infotocap.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: infotocap.1,v 1.3 2000/10/08 22:47:10 millert Exp $ +.\" $OpenBSD: infotocap.1,v 1.4 2008/08/27 20:20:13 jmc Exp $ .\"*************************************************************************** .\" Copyright (c) 1999,2000 Free Software Foundation, Inc. * .\" * @@ -29,7 +29,7 @@ .\"*************************************************************************** .\" .\" $From: infotocap.1m,v 1.3 2000/08/13 01:56:03 tom Exp $ -.TH infotocap 1M "" +.TH infotocap 1 "" .ds n 5 .ds d /usr/share/terminfo .SH NAME @@ -60,12 +60,12 @@ change the output to \fIwidth\fR characters. \*d Compiled terminal description database. .SH NOTES -This utility is actually a link to \fItic\fR(1M), running in \fI-C\fR mode. +This utility is actually a link to \fItic\fR(1), running in \fI-C\fR mode. You can use other \fItic\fR options such as \fB-f\fR and \fB-x\fR. .SH SEE ALSO -\fBcurses\fR(3X), -\fBtic\fR(1M), -\fBinfocmp\fR(1M), +\fBcurses\fR(3), +\fBtic\fR(1), +\fBinfocmp\fR(1), \fBterminfo\fR(\*n) .\"# .\"# The following sets edit modes for GNU EMACS |