Source-Changes-HG archive

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

[src/trunk]: src/lib/libpanel Fix xrefs.



details:   https://anonhg.NetBSD.org/src/rev/5b0463b81937
branches:  trunk
changeset: 341258:5b0463b81937
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 28 10:18:43 2015 +0000

description:
Fix xrefs.

XXX: someone should write stdscr(3)

diffstat:

 lib/libpanel/panel.3 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r eb67231c43fa -r 5b0463b81937 lib/libpanel/panel.3
--- a/lib/libpanel/panel.3      Wed Oct 28 09:20:15 2015 +0000
+++ b/lib/libpanel/panel.3      Wed Oct 28 10:18:43 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: panel.3,v 1.1 2015/10/27 23:13:18 uwe Exp $
+.\"    $NetBSD: panel.3,v 1.2 2015/10/28 10:18:43 wiz Exp $
 .\"
 .\" Copyright (c) 2015 Valery Ushakov
 .\" All rights reserved.
@@ -38,14 +38,15 @@
 what you see on the screen depends on the order of updates.
 .Nm
 library is an extension built on top of
-.Xr curses(3)
+.Xr curses 3
 that adds z-order to curses windows.
 .Pp
 Each panel has an associated curses window.
 All currently visible panels form a
 .Dq deck .
 Panels have z-order only relative to other panels in the deck and to
-.Xr stdscr(3) .
+.\".Xr stdscr 3 .
+stdscr.
 The latter doesn't have a panel of its own but implicitly lies below
 all other panels in the deck.
 If you mix plain curses windows and panels the visual results are
@@ -70,4 +71,4 @@
 .It Xr update_panels 3     Ta update terminal display
 .El
 .Sh SEE ALSO
-.Xr curses(3)
+.Xr curses 3



Home | Main Index | Thread Index | Old Index