diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 00:28:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 00:28:48 +0000 |
commit | 0b42a49e65d5ec7909a0a648a0abea2f46280eed (patch) | |
tree | 753f81a65d6c7efef31a241bb7bbcf42ce52f023 | |
parent | 9f3a46665c40b48206c90fabc5befaaeff6b43d0 (diff) | |
download | portage-0b42a49e65d5ec7909a0a648a0abea2f46280eed.tar.gz portage-0b42a49e65d5ec7909a0a648a0abea2f46280eed.tar.bz2 portage-0b42a49e65d5ec7909a0a648a0abea2f46280eed.zip |
manpage for emaint #112510
svn path=/main/trunk/; revision=2310
-rw-r--r-- | man/emaint.1 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man/emaint.1 b/man/emaint.1 new file mode 100644 index 000000000..bae527b17 --- /dev/null +++ b/man/emaint.1 @@ -0,0 +1,30 @@ +.TH "EMAINT" "1" "Nov 2005" "Portage 2.0.53" "Portage" +.SH NAME +emaint \- updates environment settings automatically +.SH SYNOPSIS +.BR emaint +[\fIoptions\fR] +[\fBall\fR | \fBworld\fR] +.SH DESCRIPTION +.B emaint +checks for and fixes problems in the portage \fIworld\fR file. +.SH OPTIONS +.TP +.B \-c, \-\-check +Check for any problems that may exist. +.TP +.B \-f, \-\-fix +Fix any problems that may exist. +.SH "REPORTING BUGS" +Please report bugs via http://bugs.gentoo.org/ +.SH AUTHORS +.nf +Mike Frysinger <vapier@gentoo.org> +.fi +.SH "FILES" +.TP +.B /var/lib/portage/world +Contains a list of all user\-specified packages. +.SH "SEE ALSO" +.BR emerge (1), +.BR portage (5) |