diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index e9e0b74e16..b1fc1ba42c 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "DJANGO-ADMIN" "1" "September 05, 2022" "4.1" "Django" +.TH "DJANGO-ADMIN" "1" "November 01, 2022" "4.1" "Django" .SH NAME django-admin \- Utility script for the Django web framework . @@ -1360,8 +1360,8 @@ separate ports by executing \fBdjango\-admin runserver\fP more than once. .sp Note that the default IP address, \fB127.0.0.1\fP, is not accessible from other machines on your network. To make your development server viewable to other -machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP) or -\fB0.0.0.0\fP or \fB::\fP (with IPv6 enabled). +machines on the network, use its own IP address (e.g. \fB192.168.2.1\fP), \fB0\fP +(shortcut for \fB0.0.0.0\fP), \fB0.0.0.0\fP, or \fB::\fP (with IPv6 enabled). .sp You can provide an IPv6 address surrounded by brackets (e.g. \fB[200a::1]:8000\fP). This will automatically enable IPv6 support.