Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
4c613b39
Commit
4c613b39
authored
Jan 12, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
script to convert man pages to html added
parent
72b2f07a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
convert2html.sh
man/convert2html.sh
+54
-0
No files found.
man/convert2html.sh
0 → 100644
View file @
4c613b39
#!/bin/sh
#
# Copyright (c) 2007-2010 iMatix Corporation
#
# This file is part of 0MQ.
#
# 0MQ is free software; you can redistribute it and/or modify it under
# the terms of the Lesser GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# 0MQ is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# Lesser GNU General Public License for more details.
#
# You should have received a copy of the Lesser GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
groff
-man
-Thtml
man1/zmq_forwarder.1
>
man1/zmq_forwarder.1.html
groff
-man
-Thtml
man1/zmq_streamer.1
>
man1/zmq_streamer.1.html
groff
-man
-Thtml
man1/zmq_queue.1
>
man1/zmq_queue.1.html
groff
-man
-Thtml
man3/zmq_init.3
>
man3/zmq_init.3.html
groff
-man
-Thtml
man3/zmq_term.3
>
man3/zmq_term.3.html
groff
-man
-Thtml
man3/zmq_socket.3
>
man3/zmq_socket.3.html
groff
-man
-Thtml
man3/zmq_close.3
>
man3/zmq_close.3.html
groff
-man
-Thtml
man3/zmq_setsockopt.3
>
man3/zmq_setsockopt.3.html
groff
-man
-Thtml
man3/zmq_bind.3
>
man3/zmq_bind.3.html
groff
-man
-Thtml
man3/zmq_connect.3
>
man3/zmq_connect.3.html
groff
-man
-Thtml
man3/zmq_send.3
>
man3/zmq_send.3.html
groff
-man
-Thtml
man3/zmq_flush.3
>
man3/zmq_flush.3.html
groff
-man
-Thtml
man3/zmq_recv.3
>
man3/zmq_recv.3.html
groff
-man
-Thtml
man3/zmq_poll.3
>
man3/zmq_poll.3.html
groff
-man
-Thtml
man3/zmq_msg_init.3
>
man3/zmq_msg_init.3.html
groff
-man
-Thtml
man3/zmq_msg_init_size.3
>
man3/zmq_msg_init_size.3.html
groff
-man
-Thtml
man3/zmq_msg_init_data.3
>
man3/zmq_msg_init_data.3.html
groff
-man
-Thtml
man3/zmq_msg_close.3
>
man3/zmq_msg_close.3.html
groff
-man
-Thtml
man3/zmq_msg_move.3
>
man3/zmq_msg_move.3.html
groff
-man
-Thtml
man3/zmq_msg_copy.3
>
man3/zmq_msg_copy.3.html
groff
-man
-Thtml
man3/zmq_msg_data.3
>
man3/zmq_msg_data.3.html
groff
-man
-Thtml
man3/zmq_msg_size.3
>
man3/zmq_msg_size.3.html
groff
-man
-Thtml
man3/zmq_strerror.3
>
man3/zmq_strerror.3.html
groff
-man
-Thtml
man7/zmq.7
>
man7/zmq.7.html
groff
-man
-Thtml
man7/zmq_cpp.7
>
man7/zmq_cpp.7.html
groff
-man
-Thtml
man7/zmq_python.7
>
man7/zmq_python.7.html
groff
-man
-Thtml
man7/zmq_ruby.7
>
man7/zmq_ruby.7.html
groff
-man
-Thtml
man7/zmq_cl.7
>
man7/zmq_cl.7.html
groff
-man
-Thtml
man7/zmq_tcp.7
>
man7/zmq_tcp.7.html
groff
-man
-Thtml
man7/zmq_udp.7
>
man7/zmq_udp.7.html
groff
-man
-Thtml
man7/zmq_pgm.7
>
man7/zmq_pgm.7.html
groff
-man
-Thtml
man7/zmq_inproc.7
>
man7/zmq_inproc.7.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment