diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index 94a16b4d9c..485e33c19b 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -177,7 +177,7 @@ SRC_DEV_PAGES = \ if WITH_MANS # NOTE: nutclient_*.3 has no source counterpart (libnutclient_*.txt) -LIBNUTCLIENT_MISC_DEPS= +LIBNUTCLIENT_MISC_DEPS= \ nutclient_authenticate.3 \ nutclient_logout.3 \ nutclient_device_login.3 \ @@ -210,7 +210,7 @@ MAN3_DEV_PAGES = \ libnutclient_misc.3 \ libnutclient_tcp.3 \ libnutclient_variables.3 \ - $(LIBNUTCLIENT_MISC_DEPS) + $(LIBNUTCLIENT_MISC_DEPS) \ nutclient_destroy.3 \ nutclient_execute_device_command.3 \ nutclient_get_device_command_description.3 \ diff --git a/scripts/subdriver/gen-snmp-subdriver.sh b/scripts/subdriver/gen-snmp-subdriver.sh index 8ce9631f34..7d8b70041a 100755 --- a/scripts/subdriver/gen-snmp-subdriver.sh +++ b/scripts/subdriver/gen-snmp-subdriver.sh @@ -330,8 +330,7 @@ if [ -z "$NUMWALKFILE" ]; then fi # hostname is also mandatory while [ -z "$HOSTNAME" ]; do - echo " - Please enter the SNMP host IP address or name." + printf "\n\tPlease enter the SNMP host IP address or name.\n" read -p "SNMP host IP name or address: " HOSTNAME < /dev/tty if echo $HOSTNAME | egrep -q '[^a-zA-Z0-9]'; then echo "Please use only letters and digits"