From c5dd36f025b0e44375d772cd0926f0c4625934c4 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 24 Oct 2012 17:02:25 +0000 Subject: [PATCH] merged doc fix from RC_0_16 --- docs/make_torrent.html | 4 ++-- docs/make_torrent.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/make_torrent.html b/docs/make_torrent.html index 280fe14ce..1a3c006bf 100644 --- a/docs/make_torrent.html +++ b/docs/make_torrent.html @@ -323,7 +323,7 @@ struct create_torrent optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1 @@ -359,7 +359,7 @@ enum { optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1 diff --git a/docs/make_torrent.rst b/docs/make_torrent.rst index 45fc1070e..f98039dd5 100644 --- a/docs/make_torrent.rst +++ b/docs/make_torrent.rst @@ -289,7 +289,7 @@ The ``create_torrent`` class has the following synopsis:: optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1 @@ -326,7 +326,7 @@ create_torrent() optimize = 1 , merkle = 2 , modification_time = 4 - , symlink = 8 + , symlinks = 8 , calculate_file_hashes = 16 }; create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1