Re: [PATCH] random.4: Document write and document the ioctl interface of /dev/random

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2013/2/17 Elie De Brauwer wrote:
[...]
> +.IP
> +.IN +4n
> +.NF
> +struct rand_pool_info {
> +    int    entropy_count;
> +    int    buf_size;
> +    __u32  buf[0];
> +};
> +.FI
> +.IN
> +.IP
[...]

Hello,

groff complains about undefined IN, NF and FI macros here, they must
be lowercased.
IMHO it would be better to use the same formatting sequence found in
this page, ie. drop .IP and write

[...]  The following structure is used:

.nf
    struct rand_pool_info {
        int    entropy_count;
        int    buf_size;
        __u32  buf[0];
    };
.fi

Here [...]

Denis
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux