fix stuff
This commit is contained in:
18
man/libecrypt.3
Normal file
18
man/libecrypt.3
Normal file
@@ -0,0 +1,18 @@
|
||||
.\" Manpage for libecrypt.
|
||||
.TH man 3 "11 May 2023" "1.0" "Everest Linux Libraries Manual"
|
||||
.SH NAME
|
||||
libecrypt \- random string generation library
|
||||
.SH SYNOPSIS
|
||||
#include <ecrypt.h>
|
||||
|
||||
ecrypt(LENGTH);
|
||||
|
||||
(user)$ gcc -lecrypt prog.c -o prog
|
||||
.SH DESCRIPTION
|
||||
libecrypt is a library that provides random string generation, similar to ecyrpt(1). It is provided as a static library only.
|
||||
.SH SEE ALSO
|
||||
libcolor(3)
|
||||
.SH BUGS
|
||||
Report all bugs on the issues page at https://git.everestlinux.org/EverestLinux/libecrypt
|
||||
.SH AUTHOR
|
||||
Liam Waldron (liamwaldron@everestlinux.org)
|
||||
Reference in New Issue
Block a user