summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-05-11 17:35:17 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-05-11 17:35:17 +0200
commit80af8bcc2c25448304d42a7235eb1710cdd579a3 (patch)
tree1e11a87e969136ae8fce085f01e18f4b25189c98
parentd6f593cf52d7aec4cf6e44726f8703c11c780120 (diff)
fb.1: move netrc information into the description
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--fb.116
1 files changed, 8 insertions, 8 deletions
diff --git a/fb.1 b/fb.1
index 01fb250..39c56d1 100644
--- a/fb.1
+++ b/fb.1
@@ -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