diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 19:33:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 19:38:01 +0100 |
commit | 4243634f87bdb148a25721d8488556179f61cc1c (patch) | |
tree | 99adf306061fea3448dc4656b968a7cfbedd24eb /man/1/envify | |
parent | 620799ce4c487301d24762eb0dfa1b9efa249be4 (diff) |
Use mdoc for the manuals (thx Zaba)
Diffstat (limited to 'man/1/envify')
-rw-r--r-- | man/1/envify | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/man/1/envify b/man/1/envify index b8f2dad..a8f5c00 100644 --- a/man/1/envify +++ b/man/1/envify @@ -1,14 +1,25 @@ -.TH ENVIFY 1 "2009-10-29" "Daniel Friesel" "User Commands" -.SH "NAME" -\fBenvify\fR \- execute a command in the environment saved with envstore -.SH "SYNOPSIS" -\fBenvify\fR \fIcommand\fR [ \fIargs\fR... ] -.SH "DESCRIPTION" -\fBenvify\fR loads the environment saved by \fBenvstore\fR and then executes -\fIcommand\fR. +.Dd December 1, 2009 +.Dt ENVIFY 1 +.Os +.Sh NAME +.Nm envify +.Nd execute a command in the environment saved with envstore +.Sh SYNOPSIS +.Nm +.Ar command +.Op Ar args ... +.Sh DESCRIPTION +.Nm +loads the environment saved by +.Nm envstore +and then executes +.Ar command . +.Pp Any arguments specified afterwards will be passed to the command (as one would expect). -.SH "LIMITATIONS" -The \fIenvstore\fR\|(1) limitations for null bytes apply here as well. -.SH "SEE ALSO" -\fIenvstore\fR\|(1) +.Sh LIMITATIONS +The +.Xr envstore 1 +limitations for null bytes apply here as well. +.Sh SEE ALSO +.Xr envstore 1 |