diff options
| author | Michael Biebl <biebl@debian.org> | 2023-03-09 20:01:53 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-03-09 20:01:53 +0100 |
| commit | cffb548b401e2cd3fad166aa92e0f634bbb1d4d6 (patch) | |
| tree | 6d803d8f7d0d92a1c5e5705974fff8975472af95 /man/nmcli.1 | |
| parent | 647d6b95d5475e0a1bf3d6f299d1cb8c9041a7a4 (diff) | |
| parent | 12e1ee797bbf0b10d1fd5afd4b947484769f2b9f (diff) | |
Merge tag 'debian/1.42.4-1' into debian/bullseye-backports
network-manager Debian release 1.42.4-1
Diffstat (limited to 'man/nmcli.1')
| -rw-r--r-- | man/nmcli.1 | 47 |
1 files changed, 44 insertions, 3 deletions
diff --git a/man/nmcli.1 b/man/nmcli.1 index c9f40627..374593ce 100644 --- a/man/nmcli.1 +++ b/man/nmcli.1 @@ -2,12 +2,12 @@ .\" Title: nmcli .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 01/26/2023 +.\" Date: 03/09/2023 .\" Manual: General Commands Manual -.\" Source: NetworkManager 1.40.12 +.\" Source: NetworkManager 1.42.4 .\" Language: English .\" -.TH "NMCLI" "1" "" "NetworkManager 1\&.40\&.12" "General Commands Manual" +.TH "NMCLI" "1" "" "NetworkManager 1\&.42\&.4" "General Commands Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1822,6 +1822,47 @@ Determines the locale to be used for internationalized messages\&. .RS 4 Provides a default value for the internationalization variables that are unset or null\&. .RE +.PP +\fBNO_COLOR\fR +.RS 4 +Default to not producing colored and paged output\&. The +\fB\-\-colors\fR +option, if used, takes precedence\&. +.RE +.PP +\fBPAGER\fR +.RS 4 +Filter to pipe the output through if it doesn\*(Aqt fit on a screen\&. Can be a file name of an executable or a shell command\&. Empty string to disable the functionality\&. +.sp +Note that the pager command is expected to handle wide characters and ANSI escape sequences for changing colors (unless they\*(Aqre disabled)\&. +\fBnmcli\fR +sets up the environment variables +\fBLESS\fR +and +\fBLESSCHARSET\fR +appropriately for the +\fBless\fR(1) +pager, other pagers may or may not need extra configuration\&. +.sp +If unspecified, +\fBpager\fR(1), +\fBless\fR(1) +and +\fBmore\fR(1) +will be tried (in that order)\&. +.RE +.PP +\fBTERM\fR +.RS 4 +Terminal type\&. If +dumb, +\fBnmcli\fR +will not use a pager or produce ANSI escape sequences for coloring\&. +.sp +Terminal types other than +dumb +are assumed to support ASCII escape sequences for setting the output color\&. +.RE .SH "INTERNATIONALIZATION NOTES" .PP Be aware that |