diff options
author | nik <nik@FreeBSD.org> | 2000-03-01 10:46:05 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2000-03-01 10:46:05 +0000 |
commit | c07240daf836b5f0336d76527d8a15e5e3e1fb50 (patch) | |
tree | 944cbf0277cf38b43b6b0011d3ab8694940265a8 /share/man/man3 | |
parent | 5821f0cfa5ad41686358cbe49c46123a7333413b (diff) | |
download | FreeBSD-src-c07240daf836b5f0336d76527d8a15e5e3e1fb50.zip FreeBSD-src-c07240daf836b5f0336d76527d8a15e5e3e1fb50.tar.gz |
s/curses/ncurses/
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/intro.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 623cb20..851b7a6 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -88,7 +88,7 @@ storage allocation, time functions, signal handling and more. Terminal independent screen management routines for two dimensional non-bitmap display terminals. (See -.Xr curses 3 . ) +.Xr ncurses 3 . ) .It Xr libcompat Pq Fl l Ns Ar compat Functions which are obsolete but are available for compatibility with .Bx 4.3 . |