2021-08-23 Fred Gleason <fredg@paravelsystems.com>

* Documented the 'realm_name' member of the 'rd_system_settings'
	struct in the rd_listsystemsettings(7) man page.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-08-23 10:15:05 -04:00
parent abe00acce8
commit a36913e2be
2 changed files with 4 additions and 0 deletions

View File

@ -22335,3 +22335,6 @@
in the RivWebCApi library. in the RivWebCApi library.
* Added a 'Realm Name' control to the 'System-Wide Settings' * Added a 'Realm Name' control to the 'System-Wide Settings'
dialog in rdadmin(1). dialog in rdadmin(1).
2021-08-23 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'realm_name' member of the 'rd_system_settings'
struct in the rd_listsystemsettings(7) man page.

View File

@ -181,6 +181,7 @@
</para> </para>
<programlisting> <programlisting>
struct rd_system_settings { struct rd_system_settings {
char realm_name[257];
unsigned sample_rate; unsigned sample_rate;
int dup_cart_titles; int dup_cart_titles;
unsigned max_post_length; unsigned max_post_length;