diff options
author | ru <ru@FreeBSD.org> | 2002-11-26 11:17:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-26 11:17:22 +0000 |
commit | b37b4dba3bc9cf107e3363e08db56446ceb34826 (patch) | |
tree | 31562b195dd0fc6e1bc28d34af024d29bc74602d /usr.bin/getconf | |
parent | 1ceb52b1a6a0a122265d2e795957e8adf3296f0f (diff) | |
download | FreeBSD-src-b37b4dba3bc9cf107e3363e08db56446ceb34826.zip FreeBSD-src-b37b4dba3bc9cf107e3363e08db56446ceb34826.tar.gz |
mdoc(7) police: markup nits, "The .Nm utility".
Approved by: re
Diffstat (limited to 'usr.bin/getconf')
-rw-r--r-- | usr.bin/getconf/getconf.1 | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1 index f98d6e8..2771cc7 100644 --- a/usr.bin/getconf/getconf.1 +++ b/usr.bin/getconf/getconf.1 @@ -39,7 +39,6 @@ .Op Fl v Ar environment .Ar path_var .Ar file -.Pp .Nm .Op Fl v Ar environment .Ar system_var @@ -132,14 +131,13 @@ None. .El .Pp The command: -.Bd -literal -offset indent -getconf POSIX_V6_WIDTH_RESTRICTED_ENVS -.Ed +.Pp +.Dl "getconf POSIX_V6_WIDTH_RESTRICTED_ENVS" .Pp returns a newline-separated list of environments in which the width of certain fundamental types is no greater than the width of the native C type -.Ql long . +.Vt long . At present, all programming environments supported by .Fx have this property. @@ -160,35 +158,32 @@ which is known but merely undefined does not result in an error indication. The .Nm -command recognizes all of the variables defined for +utility recognizes all of the variables defined for .St -p1003.1-2001 , including those which are not currently implemented. .Sh EXAMPLES The command: -.Bd -literal -offset indent -getconf PATH -.Ed +.Pp +.Dl "getconf PATH" .Pp will display the system default setting for the .Ev PATH environment variable. .Pp The command: -.Bd -literal -offset indent -getconf NAME_MAX /tmp -.Ed +.Pp +.Dl "getconf NAME_MAX /tmp" .Pp will display the maximum length of a filename in the .Pa /tmp directory. .Pp The command: -.Bd -literal -offset indent -getconf -v POSIX_V6_LPBIG_OFFBIG LONG_MAX -.Ed +.Pp +.Dl "getconf -v POSIX_V6_LPBIG_OFFBIG LONG_MAX" .Pp will display the maximum value of the C type -.Ql long +.Vt long in the .Li POSIX_V6_LPBIG_OFFBIG programming environment, @@ -205,7 +200,7 @@ utility is expected to be compliant with .Sh HISTORY The .Nm -command first appeared in +utility first appeared in .Fx 5.0 . .Sh AUTHORS .An Garrett A. Wollman Aq wollman@lcs.mit.edu |