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:
fernape 2020-12-10 17:48:34 +00:00
parent 1d5ab01271
commit b8798e2408

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