Fix inappropriate use of .Ql macro.

PR:		docs/7905
Submitted by:	kuma@jp.freebsd.org
This commit is contained in:
Joseph Koshy 1998-09-18 04:45:43 +00:00
parent 721df085fe
commit 7ecd7a42c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39454

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: pw.8,v 1.13 1998/03/23 08:28:12 charnier Exp $
.\" $Id: pw.8,v 1.14 1998/08/31 04:49:04 jkoshy Exp $
.\"
.Dd December 9, 1996
.Dt PW 8
@ -676,7 +676,7 @@ to supply one of these, as the group name implies the uid and vice
versa.
You will only need to use both when setting a specific group id
against a new group or when changing the uid of an existing group.
.Ql Fl M Ar memberlist
.It Fl M Ar memberlist
This option provides an alternative way to add existing users to a
new group (in groupadd) or replace an existing membership list (in
groupmod).