diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 2 | ||||
-rw-r--r-- | manual/nss.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile index c0a5782ea7..f8bd1cd87c 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -155,7 +155,7 @@ subdir_%: ; # ../Rules defines them for code subdirectories; for us, they are no-ops. # None of these should be `subdir_TARGET'; those targets are transformed # by the implicit rule above into `TARGET' deps. -glibc-targets := lib objects objs others tests lint.out \ +glibc-targets := lib extra_solibs objects objs others tests lint.out \ echo-headers echo-distinfo stubs .PHONY: $(glibc-targets) $(glibc-targets): diff --git a/manual/nss.texi b/manual/nss.texi index 45cbf46110..b2dc886a50 100644 --- a/manual/nss.texi +++ b/manual/nss.texi @@ -159,7 +159,7 @@ on the lookup process. Action items are placed between two service names and are written within brackets. The general form is @display -@t{[} ( @t{!}? @var{status} @t{=} @var{action} )+ @t{]} +@code{[} ( @code{!}? @var{status} @code{=} @var{action} )+ @code{]} @end display @noindent |