groups(1): Add EXAMPLE

Add a super simple example

Approved by:	manpages (gbe@)
Differential Revision:		https://reviews.freebsd.org/D27538
This commit is contained in:
Fernando Apesteguía 2020-12-10 17:48:34 +00:00
parent 0ecce93dca
commit fc89b27576
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368518

View File

@ -55,5 +55,11 @@ utility displays the groups to which you (or the optionally specified
belong.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
Show groups the root user belongs to:
.Bd -literal -offset indent
$ groups root
wheel operator
.Ed
.Sh SEE ALSO
.Xr id 1