From c3d0728d04bc1cf0a4c45f3d0ac43059a5f5096e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 21 Oct 2002 14:17:54 +0000 Subject: [PATCH] Punctuation fixes. --- lib/libcurses/curses_attributes.3 | 4 ++-- lib/libcurses/curses_background.3 | 4 ++-- lib/libcurses/curses_color.3 | 4 ++-- lib/libcurses/curses_default_colors.3 | 6 +++--- lib/libcurses/curses_input.3 | 6 +++--- lib/libcurses/curses_underscore.3 | 4 ++-- lib/libcurses/curses_window.3 | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/libcurses/curses_attributes.3 b/lib/libcurses/curses_attributes.3 index 5ab746dfdb61..5e8cc4f848ea 100644 --- a/lib/libcurses/curses_attributes.3 +++ b/lib/libcurses/curses_attributes.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_attributes.3,v 1.1 2002/10/21 13:55:10 blymn Exp $ +.\" $NetBSD: curses_attributes.3,v 1.2 2002/10/21 14:17:54 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -112,7 +112,7 @@ to those specified in turning off any others. To turn off all the attributes (including color and alternate character set), use -.Fn attrset A_NORMAL \. +.Fn attrset A_NORMAL . .Pp Multiple attributes can be manipulated by combining the attributes using a logical diff --git a/lib/libcurses/curses_background.3 b/lib/libcurses/curses_background.3 index 0e688ede4ff4..f2da8f20ea49 100644 --- a/lib/libcurses/curses_background.3 +++ b/lib/libcurses/curses_background.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_background.3,v 1.1 2002/10/21 13:55:10 blymn Exp $ +.\" $NetBSD: curses_background.3,v 1.2 2002/10/21 14:17:54 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -105,7 +105,7 @@ and return OK on success and ERR on failure. .Sh SEE ALSO .Xr curses_attributes 3 , -.Xr curses_color 3 , +.Xr curses_color 3 .Sh STANDARDS The .Nx diff --git a/lib/libcurses/curses_color.3 b/lib/libcurses/curses_color.3 index 0b69a56f45dc..5fa7140b4dcc 100644 --- a/lib/libcurses/curses_color.3 +++ b/lib/libcurses/curses_color.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_color.3,v 1.1 2002/10/21 13:55:12 blymn Exp $ +.\" $NetBSD: curses_color.3,v 1.2 2002/10/21 14:17:54 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -141,7 +141,7 @@ respectively. The macro .Fn COLOR_PAIR n gives the attribute value of color-pair number -.Fa n. +.Fa n . This is the value that is used to set the attribute of a character to this color-pair. For example, diff --git a/lib/libcurses/curses_default_colors.3 b/lib/libcurses/curses_default_colors.3 index 544f75bf0e8a..a63581537d48 100644 --- a/lib/libcurses/curses_default_colors.3 +++ b/lib/libcurses/curses_default_colors.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_default_colors.3,v 1.1 2002/10/21 13:55:13 blymn Exp $ +.\" $NetBSD: curses_default_colors.3,v 1.2 2002/10/21 14:17:54 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 13 2002 +.Dd October 13, 2002 .Dt CURSES_DEFAULT_COLORS 3 .Os .Sh NAME @@ -62,7 +62,7 @@ The function .Fn use_default_colors sets both the foreground and background colors to the terminal default colors. This is equivalent to -.Fn assume_default_colors \-1 \-1 \. +.Fn assume_default_colors \-1 \-1 . .Sh RETURN VALUES These functions return OK on success and ERR on failure. .Sh SEE ALSO diff --git a/lib/libcurses/curses_input.3 b/lib/libcurses/curses_input.3 index 78eb0821c8cb..13eb6cd8b6b9 100644 --- a/lib/libcurses/curses_input.3 +++ b/lib/libcurses/curses_input.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_input.3,v 1.2 2002/10/21 13:59:53 wiz Exp $ +.\" $NetBSD: curses_input.3,v 1.3 2002/10/21 14:17:54 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -287,7 +287,7 @@ is equivalent to and .Fn nodelay win FALSE is equivalent to -.Fn wtimeout win -1 \. +.Fn wtimeout win -1 . .Pp .Fn ungetch will convert @@ -473,7 +473,7 @@ The function completed successfully. An error occurred in the function. .El .Sh SEE ALSO -.Xr curses_cursor 3 +.Xr curses_cursor 3 , .Xr curses_refresh 3 , .Xr curses_tty 3 , .Xr termcap 5 diff --git a/lib/libcurses/curses_underscore.3 b/lib/libcurses/curses_underscore.3 index cdee83973975..c64e4bc80a33 100644 --- a/lib/libcurses/curses_underscore.3 +++ b/lib/libcurses/curses_underscore.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_underscore.3,v 1.2 2002/10/21 13:59:55 wiz Exp $ +.\" $NetBSD: curses_underscore.3,v 1.3 2002/10/21 14:17:54 wiz Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -91,7 +91,7 @@ respectively. .Sh RETURN VALUES These functions always return 1. .Sh SEE ALSO -.Xr curses_attributes 3 +.Xr curses_attributes 3 , .Xr curses_standout 3 .Sh STANDARDS The diff --git a/lib/libcurses/curses_window.3 b/lib/libcurses/curses_window.3 index 9501630fd7f1..21729adf9d63 100644 --- a/lib/libcurses/curses_window.3 +++ b/lib/libcurses/curses_window.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: curses_window.3,v 1.1 2002/10/21 13:55:24 blymn Exp $ +.\" $NetBSD: curses_window.3,v 1.2 2002/10/21 14:17:54 wiz Exp $ .\" .\" Copyright (c) 2002 .\" Brett Lymn (blymn@netbsd.org, brett_lymn@yahoo.com.au) @@ -97,7 +97,7 @@ will be overwritten with the contents of the window .Fa source starting at the coordinates .Fa (sminrow , -.Fa smincol ). +.Fa smincol ) . If the .Fa overlay flag is