stime.2: Fix prototype for stime()

The argument is const, both according to the actual header
files and according to <http://www.sco.com/developers/devspecs/vol1a.pdf>.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Rasmus Villemoes 2014-04-30 21:42:34 +02:00 committed by Michael Kerrisk
parent 479fd9add4
commit cecb112e8e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ stime \- set time
.SH SYNOPSIS
.B #include <time.h>
.sp
.BI "int stime(time_t *" t );
.BI "int stime(const time_t *" t );
.sp
.in -4n
Feature Test Macro Requirements for glibc (see