summaryrefslogtreecommitdiff
path: root/usr.bin/getconf
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/getconf
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
Notes
Diffstat (limited to 'usr.bin/getconf')
-rw-r--r--usr.bin/getconf/getconf.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1
index 7ce8984f0b4f..1e3d2e5ebf45 100644
--- a/usr.bin/getconf/getconf.1
+++ b/usr.bin/getconf/getconf.1
@@ -35,17 +35,17 @@
.Nm getconf
.Nd retrieve standard configuration variables
.Sh SYNOPSIS
-.Nm getconf
+.Nm
.Op Fl v Ar environment
.Ar path_var
.Ar file
.Pp
-.Nm getconf
+.Nm
.Op Fl v Ar environment
.Ar system_var
.Sh DESCRIPTION
The
-.Nm getconf
+.Nm
utility outputs the value of
.Tn POSIX
or
@@ -95,7 +95,7 @@ The
option is not supported, but provided for compatibility purposes.
.Sh DIAGNOSTICS
The
-.Nm getconf
+.Nm
utility exits 0 on success or >0 if an error occurred.
Use of a
.Ar system_var
@@ -134,12 +134,12 @@ directory.
.Xr sysconf 3
.Sh STANDARDS
The
-.Nm getconf
+.Nm
utility is expected to be compliant with
.St -susv2 .
.Sh HISTORY
The
-.Nm getconf
+.Nm
command first appeared in
.Fx 5.0 .
.Sh BUGS