diff options
author | Xin LI <delphij@FreeBSD.org> | 2014-02-28 23:48:13 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2014-02-28 23:48:13 +0000 |
commit | 06bfebdedb0d353f1771adb65731f64461d9bd01 (patch) | |
tree | ea0afb272a63d2a9f612979fa0b8095f0db61ec4 /contrib/ncurses/man/curs_touch.3x | |
parent | 82cac3982b380d5ba1f8cb3b7a5c5030b41ef422 (diff) | |
parent | a0044ffc69cfe39a3b0b2d208e0952254555afc6 (diff) |
MFV r262617: ncurses 5.9.
Notes
Notes:
svn path=/head/; revision=262629
Diffstat (limited to 'contrib/ncurses/man/curs_touch.3x')
-rw-r--r-- | contrib/ncurses/man/curs_touch.3x | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/contrib/ncurses/man/curs_touch.3x b/contrib/ncurses/man/curs_touch.3x index a7d07bc3ffbe..9fa6d370b9a2 100644 --- a/contrib/ncurses/man/curs_touch.3x +++ b/contrib/ncurses/man/curs_touch.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2006,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_touch.3x,v 1.11 2006/02/25 21:49:19 tom Exp $ +.\" $Id: curs_touch.3x,v 1.14 2010/12/04 18:38:55 tom Exp $ .TH curs_touch 3X "" .na .hy 0 @@ -36,7 +36,7 @@ \fBuntouchwin\fR, \fBwtouchln\fR, \fBis_linetouched\fR, -\fBis_wintouched\fR - \fBcurses\fR refresh control routines +\fBis_wintouched\fR \- \fBcurses\fR refresh control routines .ad .hy .SH SYNOPSIS @@ -107,10 +107,6 @@ ncurses. .SH NOTES Note that all routines except \fBwtouchln\fR may be macros. .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_refresh\fR(3X). -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: +\fBcurses\fR(3X), +\fBcurs_refresh\fR(3X), +\fBcurs_variables\fR(3X). |