summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-09-18 04:45:43 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-09-18 04:45:43 +0000
commit9cf5a227dfe9335a85e66c10ee358b4e8e072dca (patch)
tree92643255a37e35e10d2845d477244e68a6393b22
parent50344c0db8776f14842781a09fff8597e372b137 (diff)
downloadpw-darwin-9cf5a227dfe9335a85e66c10ee358b4e8e072dca.tar.gz
pw-darwin-9cf5a227dfe9335a85e66c10ee358b4e8e072dca.tar.zst
pw-darwin-9cf5a227dfe9335a85e66c10ee358b4e8e072dca.zip
Fix inappropriate use of .Ql macro.
PR: docs/7905 Submitted by: kuma@jp.freebsd.org
-rw-r--r--pw/pw.84
1 files changed, 2 insertions, 2 deletions
diff --git a/pw/pw.8 b/pw/pw.8
index bd31b40..3a1a7a8 100644
--- a/pw/pw.8
+++ b/pw/pw.8
@@ -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).