diff --git a/pages/common/django-admin.md b/pages/common/django-admin.md
index bab8c2e588..b7f29666b9 100644
--- a/pages/common/django-admin.md
+++ b/pages/common/django-admin.md
@@ -1,7 +1,7 @@
# django-admin
> Django’s utility for administrative tasks.
-> More information: .
+> More information: .
- Create a new Django project:
diff --git a/pages/common/flask.md b/pages/common/flask.md
index e6e60f24a1..21e1e4b07b 100644
--- a/pages/common/flask.md
+++ b/pages/common/flask.md
@@ -1,7 +1,7 @@
# flask
> A general utility script for Flask applications. Loads the application defined in the `FLASK_APP` environment variable.
-> More information: .
+> More information: .
- Run a development server:
diff --git a/pages/common/gprof.md b/pages/common/gprof.md
index 3e1ae78963..96e82cc0c0 100644
--- a/pages/common/gprof.md
+++ b/pages/common/gprof.md
@@ -2,7 +2,7 @@
> Performance analysis tool for many programming languages.
> It profiles the function executions of a program.
-> More information: .
+> More information: .
- Compile binary to default `a.out` with gprof information and run it to get `gmon.out`:
diff --git a/pages/common/gst-inspect-1.0.md b/pages/common/gst-inspect-1.0.md
index 4f74e45dd7..c1cea4c299 100644
--- a/pages/common/gst-inspect-1.0.md
+++ b/pages/common/gst-inspect-1.0.md
@@ -1,7 +1,7 @@
# gst-inspect-1.0
> Print information on GStreamer plugins.
-> More information: .
+> More information: .
- Print information on a plugin:
diff --git a/pages/common/gst-launch-1.0.md b/pages/common/gst-launch-1.0.md
index 6c7b0e5c15..471aa8a540 100644
--- a/pages/common/gst-launch-1.0.md
+++ b/pages/common/gst-launch-1.0.md
@@ -1,7 +1,7 @@
# gst-launch-1.0
> Build and run a GStreamer pipeline.
-> More information: .
+> More information: .
- Play test video in a window:
diff --git a/pages/common/influx.md b/pages/common/influx.md
index d7309038ca..732222a1c3 100644
--- a/pages/common/influx.md
+++ b/pages/common/influx.md
@@ -1,7 +1,7 @@
# influx
-> InfluxDB command-line client.
-> More information: .
+> InfluxDB v1 command-line client.
+> More information: .
- Connect to an InfluxDB running on localhost with no credentials:
diff --git a/pages/common/initdb.md b/pages/common/initdb.md
index 7f08435d48..d95ad1e9bc 100644
--- a/pages/common/initdb.md
+++ b/pages/common/initdb.md
@@ -1,7 +1,7 @@
# initdb
> Create a PostgreSQL database on disk.
-> More information: .
+> More information: .
- Create a database at `/usr/local/var/postgres`:
diff --git a/pages/common/kinit.md b/pages/common/kinit.md
index 0c16759af6..f9d73564a4 100644
--- a/pages/common/kinit.md
+++ b/pages/common/kinit.md
@@ -2,7 +2,7 @@
> Authenticate a principal with a Kerberos server to gain and cache a ticket.
> Note: A Kerberos principal can be either a user, service, or application.
-> More information: .
+> More information: .
- Authenticate a user and obtain a ticket-granting ticket:
diff --git a/pages/common/ld.md b/pages/common/ld.md
index cbe03365d9..1e3a3b639a 100644
--- a/pages/common/ld.md
+++ b/pages/common/ld.md
@@ -1,7 +1,7 @@
# ld
> Link object files together.
-> More information: .
+> More information: .
- Link a specific object file with no dependencies into an executable:
diff --git a/pages/common/musescore.md b/pages/common/musescore.md
index c55c7e96ec..eec48f2802 100644
--- a/pages/common/musescore.md
+++ b/pages/common/musescore.md
@@ -2,7 +2,7 @@
> MuseScore 3 sheet music editor.
> See also: `lilypond`.
-> More information: .
+> More information: .
- Use a specific audio driver:
diff --git a/pages/common/npm-uninstall.md b/pages/common/npm-uninstall.md
index aa9dbced24..3cd36c2083 100644
--- a/pages/common/npm-uninstall.md
+++ b/pages/common/npm-uninstall.md
@@ -1,7 +1,7 @@
# npm uninstall
> Remove a package.
-> More information: .
+> More information: .
- Remove a package from the current project:
diff --git a/pages/common/npm-unpublish.md b/pages/common/npm-unpublish.md
index 90541471b3..b83152e2f8 100644
--- a/pages/common/npm-unpublish.md
+++ b/pages/common/npm-unpublish.md
@@ -1,7 +1,7 @@
# npm unpublish
> Remove a package from the npm registry.
-> More information: .
+> More information: .
- Unpublish a specific package version:
diff --git a/pages/common/oc.md b/pages/common/oc.md
index c3350b3b96..44a4a145e2 100644
--- a/pages/common/oc.md
+++ b/pages/common/oc.md
@@ -2,7 +2,7 @@
> The OpenShift Container Platform CLI.
> Allows for application and container management.
-> More information: .
+> More information: .
- Log in to the OpenShift Container Platform server:
diff --git a/pages/common/pants.md b/pages/common/pants.md
index e1d140af20..866714ebca 100644
--- a/pages/common/pants.md
+++ b/pages/common/pants.md
@@ -1,7 +1,7 @@
# pants
> Fast, scalable, user-friendly, open-source build and developer workflow tool.
-> More information: .
+> More information: .
- List all targets:
diff --git a/pages/common/pgbench.md b/pages/common/pgbench.md
index dac17765d5..c403e562c0 100644
--- a/pages/common/pgbench.md
+++ b/pages/common/pgbench.md
@@ -1,7 +1,7 @@
# pgbench
> Run a benchmark test on PostgreSQL.
-> More information: .
+> More information: .
- Initialize a database with a scale factor of 50 times the default size:
diff --git a/pages/common/projucer.md b/pages/common/projucer.md
index a5bd184835..fadbd01b3b 100644
--- a/pages/common/projucer.md
+++ b/pages/common/projucer.md
@@ -1,7 +1,7 @@
# Projucer
> A project manager for JUCE framework applications.
-> More information: .
+> More information: .
- Display information about a project:
diff --git a/pages/common/puppet-agent.md b/pages/common/puppet-agent.md
index 83cfa4a995..b72770f361 100644
--- a/pages/common/puppet-agent.md
+++ b/pages/common/puppet-agent.md
@@ -1,7 +1,7 @@
# puppet agent
> Retrieves the client configuration from a Puppet server and applies it to the local host.
-> More information: .
+> More information: .
- Register a node at a Puppet server and apply the received catalog:
diff --git a/pages/common/puppet-apply.md b/pages/common/puppet-apply.md
index 1b167f785d..6a6ac87911 100644
--- a/pages/common/puppet-apply.md
+++ b/pages/common/puppet-apply.md
@@ -1,7 +1,7 @@
# puppet apply
> Apply Puppet manifests locally.
-> More information: .
+> More information: .
- Apply a manifest:
diff --git a/pages/common/puppet.md b/pages/common/puppet.md
index 1413cc7ee4..c18056285c 100644
--- a/pages/common/puppet.md
+++ b/pages/common/puppet.md
@@ -2,7 +2,7 @@
> Help to manage and automate the configuration of servers.
> Some subcommands such as `agent` have their own usage documentation.
-> More information: .
+> More information: .
- Execute a Puppet subcommand:
diff --git a/pages/common/pydoc.md b/pages/common/pydoc.md
index 5173f2ad95..bb578705aa 100644
--- a/pages/common/pydoc.md
+++ b/pages/common/pydoc.md
@@ -1,7 +1,7 @@
# pydoc
> Display offline Python documentation.
-> More information: .
+> More information: .
- Print documentation on a subject (Python keyword, topic, function, module, package, etc.):
diff --git a/pages/common/svn-changelist.md b/pages/common/svn-changelist.md
index e6238537ee..37014b83a5 100644
--- a/pages/common/svn-changelist.md
+++ b/pages/common/svn-changelist.md
@@ -1,7 +1,7 @@
# svn changelist
> Associate a changelist with a set of files.
-> More information: .
+> More information: .
- Add files to a changelist, creating the changelist if it does not exist:
diff --git a/pages/common/tidy.md b/pages/common/tidy.md
index c67ec8810c..5b5acf00a1 100644
--- a/pages/common/tidy.md
+++ b/pages/common/tidy.md
@@ -2,7 +2,7 @@
> Clean up and pretty print HTML, XHTML and XML files.
> Note: `tidy` cannot preserve original indentation.
-> More information: .
+> More information: .
- Pretty print an HTML file:
diff --git a/pages/common/venv.md b/pages/common/venv.md
index bcffbc8530..d5d044ae0b 100644
--- a/pages/common/venv.md
+++ b/pages/common/venv.md
@@ -1,7 +1,7 @@
# venv
> Create lightweight virtual environments in python.
-> More information: .
+> More information: .
- Create a Python virtual environment:
diff --git a/pages/linux/xrdb.md b/pages/linux/xrdb.md
index 6b1f0ac166..e10c9d4937 100644
--- a/pages/linux/xrdb.md
+++ b/pages/linux/xrdb.md
@@ -1,7 +1,7 @@
# xrdb
> X window server's resource database utility for Unix-like systems.
-> More information: .
+> More information: .
- Start `xrdb` in interactive mode:
diff --git a/pages/windows/py.md b/pages/windows/py.md
index 0c6fc8d876..a6c85cfdfc 100644
--- a/pages/windows/py.md
+++ b/pages/windows/py.md
@@ -2,7 +2,7 @@
> Python Launcher for Windows that runs with specified Python version.
> See also: `python`.
-> More information: .
+> More information: .
- Start a REPL (interactive shell), optionally with arguments supported by `python` (like `-c`, `-m`, etc.):