vere: remove 'new' from header comments

'New' is relative; some of these subsystems were 'new' in 2015.
This commit is contained in:
Jōshin 2022-01-31 13:21:50 -06:00
parent b8277be5b2
commit ca1ed3d7a1
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -328,7 +328,7 @@
void (*bot_f)(); // call when chis is up
} u3_host; // host == computer == process
/** New pier system.
/** Pier system.
**/
/* u3_ovum_news: u3_ovum lifecycle events
*/
@ -755,7 +755,7 @@
c3_d
u3_time_gap_ms(u3_noun now, u3_noun wen);
/** ward: common structure lifecycle
/** Common structure lifecycle.
**/
/* u3_dent_init(): initialize file record.
*/
@ -840,7 +840,7 @@
c3_w
u3_mcut_host(c3_c* buf_c, c3_w len_w, u3_noun hot);
/** New vere
/** IO drivers.
**/
/* u3_auto_init(): initialize all drivers.
*/
@ -1034,14 +1034,14 @@
void
u3_lord_peek(u3_lord* god_u, u3_pico* pic_u);
/** Filesystem (async)
/** Filesystem (async).
**/
/* u3_foil_folder(): load directory, blockingly. create if nonexistent.
*/
u3_dire*
u3_foil_folder(const c3_c* pax_c); // directory object, or 0
/** Terminal, new style.
/** Terminal.
**/
/* u3_term_start_spinner(): prepare spinner state. RETAIN.
*/
@ -1139,7 +1139,7 @@
u3_save_io_exit(u3_pier *pir_u);
/** Storage, new school.
/** Storage.
**/
/* u3_unix_save(): save file undir .../.urb/[bas_m] or bail.
*/
@ -1182,14 +1182,14 @@
u3_auto*
u3_cttp_io_init(u3_pier* pir_u);
/** fore, first events
/** fore, first events.
**/
/* u3_hind_io_init(): initialize fore
*/
u3_auto*
u3_fore_io_init(u3_pier* pir_u);
/** hind, defaults
/** hind, defaults.
**/
/* u3_hind_io_init(): initialize hint
*/
@ -1292,7 +1292,7 @@
void
u3_pier_info(u3_pier* pir_u);
/* u3_pier_boot(): start the new pier system.
/* u3_pier_boot(): start the pier.
*/
u3_pier*
u3_pier_boot(c3_w wag_w, // config flags
@ -1302,7 +1302,7 @@
u3_noun pax, // path to pier
u3_weak fed); // extra private keys
/* u3_pier_stay(): restart the new pier system.
/* u3_pier_stay(): restart the pier.
*/
u3_pier*
u3_pier_stay(c3_w wag_w, u3_noun pax);