From: Daniel Stenberg Date: Sun, 15 Mar 2015 22:23:20 +0000 (+0100) Subject: mksymbolsmanpage.pl: use std header and generate better nroff header X-Git-Tag: curl-7_42_0~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918e04095303b0016c6d1c8f4cd6a3483a34a8d4;p=thirdparty%2Fcurl.git mksymbolsmanpage.pl: use std header and generate better nroff header --- diff --git a/docs/libcurl/mksymbolsmanpage.pl b/docs/libcurl/mksymbolsmanpage.pl index 918ef4e29e..1bca4d071b 100644 --- a/docs/libcurl/mksymbolsmanpage.pl +++ b/docs/libcurl/mksymbolsmanpage.pl @@ -1,4 +1,25 @@ #!/usr/bin/perl +# *************************************************************************** +# * _ _ ____ _ +# * Project ___| | | | _ \| | +# * / __| | | | |_) | | +# * | (__| |_| | _ <| |___ +# * \___|\___/|_| \_\_____| +# * +# * Copyright (C) 2015, Daniel Stenberg, , et al. +# * +# * This software is licensed as described in the file COPYING, which +# * you should have received as part of this distribution. The terms +# * are also available at http://curl.haxx.se/docs/copyright.html. +# * +# * You may opt to use, copy, modify, merge, publish, distribute and/or sell +# * copies of the Software, and permit persons to whom the Software is +# * furnished to do so, under the terms of the COPYING file. +# * +# * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# * KIND, either express or implied. +# * +# *************************************************************************** my $version="7.41.0"; @@ -7,30 +28,30 @@ my $date = strftime "%b %e, %Y", localtime; my $year = strftime "%Y", localtime; print <
, et al. -.\" * -.\" * This software is licensed as described in the file COPYING, which -.\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. -.\" * -.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell -.\" * copies of the Software, and permit persons to whom the Software is -.\" * furnished to do so, under the terms of the COPYING file. -.\" * -.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -.\" * KIND, either express or implied. -.\" * -.\" ************************************************************************** +.\\" ************************************************************************** +.\\" * _ _ ____ _ +.\\" * Project ___| | | | _ \\| | +.\\" * / __| | | | |_) | | +.\\" * | (__| |_| | _ <| |___ +.\\" * \\___|\\___/|_| \\_\\_____| +.\\" * +.\\" * Copyright (C) 1998 - $year, Daniel Stenberg, , et al. +.\\" * +.\\" * This software is licensed as described in the file COPYING, which +.\\" * you should have received as part of this distribution. The terms +.\\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\\" * +.\\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell +.\\" * copies of the Software, and permit persons to whom the Software is +.\\" * furnished to do so, under the terms of the COPYING file. +.\\" * +.\\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +.\\" * KIND, either express or implied. +.\\" * +.\\" ************************************************************************** .TH libcurl-symbols 3 "$date" "libcurl $version" "libcurl symbols" .SH NAME -libcurl-symbols \- libcurl symbol version information +libcurl-symbols \\- libcurl symbol version information .SH "libcurl symbols" This man page details version information for public symbols provided in the libcurl header files. This lists the first version in which the symbol was