diff options
author | June McEnroe <june@causal.agency> | 2019-09-07 17:30:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-09-07 17:30:31 -0400 |
commit | 4564343ba800598bc1e0d895d42eeeebd7e5db38 (patch) | |
tree | 2026d646822e1d53b99df6abad20939479addcfa /bin/man1 | |
parent | Ignore SIGPIPE in relay (diff) | |
download | src-4564343ba800598bc1e0d895d42eeeebd7e5db38.tar.gz src-4564343ba800598bc1e0d895d42eeeebd7e5db38.zip |
Add -x flag to title
Diffstat (limited to '')
-rw-r--r-- | bin/man1/title.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/man1/title.1 b/bin/man1/title.1 index 927163fa..9eb27cb1 100644 --- a/bin/man1/title.1 +++ b/bin/man1/title.1 @@ -1,4 +1,4 @@ -.Dd September 5, 2019 +.Dd September 7, 2019 .Dt TITLE 1 .Os . @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl x Ar pattern .Op Ar url . .Sh DESCRIPTION @@ -23,6 +24,17 @@ argument is given, .Nm exits after fetching its title. . +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl x Ar pattern +Exclude URLs matching +.Ar pattern , +which is a modern regular expression. +See +.Xr re_format 7 . +.El +. .Sh EXAMPLES .Bd -literal -offset indent mkfifo snarf titles |