diff options
author | 2015-09-25 20:32:39 +0000 | |
---|---|---|
committer | 2015-09-25 20:32:39 +0000 | |
commit | ed05f6b43ab7a2ec26f5ed9f99745fad8f6f9c7f (patch) | |
tree | f052fd011e424868a6c6b92aec0c2b5774eb2ce9 | |
parent | Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it is). (diff) | |
download | wireguard-openbsd-ed05f6b43ab7a2ec26f5ed9f99745fad8f6f9c7f.tar.xz wireguard-openbsd-ed05f6b43ab7a2ec26f5ed9f99745fad8f6f9c7f.zip |
Tweak previous (suggested by and ok jmc@):
While .Cm isn't wrong markup for ftp:// and http://,
it simply looks better in this case to not mark them up at all.
-rw-r--r-- | usr.bin/ftp/ftp.1 | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index ffa62449fb8..3962551cd3c 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.99 2015/09/25 13:51:52 schwarze Exp $ +.\" $OpenBSD: ftp.1,v 1.100 2015/09/25 20:32:39 schwarze Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -50,8 +50,7 @@ .Op Fl o Ar output .Op Fl s Ar srcaddr .Sm off -.Cm ftp No :// -.Op Ar user : password No @ +.Pf ftp:// Op Ar user : password No @ .Ar host Op : Ar port .No / Ar file Op / .Sm on @@ -64,7 +63,7 @@ .Op Fl s Ar srcaddr .Op Fl U Ar useragent .Sm off -.Cm http Oo Cm s Oc :// +.Pf http Oo s Oc :// .Op Ar user : password No @ .Ar host Op : Ar port .No / Ar file @@ -74,7 +73,7 @@ .Op Fl C .Op Fl o Ar output .Op Fl s Ar srcaddr -.Cm file : Ns Ar +.Pf file: Ar .Nm ftp .Op Fl C .Op Fl o Ar output @@ -1315,8 +1314,7 @@ The following formats are valid syntax for an auto-fetch element: format. .Sm off .It Xo -.Cm ftp No :// -.Op Ar user : password No @ +.Pf ftp:// Op Ar user : password No @ .Ar host Op : Ar port .No / Ar file Op / .Xc @@ -1339,8 +1337,7 @@ with a password of .Ar password . .Sm off .It Xo -.Cm http No :// -.Op Ar user : password No @ +.Pf http:// Op Ar user : password No @ .Ar host Op : Ar port .No / Ar file .Xc @@ -1363,8 +1360,7 @@ with a password of using Basic authentication. .Sm off .It Xo -.Cm https No :// -.Op Ar user : password No @ +.Pf https:// Op Ar user : password No @ .Ar host Op : Ar port .No / Ar file .Xc @@ -1386,7 +1382,7 @@ log in as with a password of .Ar password using Basic authentication. -.It Cm file : Ns Ar file +.It Pf file: Ar file .Ar file is retrieved from a mounted file system. .El |