Various pages: Consistently use 'unsigned int'

Most pages use 'unsigned int' (and the kernel too).
Make them all do so.

$ find man? -type f \
  | xargs sed -i \
	-e 's/unsigned \*/unsigned int */g'
	-e 's/unsigned "/unsigned int "/g';

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-01-02 08:31:43 +01:00 committed by Michael Kerrisk
parent e878a2de3e
commit 771aecbeff
8 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@ getcpu \- determine CPU and NUMA node on which the calling thread is running
.nf
.B #include <linux/getcpu.h>
.PP
.BI "int getcpu(unsigned *" cpu ", unsigned *" node \
.BI "int getcpu(unsigned int *" cpu ", unsigned int *" node \
", struct getcpu_cache *" tcache );
.fi
.SH DESCRIPTION

View File

@ -11,7 +11,7 @@ io_setup \- create an asynchronous I/O context
.nf
.BR "#include <linux/aio_abi.h>" " /* Defines needed types */"
.PP
.BI "long io_setup(unsigned " nr_events ", aio_context_t *" ctx_idp );
.BI "long io_setup(unsigned int " nr_events ", aio_context_t *" ctx_idp );
.fi
.PP
.IR Note :

View File

@ -41,7 +41,7 @@ mbind \- set memory policy for a memory range
.PP
.BI "long mbind(void *" addr ", unsigned long " len ", int " mode ,
.BI " const unsigned long *" nodemask ", unsigned long " maxnode ,
.BI " unsigned " flags );
.BI " unsigned int " flags );
.PP
Link with \fI\-lnuma\fP.
.fi

View File

@ -36,7 +36,7 @@ cfree \- free allocated memory
.BI "void cfree(void *" ptr );
.PP
/* In SCO OpenServer */
.BI "void cfree(char *" ptr ", unsigned " num ", unsigned " size );
.BI "void cfree(char *" ptr ", unsigned int " num ", unsigned int " size );
.PP
/* In Solaris watchmalloc.so.1 */
.BI "void cfree(void *" ptr ", size_t " nelem ", size_t " elsize );

View File

@ -21,11 +21,11 @@ DES encryption
.\" .B #include <des_crypt.h>
.B #include <rpc/des_crypt.h>
.PP
.BI "int ecb_crypt(char *" key ", char *" data ", unsigned " datalen ,
.BI " unsigned " mode );
.BI "int ecb_crypt(char *" key ", char *" data ", unsigned int " datalen ,
.BI " unsigned int " mode );
.PP
.BI "int cbc_crypt(char *" key ", char *" data ", unsigned " datalen ,
.BI " unsigned " mode ", char *" ivec );
.BI "int cbc_crypt(char *" key ", char *" data ", unsigned int " datalen ,
.BI " unsigned int " mode ", char *" ivec );
.PP
.BI "void des_setparity(char *" key );
.PP

View File

@ -13,7 +13,7 @@ getrpcport \- get RPC port number
.B "#include <rpc/rpc.h>"
.PP
.BI "int getrpcport(const char *" host ", unsigned long " prognum ,
.BI " unsigned long " versnum ", unsigned " proto );
.BI " unsigned long " versnum ", unsigned int " proto );
.fi
.SH DESCRIPTION
.BR getrpcport ()

View File

@ -38,9 +38,9 @@ random, srandom, initstate, setstate \- random number generator
.B #include <stdlib.h>
.PP
.B long random(void);
.BI "void srandom(unsigned " seed );
.BI "void srandom(unsigned int " seed );
.PP
.BI "char *initstate(unsigned " seed ", char *" state ", size_t " n );
.BI "char *initstate(unsigned int " seed ", char *" state ", size_t " n );
.BI "char *setstate(char *" state );
.fi
.PP

View File

@ -433,7 +433,7 @@ C characters and their external representations.
This routine returns one if it succeeds, zero otherwise.
.PP
.nf
.BI "bool_t xdr_u_int(XDR *" xdrs ", unsigned *" up );
.BI "bool_t xdr_u_int(XDR *" xdrs ", unsigned int *" up );
.fi
.IP
A filter primitive that translates between C