about summary refs log tree commit diff stats
path: root/doc/aerc-tutorial.7.scd
diff options
context:
space:
mode:
authorRonan Pigott <rpigott314@gmail.com>2019-07-29 15:15:09 -0700
committerDrew DeVault <sir@cmpwn.com>2019-07-29 18:24:05 -0400
commitb73fcaae32a0de7e070638620927d148064330f5 (patch)
tree83e443ffa19b7a457e4ea302044c66f3cd24284b /doc/aerc-tutorial.7.scd
parent85bb0b1f98e1e6960bd856a5ac094ba71451ae15 (diff)
downloadaerc-b73fcaae32a0de7e070638620927d148064330f5.tar.gz
doc: Fix missing '\' in aerc-tutorial man page.
Diffstat (limited to 'doc/aerc-tutorial.7.scd')
-rw-r--r--doc/aerc-tutorial.7.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd
index f40be7f..23e7b5c 100644
--- a/doc/aerc-tutorial.7.scd
+++ b/doc/aerc-tutorial.7.scd
@@ -35,7 +35,7 @@ your message list, we use vim-style keys to get around.
 *<Enter>*
 	Opens the selected message
 
-You can also search the selected folder with */*, or filter with *\*. When
+You can also search the selected folder with */*, or filter with *\\*. When
 searching you can use n and p to jump to the next and previous result.
 Filtering hides any non-matching message.
 
'>154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255