From 918e04095303b0016c6d1c8f4cd6a3483a34a8d4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 15 Mar 2015 23:23:20 +0100 Subject: [PATCH] mksymbolsmanpage.pl: use std header and generate better nroff header --- docs/libcurl/mksymbolsmanpage.pl | 65 +++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 22 deletions(-) diff --git a/docs/libcurl/mksymbolsmanpage.pl b/docs/libcurl/mksymbolsmanpage.pl index 918ef4e29..1bca4d071 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