diff options
Diffstat (limited to 'upstream/debian-unstable/man1/systemd-path.1')
-rw-r--r-- | upstream/debian-unstable/man1/systemd-path.1 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man1/systemd-path.1 b/upstream/debian-unstable/man1/systemd-path.1 new file mode 100644 index 00000000..ca933fef --- /dev/null +++ b/upstream/debian-unstable/man1/systemd-path.1 @@ -0,0 +1,70 @@ +'\" t +.TH "SYSTEMD\-PATH" "1" "" "systemd 255" "systemd-path" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +systemd-path \- List and query system and user paths +.SH "SYNOPSIS" +.HP \w'\fBsystemd\-path\fR\ 'u +\fBsystemd\-path\fR [OPTIONS...] [NAME...] +.SH "DESCRIPTION" +.PP +\fBsystemd\-path\fR +may be used to query system and user paths\&. The tool makes many of the paths described in +\fBfile-hierarchy\fR(7) +available for querying\&. +.PP +When invoked without arguments, a list of known paths and their current values is shown\&. When at least one argument is passed, the path with this name is queried and its value shown\&. The variables whose name begins with +"search\-" +do not refer to individual paths, but instead to a list of colon\-separated search paths, in their order of precedence\&. +.SH "OPTIONS" +.PP +The following options are understood: +.PP +\fB\-\-suffix=\fR +.RS 4 +Printed paths are suffixed by the specified string\&. +.sp +Added in version 215\&. +.RE +.PP +\fB\-\-no\-pager\fR +.RS 4 +Do not pipe output into a pager\&. +.sp +Added in version 255\&. +.RE +.PP +\fB\-h\fR, \fB\-\-help\fR +.RS 4 +Print a short help text and exit\&. +.RE +.PP +\fB\-\-version\fR +.RS 4 +Print a short version string and exit\&. +.RE +.SH "EXIT STATUS" +.PP +On success, 0 is returned, a non\-zero failure code otherwise\&. +.SH "SEE ALSO" +.PP +\fBsystemd\fR(1), +\fBfile-hierarchy\fR(7) |