Question about something in the handbook (syntax related)

In the section on installing flash in the handbook the code to use is listed as

Code:
# ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so \
  /usr/local/lib/browser_plugins/

I'm just curious what the "\" at the end of the first line is for. I omitted it when I ran the command and everything works fine, so I'm just assuming that it's just showing that the command is too long to fit on one line in the CLI and isn't actually supposed to be in the command you type. Is this the case?
 
Back
Top