Add RCS Id. Fill in name in license. New sentence, new line.

Add comma in enumeration.
This commit is contained in:
wiz 2009-07-12 23:14:06 +00:00
parent 1a280fda0f
commit 27f99b53d5

View File

@ -1,9 +1,10 @@
.\" $NetBSD: curses_chgat.3,v 1.4 2009/07/12 23:14:06 wiz Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by
.\" by Joerg Sonnenberger.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -86,8 +87,8 @@ specified by
.Fa y ,
.Fa x .
.Pp
These functions do not perform wrapping. They do not update
the cursor position.
These functions do not perform wrapping.
They do not update the cursor position.
.Sh RETURN VALUES
The functions that return an int will return one of the following
values:
@ -104,7 +105,7 @@ An error occurred in the function.
The
.Fn chgat ,
.Fn wchgat ,
.Fn mvchgat
.Fn mvchgat ,
and
.Fn mvwchgat
functions conform to