Date: Thu, 4 Jun 2020 06:52:36 -0700 From: Conrad Meyer <cem@freebsd.org> To: Eugene Grosbein <eugen@grosbein.net> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r361783 - head/usr.bin/killall Message-ID: <CAG6CVpVd3jiDht97HKZ7cQ%2BJvQoRAwfDjdSwKUBzHXb1KqJyHQ@mail.gmail.com> In-Reply-To: <9f04697e-91d9-1221-2c8f-136fdf564f5d@grosbein.net> References: <202006040429.0544ThUC064784@repo.freebsd.org> <9f04697e-91d9-1221-2c8f-136fdf564f5d@grosbein.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 4, 2020 at 3:43 AM Eugene Grosbein <eugen@grosbein.net> wrote:
>
> 04.06.2020 11:29, Benjamin Kaduk wrote:
> > --- head/usr.bin/killall/killall.1 Thu Jun 4 02:36:41 2020 (=
r361782)
> > +++ head/usr.bin/killall/killall.1 Thu Jun 4 04:29:43 2020 (=
r361783)
> > @@ -145,6 +145,50 @@ utility exits 0 if some processes have been found =
and
> > signalled successfully.
> > Otherwise, a status of 1 will be
> > returned.
> > +.Sh EXAMPLES
> > +Send
> > +.Dv SIGTERM
> > +to all firefox processes:
> > +.Bd -literal -offset indent
> > +killall firefox
> > +.Ed
> > +.Pp
> > +Send
> > +.Dv SIGTERM
> > +to firefox processes belonging to
> > +.Va USER :
> > +.Bd -literal -offset indent
> > +killall -u ${USER} firefox
> > +.Ed
> > +.Pp
> > +Stop all firefox processes:
> > +.Bd -literal -offset indent
> > +killall -SIGSTOP firefox
> > +.Ed
> > +.Pp
> > +Resume firefox processes:
> > +.Bd -literal -offset indent
> > +killall -SIGCONT firefox
> > +.Ed
> > +.Pp
> > +Show what would be done to firefox processes, but do not actually sign=
al them:
> > +.Bd -literal -offset indent
> > +killall -s firefox
> > +.Ed
>
> "Firefox" is a trade mark (type of intellectual property) of Mozilla Foun=
dation.
> Is it OK for us to use this name such way?
Yes. You can of course refer to trademarks in writing, or else no one
could write news or blog about Firefox=E2=84=A2, Chrome=E2=84=A2, Windows=
=E2=84=A2, Linux=E2=84=A2, or
even FreeBSD=E2=84=A2. There is no likelihood of confusion with the firefo=
x
product or dilution of the trademark, and the use is non-commerical.
Conrad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAG6CVpVd3jiDht97HKZ7cQ%2BJvQoRAwfDjdSwKUBzHXb1KqJyHQ>
