diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
commit | 6c7216df785592bb069469113f556dfd1946ed5d (patch) | |
tree | 4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/getconf | |
parent | 55bf0e44752ba3432c3e4632c45263d5795e0aa9 (diff) | |
download | src-test2-6c7216df785592bb069469113f556dfd1946ed5d.tar.gz src-test2-6c7216df785592bb069469113f556dfd1946ed5d.zip |
Notes
Diffstat (limited to 'usr.bin/getconf')
-rw-r--r-- | usr.bin/getconf/getconf.1 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1 index 62758c15235b..c3baed94b1fa 100644 --- a/usr.bin/getconf/getconf.1 +++ b/usr.bin/getconf/getconf.1 @@ -147,21 +147,6 @@ variables provide information on the necessary compiler and linker flags to use the standard programming environments described above. .Sh EXIT STATUS .Ex -std -.Sh DIAGNOSTICS -Use of a -.Ar system_var -or -.Ar path_var -which is completely unrecognized is considered an error, -causing a diagnostic message to be written to standard error. -One -which is known but merely undefined does not result in an error -indication. -The -.Nm -utility recognizes all of the variables defined for -.St -p1003.1-2001 , -including those which are not currently implemented. .Sh EXAMPLES The command: .Pp @@ -189,6 +174,21 @@ in the .Li POSIX_V6_LPBIG_OFFBIG programming environment, if the system supports that environment. +.Sh DIAGNOSTICS +Use of a +.Ar system_var +or +.Ar path_var +which is completely unrecognized is considered an error, +causing a diagnostic message to be written to standard error. +One +which is known but merely undefined does not result in an error +indication. +The +.Nm +utility recognizes all of the variables defined for +.St -p1003.1-2001 , +including those which are not currently implemented. .Sh SEE ALSO .Xr pathconf 2 , .Xr confstr 3 , |