all repos — st @ 8f3e6a577d0d9733d356c0b691fea7b523d8ade7

st (suckless terminal) config

Fix man page and usage()

Man page was repeating -f option, the second time instead of -i,
and this option was lost in usage() message. This patch also indent
the output of usage().
Roberto E. Vargas Caballero k0ga@shike2.com
commit

8f3e6a577d0d9733d356c0b691fea7b523d8ade7

parent

f8b4998b32cbabe2090dc8027720203d6cd2d24d

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M st.1st.1

@@ -42,7 +42,7 @@ The form is [=][<cols>{xX}<rows>][{+-}<xoffset>{+-}<yoffset>]. See

.BR XParseGeometry (3) for further details. .TP -.B \-f +.B \-i will fixate the position given with the -g option. .TP .BI \-o " file"
M st.cst.c

@@ -3870,8 +3870,8 @@

void usage(void) { die("%s " VERSION " (c) 2010-2014 st engineers\n" \ - "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]" \ - " [-t title] [-w windowid] [-e command ...]\n", argv0); + "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" + " [-i] [-t title] [-w windowid] [-e command ...]\n", argv0); } int