git: 9aca30d87804 - main - ifconfig.8: Document limitation of groupname

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Tue, 20 Jun 2023 14:09:09 UTC
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/src/commit/?id=9aca30d87804b9b9f646f9ef3ad5ae6af81fd40a

commit 9aca30d87804b9b9f646f9ef3ad5ae6af81fd40a
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-06-20 10:14:39 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-06-20 14:08:04 +0000

    ifconfig.8: Document limitation of groupname
    
    Approved by:            kp
    MFC after:              1 week
    Differential Revision:  https://reviews.freebsd.org/D40645
---
 sbin/ifconfig/ifconfig.8 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 13685eba4c39..6c51b8758b02 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd June 13, 2023
+.Dd June 20, 2023
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -509,6 +509,9 @@ This action does not automatically disable routes using the interface.
 .It Cm group Ar groupname
 Assign the interface to a
 .Dq group .
+The
+.Ar groupname
+may not be longer than 15 characters and must not end in a digit.
 Any interface can be in multiple groups.
 .Pp
 Cloned interfaces are members of their interface family group by default.