mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use consistent naming for tools.
Resolves 430243
This commit is contained in:
@@ -9,12 +9,12 @@ MANFILES=\
|
||||
ipa-deluser.1 \
|
||||
ipa-findgroup.1 \
|
||||
ipa-finduser.1 \
|
||||
ipa-groupmod.1 \
|
||||
ipa-modgroup.1 \
|
||||
ipa-listdelegation.1 \
|
||||
ipa-lockuser.1 \
|
||||
ipa-moddelegation.1 \
|
||||
ipa-passwd.1 \
|
||||
ipa-usermod.1 \
|
||||
ipa-moduser.1 \
|
||||
ipa-getkeytab.1
|
||||
|
||||
all: ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" A man page for ipa-groupmod
|
||||
.\" A man page for ipa-modgroup
|
||||
.\" Copyright (C) 2007 Red Hat, Inc.
|
||||
.\"
|
||||
.\" This is free software; you can redistribute it and/or modify it under
|
||||
@@ -17,11 +17,11 @@
|
||||
.\"
|
||||
.\" Author: Rob Crittenden <rcritten@redhat.com>
|
||||
.\"
|
||||
.TH "ipa-groupmod" "1" "Oct 10 2007" "freeipa" ""
|
||||
.TH "ipa-modgroup" "1" "Oct 10 2007" "freeipa" ""
|
||||
.SH "NAME"
|
||||
ipa\-groupmod \- Modify a group
|
||||
ipa\-modgroup \- Modify a group
|
||||
.SH "SYNOPSIS"
|
||||
ipa\-groupmod [\fIOPTION\fR]... \fIgroup\fR
|
||||
ipa\-modgroup [\fIOPTION\fR]... \fIgroup\fR
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
Updates the members or description of \fIgroup\fR.
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" A man page for ipa-usermod
|
||||
.\" A man page for ipa-moduser
|
||||
.\" Copyright (C) 2007 Red Hat, Inc.
|
||||
.\"
|
||||
.\" This is free software; you can redistribute it and/or modify it under
|
||||
@@ -17,11 +17,11 @@
|
||||
.\"
|
||||
.\" Author: Rob Crittenden <rcritten@redhat.com>
|
||||
.\"
|
||||
.TH "ipa-usermod" "1" "Oct 10 2007" "freeipa" ""
|
||||
.TH "ipa-moduser" "1" "Oct 10 2007" "freeipa" ""
|
||||
.SH "NAME"
|
||||
ipa\-usermod \- Modify a user
|
||||
ipa\-moduser \- Modify a user
|
||||
.SH "SYNOPSIS"
|
||||
ipa\-usermod [\fIOPTION\fR]... \fIname\fR
|
||||
ipa\-moduser [\fIOPTION\fR]... \fIname\fR
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
Updates the user \fIname\fR.
|
||||
Reference in New Issue
Block a user