Module Name: src
Committed By: wiz
Date: Sun Jul 12 23:14:06 UTC 2009
Modified Files:
src/lib/libcurses: curses_chgat.3
Log Message:
Add RCS Id. Fill in name in license. New sentence, new line.
Add comma in enumeration.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/curses_chgat.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcurses/curses_chgat.3
diff -u src/lib/libcurses/curses_chgat.3:1.3 src/lib/libcurses/curses_chgat.3:1.4
--- src/lib/libcurses/curses_chgat.3:1.3 Tue Jul 7 13:10:02 2009
+++ src/lib/libcurses/curses_chgat.3 Sun Jul 12 23:14:06 2009
@@ -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 @@
.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 @@
The
.Fn chgat ,
.Fn wchgat ,
-.Fn mvchgat
+.Fn mvchgat ,
and
.Fn mvwchgat
functions conform to