~serge-hallyn/ubuntu/raring/shadow/shadow-userns

« back to all changes in this revision

Viewing changes to man/pwck.8.xml

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-29 15:27:11 UTC
  • mfrom: (1.1.10) (49.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121129152711-yt26ue2rvo3lqy72
Tags: 1:4.1.5.1-1ubuntu2
Revert build-dependency from gettext:any to gettext, now that gettext is
Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!--
3
3
   Copyright (c) 1992       , Julianne Frances Haugh
4
 
   Copyright (c) 2007 - 2009, Nicolas François
 
4
   Copyright (c) 2007 - 2011, Nicolas François
5
5
   All rights reserved.
6
6
  
7
7
   Redistribution and use in source and binary forms, with or without
36
36
<!ENTITY TCB_AUTH_GROUP        SYSTEM "login.defs.d/TCB_AUTH_GROUP.xml">
37
37
<!ENTITY TCB_SYMLINKS          SYSTEM "login.defs.d/TCB_SYMLINKS.xml">
38
38
<!ENTITY USE_TCB               SYSTEM "login.defs.d/USE_TCB.xml">
 
39
<!-- SHADOW-CONFIG-HERE -->
39
40
]>
40
41
<refentry id='pwck.8'>
41
 
  <!-- $Id: pwck.8.xml 3145 2010-03-18 10:23:51Z nekral-guest $ -->
 
42
  <!-- $Id: pwck.8.xml 3742 2012-05-25 11:45:21Z nekral-guest $ -->
 
43
  <refentryinfo>
 
44
    <author>
 
45
      <firstname>Julianne Frances</firstname>
 
46
      <surname>Haugh</surname>
 
47
      <contrib>Creation, 1992</contrib>
 
48
    </author>
 
49
    <author>
 
50
      <firstname>Thomas</firstname>
 
51
      <surname>Kłoczko</surname>
 
52
      <email>kloczek@pld.org.pl</email>
 
53
      <contrib>shadow-utils maintainer, 2000 - 2007</contrib>
 
54
    </author>
 
55
    <author>
 
56
      <firstname>Nicolas</firstname>
 
57
      <surname>François</surname>
 
58
      <email>nicolas.francois@centraliens.net</email>
 
59
      <contrib>shadow-utils maintainer, 2007 - now</contrib>
 
60
    </author>
 
61
  </refentryinfo>
42
62
  <refmeta>
43
63
    <refentrytitle>pwck</refentrytitle>
44
64
    <manvolnum>8</manvolnum>
45
65
    <refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
 
66
    <refmiscinfo class="source">shadow-utils</refmiscinfo>
 
67
    <refmiscinfo class="version">&SHADOW_UTILS_VERSION;</refmiscinfo>
46
68
  </refmeta>
47
69
  <refnamediv id='name'>
48
70
    <refname>pwck</refname>
52
74
  <refsynopsisdiv id='synopsis'>
53
75
    <cmdsynopsis>
54
76
      <command>pwck</command>
55
 
      <arg choice='opt'>-q </arg>
56
 
      <arg choice='opt'>-s </arg>
 
77
      <arg choice='opt'>options</arg>
57
78
      <arg choice='opt'>
58
79
        <arg choice='plain'>
59
80
          <replaceable>passwd</replaceable>
65
86
        </arg>
66
87
      </arg>
67
88
    </cmdsynopsis>
68
 
    <cmdsynopsis>
69
 
      <command>pwck</command>
70
 
      <arg choice='opt'>-q </arg>
71
 
      <arg choice='opt'>-r </arg>
72
 
      <arg choice='opt'>
73
 
        <arg choice='plain'>
74
 
          <replaceable>passwd</replaceable>
75
 
        </arg>
76
 
        <arg choice='opt'>
77
 
        <arg choice='plain'>
78
 
          <replaceable>shadow</replaceable>
79
 
        </arg>
80
 
        </arg>
81
 
      </arg>
82
 
    </cmdsynopsis>
83
89
  </refsynopsisdiv>
84
90
 
85
91
  <refsect1 id='description'>
169
175
  <refsect1 id='options'>
170
176
    <title>OPTIONS</title>
171
177
    <para>
 
178
      The <option>-r</option> and <option>-s</option> options cannot be
 
179
      combined.
 
180
    </para>
 
181
    <para>
172
182
      The options which apply to the <command>pwck</command> command are:
173
183
    </para>
174
184
    <variablelist remap='IP'>
175
185
      <varlistentry>
176
 
        <term>
177
 
          <option>-q</option>
178
 
        </term>
 
186
        <term><option>-h</option>, <option>--help</option></term>
 
187
        <listitem>
 
188
          <para>Display help message and exit.</para>
 
189
        </listitem>
 
190
      </varlistentry>
 
191
      <varlistentry>
 
192
        <term><option>-q</option>, <option>--quiet</option></term>
179
193
        <listitem>
180
194
          <para>
181
195
            Report errors only. The warnings which do not require any
184
198
        </listitem>
185
199
      </varlistentry>
186
200
      <varlistentry>
187
 
        <term>
188
 
          <option>-r</option>
189
 
        </term>
 
201
        <term><option>-r</option>, <option>--read-only</option></term>
190
202
        <listitem>
191
203
          <para>
192
204
            Execute the <command>pwck</command> command in read-only mode.
195
207
      </varlistentry>
196
208
      <varlistentry>
197
209
        <term>
198
 
          <option>-s</option>
 
210
          <option>-R</option>, <option>--root</option>
 
211
          <replaceable>CHROOT_DIR</replaceable>
199
212
        </term>
200
213
        <listitem>
201
214
          <para>
 
215
            Apply changes in the <replaceable>CHROOT_DIR</replaceable>
 
216
            directory and use the configuration files from the
 
217
            <replaceable>CHROOT_DIR</replaceable> directory.
 
218
          </para>
 
219
        </listitem>
 
220
      </varlistentry>
 
221
      <varlistentry>
 
222
        <term><option>-s</option>, <option>--sort</option></term>
 
223
        <listitem>
 
224
          <para>
202
225
            Sort entries in <filename>/etc/passwd</filename> and
203
226
            <filename>/etc/shadow</filename> by UID.
204
227
          </para>