diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
| commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
| tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/lib/libnisdb | |
| parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
| download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz | |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/lib/libnisdb')
| -rw-r--r-- | usr/src/lib/libnisdb/db_dictionary.cc | 2 | ||||
| -rw-r--r-- | usr/src/lib/libnisdb/ldap_parse.h | 4 | ||||
| -rw-r--r-- | usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/lib/libnisdb/db_dictionary.cc b/usr/src/lib/libnisdb/db_dictionary.cc index 2eef6d3b6e..85ff29ccf4 100644 --- a/usr/src/lib/libnisdb/db_dictionary.cc +++ b/usr/src/lib/libnisdb/db_dictionary.cc @@ -699,7 +699,7 @@ db_dictionary::change_table_name(db_table_desc *clone, char *tok, char *repl) while (clone) { /* * Special case for a tok="". This is used for the - * nisrestore(1M), when restoring a replica in another + * nisrestore(8), when restoring a replica in another * domain. This routine is used to change the datafile * names in the data.dict (see bugid #4031273). This will not * effect massage_dict(), since it never generates an empty diff --git a/usr/src/lib/libnisdb/ldap_parse.h b/usr/src/lib/libnisdb/ldap_parse.h index 10bf13afc1..f0f987bb90 100644 --- a/usr/src/lib/libnisdb/ldap_parse.h +++ b/usr/src/lib/libnisdb/ldap_parse.h @@ -24,8 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #ifndef _LDAP_PARSE_H #define _LDAP_PARSE_H @@ -301,7 +299,7 @@ typedef struct __nis_mapping_item_struct { * __nis_mapping_item_t's are shortened to just the item name. * * (1) String value consisting of the string "{crypt}" followed by the - * value of the 'passwd' column. The NIS+LDAPmapping(4) representation + * value of the 'passwd' column. The NIS+LDAPmapping(5) representation * is * ("{crypt}%s", passwd) * and the element.print contains diff --git a/usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c b/usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c index 206007aa4a..927ae57de4 100644 --- a/usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c +++ b/usr/src/lib/libnisdb/nis_parse_ldap_yp_util.c @@ -1196,7 +1196,7 @@ getfullmapname(char **mapname, const char *domainname) * existing fqdn table mapping structure results. That would be the * case when a full qualified domain specific attribute was present. * - * Note that per NISLDAPmapping(4) such an attribute MUST be listed + * Note that per NISLDAPmapping(5) such an attribute MUST be listed * in the mapping file BEFORE its non-fqdn counterpart. * * RETURNS: 0 normal exit, 1 if an existing structure found, -1 for all |
