From f7e86ca267b94553a848bfdbb07f1eacc7f19f3f Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 22 Oct 2022 09:59:02 +0100 Subject: [PATCH 1/2] README: remove mention of doc/Makefile. While cmake might create it, it's not something we ship any more. This is a combined cherry-pick of: afebe8027fc27b284cd00b244f44f2ecc392f0fe f229aab20c1f2fa7461ff9cac559bcb450228350 --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c996c3a8..979c02ba 100644 --- a/README +++ b/README @@ -24,9 +24,9 @@ pterm will still work, but not update the user login databases. Documentation (in various formats including Windows Help and Unix `man' pages) is built from the Halibut (`.but') files in the `doc' -subdirectory using `doc/Makefile'. If you aren't using one of our -source snapshots, you'll need to do this yourself. Halibut can be -found at . +subdirectory. If you aren't using one of our source snapshots, +you'll need to do this yourself. Halibut can be found at +. The PuTTY home web site is From 2fbb9284f35ea66a39c1744adc417f346417780c Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 23 Oct 2022 12:31:29 +0100 Subject: [PATCH 2/2] Fix outdated comment relating to -pw. --- cmdline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdline.c b/cmdline.c index b1bf07fe..1aced283 100644 --- a/cmdline.c +++ b/cmdline.c @@ -78,8 +78,8 @@ void cmdline_cleanup(void) /* * Similar interface to seat_get_userpass_input(), except that here a - * -1 return means that we aren't capable of processing the prompt and - * someone else should do it. + * SPR(K)_INCOMPLETE return means that we aren't capable of processing + * the prompt and someone else should do it. */ SeatPromptResult cmdline_get_passwd_input( prompts_t *p, cmdline_get_passwd_input_state *state, bool restartable)