📄 version.3
字号:
.TH IPSEC_VERSION 3 "21 Nov 2001".\" RCSID $Id: version.3,v 1.3 2004/04/09 18:00:38 mcr Exp $.SH NAMEipsec ipsec_version_code \- get IPsec version code.bripsec ipsec_version_string \- get full IPsec version string.bripsec ipsec_copyright_notice \- get IPsec copyright notice.SH SYNOPSIS.B "#include <freeswan.h>.sp.B "const char *ipsec_version_code(void);".br.B "const char *ipsec_version_string(void);".br.B "const char **ipsec_copyright_notice(void);".SH DESCRIPTIONThese functions provide information on version numbering and copyrightof the Linux FreeS/WAN IPsec implementation..PP.I Ipsec_version_codereturns a pointer to a string constantcontaining the current IPsec version code,such as ``1.92'' or ``snap2001Nov19b''..PP.I Ipsec_version_stringreturns a pointer to a string constant giving a full version identification,consisting of the version code preceded by a prefix identifying the software,e.g. ``Linux FreeS/WAN 1.92''..PP.I Ipsec_copyright_noticereturns a pointer to a vector of pointers,terminated by a.BR NULL ,which is the text of a suitable copyright notice.Each pointer points to a string constant (possibly empty) which is one lineof the somewhat-verbose copyright notice.The strings are NUL-terminated and do not contain a newline;supplying suitable line termination for the output device isthe caller's responsibility..SH SEE ALSOipsec(8).SH HISTORYWritten for the FreeS/WAN project by Henry Spencer.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -