summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-06-26 03:30:57 +0200
committerGuillem Jover <guillem@debian.org>2009-06-26 03:30:57 +0200
commite29457dd5f8bfc8f6fc913b1899919f98be93bd7 (patch)
tree94c7a03330ab13450916f1935df3abe85ede61d5 /man
parentee21a3b9443f7a7a643fa1d41bf1ba2b93e32ccb (diff)
downloaddpkg-e29457dd5f8bfc8f6fc913b1899919f98be93bd7.tar.gz
man: Mark argument names in dpkg-statoverride.1 in italic
Diffstat (limited to 'man')
-rw-r--r--man/dpkg-statoverride.810
1 files changed, 5 insertions, 5 deletions
diff --git a/man/dpkg-statoverride.8 b/man/dpkg-statoverride.8
index c0a1e8ed5..584f239c8 100644
--- a/man/dpkg-statoverride.8
+++ b/man/dpkg-statoverride.8
@@ -1,4 +1,4 @@
-.TH dpkg\-statoverride 8 "2008-08-18" "Debian project" "dpkg utilities"
+.TH dpkg\-statoverride 8 "2009-06-26" "Debian project" "dpkg utilities"
.SH NAME
dpkg\-statoverride \- override ownership and mode of files
.
@@ -24,18 +24,18 @@ overrides.
.SH COMMANDS
.TP
.BI \-\-add " user group mode file"
-Add an override for \fBfile\fR. \fBfile\fR does not need to exist
+Add an override for \fIfile\fP. \fIfile\fP does not need to exist
when this command is used; the override will be stored and used later.
Users and groups can be specified by their name (for example \fBroot\fR
or \fBnobody\fR), or by their number by prepending the number with a
`\fB#\fR' (for example \fB#0\fR or \fB#65534\fR). The \fImode\fR needs
to be specified in octal.
-If \-\-update is specified and \fBfile\fR exists, it is immediately
+If \-\-update is specified and \fIfile\fP exists, it is immediately
set to the new owner and mode.
.TP
.BI \-\-remove " file"
-Remove an override for \fBfile\fR, the status of \fBfile\fR is left
+Remove an override for \fIfile\fP, the status of \fIfile\fP is left
unchanged by this command.
.TP
.BR \-\-list " [\fIglob-pattern\fP]"
@@ -52,7 +52,7 @@ Show the version and exit.
.SH OPTIONS
.TP
.BI \-\-admindir " directory"
-Change the directory of the dpkg database where the statoverride file is
+Change the \fIdirectory\fP of the dpkg database where the statoverride file is
also stored. Defaults to \fI/var/lib/dpkg\fP.
.TP
.B \-\-force