Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ul Add a FILES section and add references to terminf...



details:   https://anonhg.NetBSD.org/src/rev/8fc025a156a6
branches:  trunk
changeset: 346085:8fc025a156a6
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Fri Jun 24 12:03:22 2016 +0000

description:
Add a FILES section and add references to terminfo(3), terminfo(5) in SEE ALSO.
Ok by wiz

diffstat:

 usr.bin/ul/ul.1 |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r e4ea25895460 -r 8fc025a156a6 usr.bin/ul/ul.1
--- a/usr.bin/ul/ul.1   Fri Jun 24 06:32:47 2016 +0000
+++ b/usr.bin/ul/ul.1   Fri Jun 24 12:03:22 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ul.1,v 1.11 2012/04/21 12:27:30 roy Exp $
+.\"    $NetBSD: ul.1,v 1.12 2016/06/24 12:03:22 abhinav Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ul.1       8.1 (Berkeley) 6/6/93
 .\"
-.Dd April 5, 2012
+.Dd June 23, 2016
 .Dt UL 1
 .Os
 .Sh NAME
@@ -89,10 +89,17 @@
 file (see for example
 .Xr csh 1 Ns 's Ic setenv ) .
 .El
+.Sh FILES
+.Bl -tag -width /usr/share/misc/terminfo -compact
+.It Pa /usr/share/misc/terminfo
+File containing terminal descriptions.
+.El
 .Sh SEE ALSO
 .Xr colcrt 1 ,
 .Xr man 1 ,
-.Xr nroff 1
+.Xr nroff 1 ,
+.Xr terminfo 3 ,
+.Xr terminfo 5
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index