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/cmd/svc/configd/backend.c | |
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/cmd/svc/configd/backend.c')
-rw-r--r-- | usr/src/cmd/svc/configd/backend.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/configd/backend.c b/usr/src/cmd/svc/configd/backend.c index 4c3a7d0816..40726dd1d0 100644 --- a/usr/src/cmd/svc/configd/backend.c +++ b/usr/src/cmd/svc/configd/backend.c @@ -28,7 +28,7 @@ /* * sqlite is not compatible with _FILE_OFFSET_BITS=64, but we need to * be able to statvfs(2) possibly large systems. This define gives us - * access to the transitional interfaces. See lfcompile64(5) for how + * access to the transitional interfaces. See lfcompile64(7) for how * _LARGEFILE64_SOURCE works. */ #define _LARGEFILE64_SOURCE @@ -1979,7 +1979,7 @@ integrity_fail: } else { (void) fprintf(stderr, "\n" -"svc.configd: smf(5) database integrity check of:\n" +"svc.configd: smf(7) database integrity check of:\n" "\n" " %s\n" "\n" @@ -1988,7 +1988,7 @@ integrity_fail: " your service provider%s%s\n" "\n" " The system will not be able to boot until you have restored a working\n" -" database. svc.startd(1M) will provide a sulogin(1M) prompt for recovery\n" +" database. svc.startd(8) will provide a sulogin(8) prompt for recovery\n" " purposes. The command:\n" "\n" " /lib/svc/bin/restore_repository\n" |