diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-05-11 17:35:17 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-05-11 17:35:17 +0200 |
commit | 80af8bcc2c25448304d42a7235eb1710cdd579a3 (patch) | |
tree | 1e11a87e969136ae8fce085f01e18f4b25189c98 | |
parent | d6f593cf52d7aec4cf6e44726f8703c11c780120 (diff) |
fb.1: move netrc information into the description
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | fb.1 | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -42,6 +42,14 @@ Before terminating, will try to copy all links into the X clipboard if .Xr xclip 1 is installed. +.Pp +If you want to use paste.xinu.at, you need to create an account there and add the following to your +.Pa ~/.netrc : +.Pp +.Bd -literal -offset indent +machine paste.xinu.at + login <your_username> password <your_secret_password> +.Ed .Sh OPTIONS .Bl -tag -width Ds .It Fl c @@ -76,14 +84,6 @@ command line. .It Fl v Display the client version. .El -.Pp -If you want to use paste.xinu.at, you need to create an account there and add the following to your -.Pa ~/.netrc : -.Pp -.Bd -literal -offset indent -machine paste.xinu.at - login <your_username> password <your_secret_password> -.Ed .Sh ENVIRONMENT Some options can be changed by modifying environment variables: .Bl -tag -width XZ_OPTS |