8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3xcurses / napms.3xcurses
blob52a20872670049894cb7cd662cdfcaa4cabaf7ec
1 '\" te
2 .\"  Copyright (c) 1990, 1995 by Mortice Kern Systems Inc.  All Rights Reserved  Portions Copyright (c) 1996, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH NAPMS 3XCURSES "Jun 5, 2002"
7 .SH NAME
8 napms \- sleep process for a specified length of time
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-I\fR /usr/xpg4/include \fB -L \fR /usr/xpg4/lib \e
13 \fB -R \fR /usr/xpg4/lib \fB -lcurses \fR [ \fIlibrary\fR... ]
15 \fBc89\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ]
17 #include <curses.h>
19 \fBint\fR \fBnapms\fR(\fBint\fR \fIms\fR);
20 .fi
22 .SH PARAMETERS
23 .sp
24 .ne 2
25 .na
26 \fB\fIms\fR\fR
27 .ad
28 .RS 6n
29 Is the number of milliseconds to sleep.
30 .RE
32 .SH DESCRIPTION
33 .sp
34 .LP
35 The \fBnapms()\fR function sleeps for at least \fIms\fR milliseconds.
36 .SH RETURN VALUES
37 .sp
38 .LP
39 The \fBnapms()\fR function always returns \fBOK\fR.
40 .SH ERRORS
41 .sp
42 .LP
43 None.
44 .SH ATTRIBUTES
45 .sp
46 .LP
47 See \fBattributes\fR(5) for descriptions of the following attributes:
48 .sp
50 .sp
51 .TS
52 box;
53 c | c
54 l | l .
55 ATTRIBUTE TYPE  ATTRIBUTE VALUE
57 Interface Stability     Standard
59 MT-Level        Unsafe
60 .TE
62 .SH SEE ALSO
63 .sp
64 .LP
65 \fBdelay_output\fR(3XCURSES), \fBlibcurses\fR(3XCURSES), \fBattributes\fR(5),
66 \fBstandards\fR(5)